|
I had a cable connection with optus. The way I
setup it in my eth0 is:
editing /etc/named.conf ---> adding the
following lines after the 'directory' line with:
forwarders(x.x.x.x; y.y.y.y;
};
allow-quesry { 192.168.0/24;
127.0.0.1/32; };
on my
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0 BOOTPROTO=dhcp ONBOOT=yes And last one: /etc/sysconfig/network
file
HOSTNAME=my_isp_assigned_name And the very last one: /sbin/ifup
script
I change the 'calls' so the calls look
like
/sbin/dhcpcd -i $DEVICE -h $HOSTNAME
-and-
/sbin/pump -i $DEVICE -h $HOSTNAME.
This configuration works properly on my box before.
2 days ago, I re-complie my kernel with the newest one. And now, when request
the ip (dhcp) from my cable sever (eth0), it always fail.
Anybody could help me?
Thank You.
|
- Re: [SLUG] Linux Cable Modem Phillipus Gunawan
- Re: [SLUG] Linux Cable Modem Matthew Clark
