> I don't know what the problem is though, I'd start by checking
> /etc/network/interfaces, and also reboot the computer, run
> ifconfig and route -n, then if-down and up, etc to get it
> working, and run ifconfig and route -n again and compare.

        When you say "checking /etc/network/interfaces", I wasn't able to find that
directory.  The closest I can think of that you might have been referring to
was this

[root@diddums network-scripts]# pwd
/etc/sysconfig/network-scripts
[root@diddums network-scripts]# ls
ifcfg-eth0  ifdown-post  ifup-aliases  ifup-ppp
ifcfg-eth1  ifdown-ppp   ifup-ipx      ifup-routes
ifcfg-lo    ifdown-sl    ifup-plip     ifup-sl
ifdown      ifup         ifup-post     network-functions


        Also, did what you asked with route -n.  Here's the results before
ifdown/up eth0.
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
144.132.192.0   0.0.0.0         255.255.240.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth1
0.0.0.0         144.132.192.1   0.0.0.0         UG    0      0        0 eth0

        And now the results after.
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
144.132.192.0   0.0.0.0         255.255.240.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         144.132.192.1   0.0.0.0         UG    0      0        0 eth0
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth1

> > Thing is, dhcpd _does_ work, it just doesn't load on startup.
>
> I little birdie tells me it might be "chkconfig dhcpd on"
> to fix that problem.

        And what a smart little birdie that is. :) 1 problem down, few billion to
go. :) :)


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to