I am new to Linux and IP Masquerade, please bear with me, your help is greatly appreciated. My problem is that I can't connect to my news server but can surf web, download/sendmail and ftp. I read over man pages and HOW TO's on how to modify firewall and have tried numerous things but nothing seems to work. If you could look over this setup, I welcome your pointers. Also, what setting should I have on my client PC for pointing to the correct news server, the internal linux box or the external news server?. Here is my current script for firewall. If you have a script that works, I would welcome email as well. Thanks for your help on this. Brandon Yu /sbin/ipfwadm -F -p deny # 3 following commands flush system /sbin/ipfwadm -F -f /sbin/ipfwadm -I -f /sbin/ipfwadm -O -f # forward internal traffic /sbin/ipfwadm -F -a m -S 192.168.1.0/24 -D 0.0.0.0/0 # Forward DNS traffic /sbin/ipfwadm -F -a masquerate -b -P udp -S 0.0.0.0/0 53 -D 192.168.1.0/24 # Forward News /sbin/ipfwadm -F -a accept -b -P tcp -S 192.168.1.0/24 1024:65535 -D 0.0.0.0/0 119 /sbin/ipfwadm -F -a accept -b -P tcp -S 0.0.0.0/0 119 -D 192.168.1.0/0 1024:65535 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For daily digest info, email [EMAIL PROTECTED]
