[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Firewall doubts.......



On Fri, 16 Jul 1999, Anshul Gupta wrote:

> Hi, 
> I have some doubts too, i have tried to configure it thru may 98
> PCQ(Article on IP Masq.) but faced some problems.
> How can i set win98/NT clients on network so that they can Telnet/FTP/use
> ICQ directly from their machine. 
> Im currently using squid for serving http request over LAN.
> -anshul

Dear Anshul,
     you have to set the ipfwadm rules in an rc script in /etc/rc.d/

#1. create the file rc.fw in /etc/rc.d
#2. put the foll. in it

	#! /bin/sh
	/sbin/ipfwadm -F -f
	/sbin/ipfwadm -F -p deny
	/sbin/ipfwadm -F -a m -S 10.0.0.0/255.255.255.0 -D 0.0.0.0/0
	/sbin/ipfwadm -F -l -n  

- -here the 10.0.0.0 is the reserved IP address range of your internal
network.

regards
mani sridhar



- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------