윈 98 과 리눅스를 연결 하려고 합니다.
클라이언트에서 ping 192.168.0.1 은 잘 되고요
서버에서도 잘 됩니다.
클라이언트 설정은 ip 192.168.0.2이고요
gateway 192.168.0.1 입니다
그리고 dns host : hun.kangdong.thrunet.com
domain : kangdong.thrunet.com
입니다 서버 설정은 아래 대로 입니다.
[root@hun /root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:00:21:F9:87:7E
inet addr:210.181.112.120 Bcast:210.181.112.255 Mask:255.255.255.0
UP BROADCAST RUNNING MTU:1500 Metric:1
RX packets:3842 errors:0 dropped:0 overruns:0 frame:0
TX packets:662 errors:0 dropped:0 overruns:0 carrier:0
collisions:26 txqueuelen:100
Interrupt:9 Base address:0x7000
eth1 Link encap:Ethernet HWaddr 00:50:BF:23:4C:DB
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:333 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0x7800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
[root@hun /root]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
hun.mynet.org * 255.255.255.255 UH 0 0 0 eth1
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
210.181.112.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 210.181.112.1 0.0.0.0 UG 0 0 0 eth0
[root@hun /root]# ipchains -L
Chain input (policy ACCEPT):
Chain forward (policy DENY):
target prot opt source destination ports
ACCEPT all ------ 192.168.0.0/24 anywhere n/a
ACCEPT all ------ anywhere 192.168.0.0/24 n/a
MASQ all ------ 192.168.0.0/24 !192.168.0.0/24 n/a
MASQ all ------ 192.168.0.0/24 anywhere n/a
MASQ all ------ 192.168.0.0/24 anywhere n/a
Chain output (policy ACCEPT):
[root@hun /root]#
입니다 .
문제점은 클라이 언트의 인터넷이 안됩니다...
제발 도와주세요~