Hi, I am not able to ftp and chat from my internal network-192.168.1.x .I am able to browse. My company has a lease line (147.147.94.64 to 147.147.94.79) connected to a CISCO router(147.147.94.78). Linux6.2 proxyserver(147.147.94.67 [ifcfg-eth0]). Internal ipaddress192.168.1.10 [ifcfg-eth0:0]. Squid running. Enabled ip forwarding. The following lines are added using pcqupdt in rc.local echo 1 > /proc/sys/net/ipv4/ip_forward /sbin/modprobe ip_masq_autofw /sbin/modprobe ip_masq_cuseeme /sbin/modprobe ip_masq_ftp /sbin/modprobe ip_masq_irc /sbin/modprobe ip_masq_mfw /sbin/modprobe ip_masq_portfw /sbin/modprobe ip_masq_quake /sbin/modprobe ip_masq_raudio /sbin/modprobe ip_masq_user /sbin/modprobe ip_masq_vdolive /etc/rc.d/rc.fw my rc.fw look like this #!/bin/sh /sbin/ipchains -F /sbin/ipchains -P forward DENY /sbin/ipchains -A forward -s 147.147.94.64/255.255.255.240 -j MASQ /sbin/ipchains -L -n Please tell me where I have gone wrong. I have configured proxy server through dialup. regds Pinku __________________________________________________ Do You Yahoo!? Yahoo! Calendar - Get organized for the holidays! http://calendar.yahoo.com/ ---------------------------------------------- The mailing list archives are available at http://lists.linux-india.org/cgi-bin/wilma/LIH
