Re: [expert] "ipmasqadm"

2001-01-30 Thread Tom Brinkman
On Monday 29 January 2001 07:18 pm, TK Kim wrote: > 2)When you make any changes to /etc/rc.d/rc.local, what do you have to > do in order for the changes to take effect withOUT rebooting? since you're already root in /etc/rc.d/just run ./rc.local -- Tom Brinkman[EMAIL PROT

Re: [expert] 'ipmasqadm'

2001-01-30 Thread dmstark
The first line flushes any rulesets currently in memory. The last line I don't know. try 'man ipmasqadm' Derek > 1)Does anyone know what the first and the last line do: > > /usr/sbin/ipmasqadm portfw -f > /usr/sbin/ipmasqadm portfw -a -P tcp -L $IP_REAL 51210 -R $TOIP_PC > 51210 /usr/sbin/ipma

[expert] "ipmasqadm"

2001-01-29 Thread TK Kim
1)Does anyone know what the first and the last line do: /usr/sbin/ipmasqadm portfw -f /usr/sbin/ipmasqadm portfw -a -P tcp -L $IP_REAL 51210 -R $TOIP_PC 51210 /usr/sbin/ipmasqadm portfw -a -P udp -L $IP_REAL 51201 -R $TOIP_PC 51201 /usr/sbin/ipmasqadm portfw -a -P udp -L $IP_REAL 51200 -R $TOIP_P

[expert] ipmasqadm & ipchains

2000-06-19 Thread aman66 . bbs
Dear All, i have a ip 168.95.1.1,it didn't provide httpd & ftpd services, if i want someone link to http://168.95.1.1 of ftp://168.95.1.1 , it will auto port fordward into my intranet PC 192.168.0.1, and my questions is : how to use ipmasqadm command line?it sould be matchup with ipchains rules?