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
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
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
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?