sshd

Scot L. Harris webid at cfl.rr.com
Mon Aug 30 01:21:02 UTC 2004


On Sun, 2004-08-29 at 20:30, Tom Conway wrote:
> The issue is definetly network, my server has 2 cards,
> 192.168.0.15
> 192.168.0.20 (currently no cable connected)
> 
> 
> IP ROUTE
> 192.168.0.0/24 dev eth1  scope link
> 192.168.0.0/24 dev eth1  proto kernel  scope link  src 192.168.0.20
> 169.254.0.0/16 dev eth1  scope link
> 127.0.0.0/8 dev lo  scope link
> default via 192.168.0.1 dev eth1
> 
> IP ADDRESS
> 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
>     inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
>     inet6 ::1/128 scope host
>        valid_lft forever preferred_lft forever
> 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
>     link/ether 00:50:8b:d6:33:89 brd ff:ff:ff:ff:ff:ff
>     inet 192.168.0.15/24 brd 192.168.0.255 scope global eth0
>     inet6 fe80::250:8bff:fed6:3389/64 scope link
>        valid_lft forever preferred_lft forever
> 3: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
>     link/ether 00:50:8b:ae:f5:f0 brd ff:ff:ff:ff:ff:ff
>     inet 192.168.0.20/24 brd 192.168.0.255 scope global eth1
>     inet6 fe80::250:8bff:feae:f5f0/64 scope link
>        valid_lft forever preferred_lft forever
> 4: sit0: <NOARP> mtu 1480 qdisc noop
>     link/sit 0.0.0.0 brd 0.0.0.0
> 
> -Later

Looks to me that you probably have eth0 connected to the network.  But
your routing information is pointing everything to eth1.  That is
probably why you can not ping anything.

I would recommend you disable one of the ethernet cards.  Your current
configuration has both interfaces in the same subnet.  Unless you are
trying to bind both interfaces together or something that will most
likely cause you problems.

Work on getting one interface setup correctly first.

Then provide some information on what you are trying to do with both
interfaces and someone here can probably help.


-- 
Scot L. Harris
webid at cfl.rr.com

"Money is the root of all money."
-- the moving finger 





More information about the fedora-list mailing list