[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] ipmasqadm for a RaQ4



-----Original Message-----
From: Gerald Waugh 
Subject: RE: [cobalt-users] ipmasqadm for a RaQ4

I finally found one on the redhat site.
compiled and Installed and the files are there.
I seem to have trouble loading it though.

How about a little howto for loading modules on a RaQ4
i.e. masqadm portfw
seems like the commands i use in SuSE don't work well

Thanks
Gerald
--
http://frontstreetnetworks.com | http://store.raqware.com
Front Street Networks LLC      | Phone: +1 203 785-0699
229 Front Street, Ste. #C, New Haven, CT. 06513-3203

_____________________________________


ipmasqadm portfw -a -P tcp -L 198.6.1.1 113 -R 192.168.100.10 113

Break down
ipmasqadm			<app> 
portfw 			<function> 
-a 				<address> 
-P 				<protocol> 
tcp 				(name * tcp or udp * )
-L 				<outside ip> 
198.6.1.1 			(address) 
113 				(port) 
-R 				<inside ip> 
192.168.100.10 		(address) 
113				(port)

That is all I remember, it has been tooo damn long.  I really only
use my RaQ 550, and with IPTABLES, it is a whole lot easier!!!

Thanks,

Brian