Sponsored Content
Full Discussion: interface may off
Operating Systems Solaris interface may off Post 302198189 by incredible on Thursday 22nd of May 2008 09:50:58 AM
Old 05-22-2008
Restart the in.routed daemon
check if there's any collisions using netstat -i
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Network Interface

Hi ! Does anyone know how can i get information about my network interface ... if it works in half or full duplex mode !! Thx in adivance ! Witt (4 Replies)
Discussion started by: witt
4 Replies

2. Solaris

no such interface

Hi Community, I've a problem with an interface of my Sun Workstation: when I try to plumb hme0 interface I see this output: # ifconfig hme0 <ip_address> netmask <mask> plumb #ifconfig: plumb: hme0: no such interface I've the same thing with dhcp service. could you provide any solution... (1 Reply)
Discussion started by: Sunb3
1 Replies

3. IP Networking

How to down interface without name

Hi, ifconfig -a return: eth0 Link encap:Ethernet HWaddr 00:09:3D:12:9D:5A inet addr:172.19.208.7 Bcast:172.19.208.63 Mask:255.255.255.192 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:211478649 errors:0 dropped:0 overruns:0 frame:0 ... (5 Replies)
Discussion started by: djbuly
5 Replies

4. UNIX for Advanced & Expert Users

interface problem

hi all, i have problem with my box, until now i can't investigate the root cause of my issue at my box. here the problem. i have a box as a squid server just forward all request packet from one interface and receive the packet then forward to client at the same interface. but after 5 hours i... (1 Reply)
Discussion started by: tindasz
1 Replies

5. Solaris

Command line Interface or GUI Interface not shown on solaris

Dear all, I am a newbie in solaris and I need your advice. I have a Solaris version 5.9 installed on Sunfire V240. I am able to ssh the machine from putty remotely. My problem is that I cannot see the display from KVM switch I have connected to it. I need also to be able to see the GUI... (2 Replies)
Discussion started by: mbouster
2 Replies

6. SCO

Change SCO - GUI or Desktop interface to DOS based interface

Hi all I have installed a demo version of SCO OpenServer 5.0.2, I finally found it is Desktop Interface, I would like to know how to change its interface to dos based interface? If you have any ideas, please tell me then. Thank you (2 Replies)
Discussion started by: TinhNhi
2 Replies

7. IP Networking

Need a bridge from an ethernet interface to a serial interface

This is my situation DOS pc serial cable (sl0) Linux Pc eth1 192.168.0.10 <-------------------->192.168.0.2 <------------>192.168.0.1 (router) I connected the linux pc and the dos pc with a SLIP (serial line internet protocol), so they can communicate in the sl0 interface. ... (3 Replies)
Discussion started by: mghis
3 Replies

8. UNIX for Dummies Questions & Answers

Interface

Hi All, How to check whether a Interface has a single port or dual port.Thanks in advance. (5 Replies)
Discussion started by: rama krishna
5 Replies

9. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies
RTQUERY(8)						    BSD System Manager's Manual 						RTQUERY(8)

NAME
rtquery -- query routing daemons for their routing tables SYNOPSIS
rtquery [-1np] [-a secret] [-r addr] [-w timeout] host ... rtquery [-t op] host ... DESCRIPTION
rtquery is used to query a RIP network routing daemon, routed(8) or gated(8), for its routing table by sending a request or poll command. The routing information in any routing response packets returned is displayed numerically and symbolically. rtquery by default uses the request command. When the -p option is specified, rtquery uses the poll command, an undocumented extension to the RIP protocol supported by gated(8). When querying gated(8), the poll command is preferred over the request command because the response is not subject to Split Horizon and/or Poisoned Reverse, and because some versions of gated do not answer the request command. routed(8) does not answer the poll command, but recognizes requests coming from rtquery and so answers completely. rtquery is also used to turn tracing on or off in routed(8). The following options are available: -n displays only the numeric network and host numbers instead of both numeric and symbolic. -p uses the poll command to request full routing information from gated(8). This is an undocumented extension RIP protocol supported only by gated(8). -1 queries using RIP version 1 instead of RIP version 2. -w timeout changes the delay for an answer from each host. By default, each host is given 15 seconds to respond. -r addr asks about the route to destination addr. -a passwd=XXX -a md5_passwd=XXX|KeyID causes the query to be sent with the indicated cleartext or MD5 password. -t op changes tracing, where op is one of the following. Requests from processes not running with UID 0 or on distant networks are gener- ally ignored by the daemon except for a message in the system log. gated(8) is likely to ignore these debugging requests. on=tracefile turns tracing on into the specified file. That file must usually have been specified when the daemon was started or be the same as a fixed name, often /etc/routed.trace. more increases the debugging level. off turns off tracing. dump dumps the daemon's routing table to the current tracefile. SEE ALSO
gated(8), routed(8), pkgsrc/net/gated Routing Information Protocol, RIPv1, RFC 1058, 1988. Routing Information Protocol, RIPv2, RFC 1723, 1994. BSD
September 11, 2009 BSD
All times are GMT -4. The time now is 02:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy