아래와 같이 설정했습니다.
두루넷쓰고 eth0 이 두루넷과 붙는 lan card입니다.
물론 dpcp로 말이죠.
eth1이 192.168.0.1로 잡고서 다른 PC와 연결되어 있습니다.
분명한건 몬가 연결은 맺는 것 같습니다.
/var/lib/dhcp/dhcpd.leases 를 보면
192.168.0.80 으로 몬가(??)를 하고 연결된 PC의 lan IP를 보면
분명히 192.168.0.80으로 되어있습니다.
dpch로 연결된 컴에서 인터넷이 안 된다는 것입니다... ㅡㅡ++
192.168.0.80 로 dhcpd 로 ip 부여받은 PC(win 98)에서
인터넷 연결이 안 되서요....
도대체 모가 잘못된건지???
뭘 더 확인해 봐야하는지??
몰 설정해야 하는지??
========================================================
/etc/dhcpd.conf
========================================================
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
option domain-name-servers 210.117.65.1;
subnet 211.0.0.0 netmask 255.0.0.0 {
range 211.0.0.1 211.0.0.250;
}
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.70 192.168.0.90;
}
========================================================
========================================================
/var/lib/dhcp/dhcpd.leases
========================================================
# All times in this file are in UTC (GMT), not your local timezone.
This is
# not a bug, so please don't ask about it. There is no portable way
to
# store leases in the local timezone, so please don't request this as a
# feature. If this is inconvenient or confusing to you, we sincerely
# apologize. Seriously, though - don't ask.
# The format of this file is documented in the dhcpd.leases(5) manual
page.
lease 192.168.0.80 {
starts 2 2000/12/26 11:40:48;
ends 2 2000/12/26 11:50:48;
hardware ethernet 00:50:bf:1d:a6:09;
uid 01:00:50:bf:1d:a6:09;
}
lease 211.0.0.70 {
starts 2 2000/12/26 11:46:37;
ends 2 2000/12/26 11:56:37;
hardware ethernet 00:c0:26:f1:9b:c8;
uid 01:00:c0:26:f1:9b:c8;
}
lease 192.168.0.80 {
starts 2 2000/12/26 11:50:25;
ends 2 2000/12/26 12:00:25;
hardware ethernet 00:50:bf:1d:a6:09;
uid 01:00:50:bf:1d:a6:09;
}
========================================================
--
======================
Carpediem.... _m_00_m_
======================