OK, here's some stuff --
First, the output of route, with the ppp link up (slip courtesy of
diald).
255.255.255.255 * 255.255.255.255 UH 0 0 0
eth0 pm301.qadas.com * 255.255.255.255 UH 0 0 0 ppp0
pm301.qadas.com * 255.255.255.255 UH 1 0 0 sl0
192.168.1.0 * 255.255.255.0 U 0 0 54 eth0
127.0.0.0 * 255.0.0.0 U 0 0 21 lo
default * 0.0.0.0 U 0 0 47 ppp0
default * 0.0.0.0 U 1 0 64 sl0
Next, ps aux | grep dhcpd
root 334 0.0 3.9 976 580 ? S 21:18 0:00 /usr/sbin/dhcpd
/etc/dhcpd.conf
option domain-name "ckslan.com";
option domain-name-servers 192.168.1.3, 205.238.99.4;
default-lease-time 604800;
max-lease-time 604800;
shared-network ckslan {
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.20 192.168.1.254;
option routers 192.168.1.3;
option netbios-name-servers 192.168.1.6;
option netbios-node-type 8;
}
}
Finally, /etc/sysconfig/network
NETWORKING=yes
FORWARD_IPV4=true
HOSTNAME=gateway.ckslan.com
DOMAINNAME=ckslan.com
GATEWAY=
GATEWAYDEV=eth0
I'll try filling in my own eth0 ip address (again) and restarting.
If there's anything interesting, I'll post that.
Charlie Shoemaker
"Some people crave baseball - I find this unfathomable - but I can
easily understand why a person could get excited about playing a
bassoon." -- Frank Zappa
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]