On Saturday 06 April 2002 09:48 am, Payal Rathod wrote:
> Hi,
> the problem was that Mandrake did not install ipchains
> during its installation during expert mode, select
> individual packages and medium security. It didn't
> have any check box for ipchains at all. ipchains did
> nt figure in list of packages. I had to install it
> thru' rpm on CD and then when I ran ipchains -A
> forward -j MASQ it said protocol: protocol not found.
> I am sure ipchains was not in the list for packages
> during install, as me and a friend were on lookout for
> it.

## Masquerading

## Modules to help certain services

/sbin/depmod -a  >/dev/null 2>&1
/sbin/modprobe ip_masq_ftp  >/dev/null 2>&1
/sbin/modprobe ip_masq_raudio  >/dev/null 2>&1
/sbin/modprobe ip_masq_irc  >/dev/null 2>&1
/sbin/modprobe ip_masq_icq  >/dev/null 2>&1
/sbin/modprobe ip_masq_quake  >/dev/null 2>&1
/sbin/modprobe ip_masq_user   >/dev/null 2>&1
/sbin/modprobe ip_masq_vdolive  >/dev/null 2>&1

## Masquerading firewall timeouts: tcp conns 8hrs, tcp after fin pkt 60s, udp 
10min
$IPCHAINS -M -S 14400 60 600

## Set up kernel to enable IP masquerading
echo 1 > /proc/sys/net/ipv4/ip_forward
echo 1 > /proc/sys/net/ipv4/ip_always_defrag

## Set up kernel to handle dynamic IP masquerading ????
#echo 1 > /proc/sys/net/ipv4/ip_dynaddr

-- 
Gerald Waugh : Registered Linux user # 255245
http://www.frontstreetnetworks.com
Front Street Networks LLC - ph. 203.785.0699
229 Front Street, Ste. #C, New Haven, CT, United States of America
11:55am up 15 days, 20:20, 3 users, load average: 0.77, 0.93, 1.08

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to