안녕하세요 바보초보임다..
이틀동안 마스커레이딩해보려다가.... 계속실패 해서..
이렇게 고수님께 조언 부탁드립니다.
서버로는 와우 6.2를 쓰고 있구여..
클라이언트는 윈98쓰고 있어요
작업상황....
[root@...]ifconfig(이상없는듯함)
eth0
.....
eth1
....
lo
...
[root@...]route
Destination Gateway Genmask Flags Metric Ref Use Iface
comein * 255.255.255.255 UH 0 0 0 eth1
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
211.110.154.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 211.110.154.1 0.0.0.0 UG 0 0 0 eth0
[root@...]vi rc.local(화일의 설정부분)
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp
/sbin/modprobe ip_masq_raudio
/sbin/modprobe ip_masq_cuseeme
/sbin/modprobe ip_masq_irc
/sbin/modprobe ip_masq_vdolive
#/sbin/modprobe ip_masq_quake port=26000,27000,27910,27960
/sbin/modprobe ip_masq_portfw
#/sbin/modprobe ip_masq_mfw
/sbin/modporbe ip_masq_autofw
echo "1" > /proc/sys/net/ipv4/ip_forward
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.0.0/24 -d 0.0.0.0/0 -j MASQ
#/sbin/ipchains -A forward -j MASQ -s 192.168.0.3/32 -d 0.0.0.0/0
이렇게 설정했는데 클라이언트에서도 그렇고 서버에서도
핑이 안돌아요 ...
답변부탁드립니다...