Suse could not pass Cisco router

I have a problem with my suse server. All of the MS computers from same network (subnet) could pass ISP ruter (Cisco), but Suse server could not communicate with the outside world. I have checked with ISP administrator and he has assured me that there is no any access list to stop it from passing.

barmena:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
link-local * 255.255.0.0 U 0 0 0 eth1
loopback * 255.0.0.0 U 0 0 0 lo
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth1

barmena:~ # traceroute Yahoo!
traceroute to Yahoo! (87.248.113.14), 30 hops max, 40 byte packets
1 192.168.0.1 (192.168.0.1) 1.200 ms 0.537 ms 0.521 ms
2 192.168.0.1 (192.168.0.1)(H!) 1.602 ms (H!) 1.044 ms (H!) 0.546 ms
razmena:~ #

It seems to me everything OK:

barmena:~ # ifconfig
eth1 Link encap:Ethernet HWaddr 00:30:48:72:1E:EC
inet addr:192.168.0.16 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::230:48ff:fe72:1eec/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16064023 errors:0 dropped:0 overruns:0 frame:0
TX packets:1930775 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1546276250 (1474.6 Mb) TX bytes:2042029136 (1947.4 Mb)

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:1715475 errors:0 dropped:0 overruns:0 frame:0
TX packets:1715475 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2572919428 (2453.7 Mb) TX bytes:2572919428 (2453.7 Mb)

Server could talk with everyone on the same subnet without any problem at all.

barmena:~ # ifup status eth1
eth1 device: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 10)
No configuration found for eth1

barmena:~ # /etc/init.d/network restart
Shutting down network interfaces:
eth0 device: Intel Corporation 82541GI Gigabit Ethernet Controller
No configuration found for eth0
Nevertheless the interface will be shut down. done
eth1 device: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 10)
eth1 configuration: eth-id-00:30:48:72:1e:ec done
Shutting down service network . . . . . . . . . . . . . done.
Hint: you may set mandatory devices in /etc/sysconfig/network/config
Setting up network interfaces:
lo
lo IP address: 127.0.0.1/8 done
eth0 device: Intel Corporation 82541GI Gigabit Ethernet Controller
No configuration found for eth0 unused
eth1 device: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 10)
eth1 configuration: eth-id-00:30:48:72:1e:ec
eth1 IP address: 192.168.0.16/24 done
Setting up service network . . . . . . . . . . . . . . done.

I have tried my best to make it going but it seems to me, that there is problem somewhere else. Firewall is switched off. DNS is OK as you might see.
The message “Hint: you may set mandatory devices in /etc/sysconfig/network/config” is what puzzles me.

What else can I do to check my network interface with OpenSuse (10.2)?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

How are you trying to access the outside world? All I see is a really
weird bit of traceroute output. What do you get form ping? wget?
curl? ftp? I assume you can access anything on the 192.168.0.1
(gateway) even though you can’t get past it, right?

Good luck.

pereubu wrote:
> I have a problem with my suse server. All of the MS computers from same
> network (subnet) could pass ISP ruter (Cisco), but Suse server could not
> communicate with the outside world. I have checked with ISP
> administrator and he has assured me that there is no any access list to
> stop it from passing.
>
> barmena:~ # route
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
> link-local * 255.255.0.0 U 0 0 0 eth1
> loopback * 255.0.0.0 U 0 0 0 lo
> default 192.168.0.1 0.0.0.0 UG 0 0 0 eth1
>
> barmena:~ # traceroute ‘Yahoo!’ (http://www.yahoo.com)
> traceroute to ‘Yahoo!’ (http://www.yahoo.com) (87.248.113.14), 30 hops
> max, 40 byte packets
> 1 192.168.0.1 (192.168.0.1) 1.200 ms 0.537 ms 0.521 ms
> 2 192.168.0.1 (192.168.0.1)(H!) 1.602 ms (H!) 1.044 ms (H!) 0.546 ms
> razmena:~ #
>
> It seems to me everything OK:
>
>
> barmena:~ # ifconfig
> eth1 Link encap:Ethernet HWaddr 00:30:48:72:1E:EC
> inet addr:192.168.0.16 Bcast:192.168.0.255 Mask:255.255.255.0
> inet6 addr: fe80::230:48ff:fe72:1eec/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:16064023 errors:0 dropped:0 overruns:0 frame:0
> TX packets:1930775 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:1546276250 (1474.6 Mb) TX bytes:2042029136 (1947.4 Mb)
>
> 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:1715475 errors:0 dropped:0 overruns:0 frame:0
> TX packets:1715475 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
> RX bytes:2572919428 (2453.7 Mb) TX bytes:2572919428 (2453.7 Mb)
>
> Server could talk with everyone on the same subnet without any problem
> at all.
>
>
> barmena:~ # ifup status eth1
> eth1 device: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 10)
> No configuration found for eth1
>
>
> barmena:~ # /etc/init.d/network restart
> Shutting down network interfaces:
> eth0 device: Intel Corporation 82541GI Gigabit Ethernet Controller
> No configuration found for eth0
> Nevertheless the interface will be shut down. done
> eth1 device: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 10)
> eth1 configuration: eth-id-00:30:48:72:1e:ec done
> Shutting down service network . . . . . . . . . . . . . done.
> Hint: you may set mandatory devices in /etc/sysconfig/network/config
> Setting up network interfaces:
> lo
> lo IP address: 127.0.0.1/8 done
> eth0 device: Intel Corporation 82541GI Gigabit Ethernet Controller
> No configuration found for eth0 unused
> eth1 device: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 10)
> eth1 configuration: eth-id-00:30:48:72:1e:ec
> eth1 IP address: 192.168.0.16/24 done
> Setting up service network . . . . . . . . . . . . . . done.
>
> I have tried my best to make it going but it seems to me, that there is
> problem somewhere else. Firewall is switched off. DNS is OK as you might
> see.
> The message “Hint: you may set mandatory devices in
> /etc/sysconfig/network/config” is what puzzles me.
>
> What else can I do to check my network interface with OpenSuse (10.2)?
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFI4lK+3s42bA80+9kRAvSUAJ9jAgT1NcaikiD+PkPzhbsO6N6NZgCfUtbJ
k2VwpD9mJfTkH/jMYwYHZoM=
=EigL
-----END PGP SIGNATURE-----