Hi,

Originally Posted by
explorer
You are not able to connect to the gateway because you are using an IPv6 address on eth0 where as your gateway is on an ipv4 network. Try to change ip for eth0 to a ipv4 one. That should work
Thank your for your suggestion.
This morning, without changing anything, suddenly I can ping the gateway. But I doubt that tomorrow I will be able to ping again.
Here's the result of the same command as before:
Code:
[setya@PromisedLand ~]$ ifconfig -a
dev24899 Link encap:Ethernet HWaddr 00:12:F0:6D:03:05
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:23 Base address:0x8000 Memory:d0000000-d0000fff
eth0 Link encap:Ethernet HWaddr 00:14:C2:E4:83:06
inet addr:192.168.0.64 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::214:c2ff:fee4:8306/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8812 errors:0 dropped:0 overruns:0 frame:0
TX packets:9401 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4088499 (3.8 MiB) TX bytes:4854670 (4.6 MiB)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:9620 errors:0 dropped:0 overruns:0 frame:0
TX packets:9620 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:68522493 (65.3 MiB) TX bytes:68522493 (65.3 MiB)
vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
inet addr:172.16.183.1 Bcast:172.16.183.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08
inet addr:192.168.37.1 Bcast:192.168.37.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
[setya@PromisedLand ~]$ more /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=PromisedLand
[setya@PromisedLand ~]$ more /etc/sysconfig/network-scripts/ifcfg-eth0
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
TYPE=Ethernet
DEVICE=eth0
HWADDR=00:14:c2:e4:83:06
BOOTPROTO=dhcp
ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
DHCP_HOSTNAME=192.168.0.1
[setya@PromisedLand ~]$ dmesg | grep eth0
bridge-eth0: peer interface eth0 not found, will wait for it to come up
bridge-eth0: attached
ADDRCONF(NETDEV_UP): eth0: link is not ready
bridge-eth0: enabling the bridge
bridge-eth0: up
bridge-eth0: disabling the bridge
bridge-eth0: down
ADDRCONF(NETDEV_UP): eth0: link is not ready
bridge-eth0: enabling the bridge
bridge-eth0: up
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
bridge-eth0: disabling the bridge
bridge-eth0: down
ADDRCONF(NETDEV_UP): eth0: link is not ready
bridge-eth0: enabling the bridge
bridge-eth0: up
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
bridge-eth0: disabling the bridge
bridge-eth0: down
ADDRCONF(NETDEV_UP): eth0: link is not ready
bridge-eth0: enabling the bridge
bridge-eth0: up
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
bridge-eth0: disabling the bridge
bridge-eth0: down
ADDRCONF(NETDEV_UP): eth0: link is not ready
bridge-eth0: enabling the bridge
bridge-eth0: up
tg3: eth0: Link is up at 100 Mbps, full duplex.
tg3: eth0: Flow control is on for TX and on for RX.
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
also, it seems that Fedora 7 detects the network hardware differently, as follows:
Code:
Unable to connect:
==================
-------------------------------------------------------------------------------------
No. Description Type Device Status
-------------------------------------------------------------------------------------
1. Broadcom Corporation NetXtreme BCM5705M Gigabit Ethernet Ethernet eth0 ok
2. Intel Corporation PRO/Wireless 2200BG Network Connection Wireless eth1 ok
-------------------------------------------------------------------------------------
Able to connect:
================
--------------------------------------------------------------------------------------------
No. Description Type Device Status
--------------------------------------------------------------------------------------------
1. Intel Corporation PRO/Wireless 2200BG Network Connection Wireless dev24899 ok
2. Broadcom Corporation NetXtreme BCM5705M_2 Gigabit Ethernet Ethernet eth0 ok
3. Broadcom Tigon3 Ethernet eth1 configured
--------------------------------------------------------------------------------------------
Strangely, using ifconfig -a, interface eth1 is not listed.
Since I'm not a network expert, these really confuse me.
Any enlightening would be greatly appreciated.
Best Regards,
Setya
Bookmarks