david walcroft wrote:
Really?
It hard to believe since you are seeing the message
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 14
Also, the netstat you posted....
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window
irtt Iface
121.208.32.0 0.0.0.0 255.255.248.0 U 0 0
0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0
0 eth1
0.0.0.0 121.208.32.1 0.0.0.0 UG 0 0
0 eth0
Would show the static address if it is indeed set.
Can you post the contents of /etc/sysconfig/network-scripts/ifcfg-eth1?
What is wrong with this ping.
Well, if the interface doesn't exist then potentially this would be the
error you'd get.
[david@reddwarf ~]$ sudo ping -c 5 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
--- 192.168.0.1 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4002ms
Thanks david
My latest netstat -rn
[david@reddwarf ~]$ sudo netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0
eth1
121.208.32.0 0.0.0.0 255.255.248.0 U 0 0 0
eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0
eth1
0.0.0.0 121.208.32.1 0.0.0.0 UG 0 0 0
eth0
[david@reddwarf ~]$
david
I now have Eth1 up as I can ping to 192.168.0.1,all I have to do is to get
the windows net up (Vista)
david