Re: OpenBoot Prom / 'go' Question
From: Andrew Tyson (atyson_at_optus.kindly.refrain.from.spamming.net)
Date: 10/29/04
- Next message: Raj Kotaru: "poll() returns -1 but errno not set!"
- Previous message: Rich Teer: "Re: Sun Certified Security Administrator anyone?"
- In reply to: Ranny: "OpenBoot Prom / 'go' Question"
- Next in thread: Ranny: "Re: OpenBoot Prom / 'go' Question"
- Reply: Ranny: "Re: OpenBoot Prom / 'go' Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 29 Oct 2004 08:00:20 +1000
> The problem though is that all external network traffic has ceased. The
> machine can no longer be pinged from any other machine that could
> normally ping it and as a result no connections can be made.
Check that the network is plumbed and up using
$ ifconfig -a
If you are only using the onboard 100Mbps network then you should see
a line like the following (substitute 172.16.0.100 for the E250 IP address);
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index
2 inet 172.16.0.100 netmask ffffff00 broadcast 172.16.0.255
Do the other machines that you are pinging from reside on the same
subnet? If not it may be an issue with the there not being an
appropriate gateway in the routing table. Routes added manually
using the route command will not be retained on a reboot. Check this
using
$ netstat -rn
bash-2.05$ netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.10.0 192.168.10.16 U 1 13358 hme0
192.168.10.0 192.168.10.16 UG 1 0
192.168.11.0 192.168.11.6 U 1 4972 hme1
192.168.11.0 192.168.11.6 UG 1 0
192.168.100.0 192.168.100.16 U 1 1365 qfe3
224.0.0.0 192.168.10.16 U 1 0 hme0
default 192.168.10.1 UG 1 5448
127.0.0.1 127.0.0.1 UH 5480770696 lo0
... the rest omitted for brevity.
You will need to for 'G' flags that identify gateway machines for
accessing different subnets.
HTH,
AT
- Next message: Raj Kotaru: "poll() returns -1 but errno not set!"
- Previous message: Rich Teer: "Re: Sun Certified Security Administrator anyone?"
- In reply to: Ranny: "OpenBoot Prom / 'go' Question"
- Next in thread: Ranny: "Re: OpenBoot Prom / 'go' Question"
- Reply: Ranny: "Re: OpenBoot Prom / 'go' Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|