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

IP-Masq (was Re: ms explo



JS> I suppose I will have to load specific modules manually as I read
JS> somewhere that kerneld will not auto-load masq modules (true ?).  I
JS> be giving it another bash later tonight as I've just d/loaded and
JS> installed kernel-source-2.0.32-2.0.32-3.deb so that may make things
JS> hopefully.

JS> My knowledge of modules and the loading of them is very brief at the
JS> moment.

I've just been through the same thing with IP Masquerading. I created a 
file in /etc/rc.boot (I don't know whether that was the right place or 
not!) marked it as executable. It contained the following:

#! /bin/sh

echo "Loading ipmasq modules..."
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp
/sbin/modprobe ip_masq_raudio
/sbin/modprobe ip_masq_irc
/sbin/modprobe ip_masq_cuseeme
/sbin/modprobe ip_masq_vdolive
/sbin/modprobe ip_masq_quake

Seems to work for me.....

Ian W
Karachi, Pakistan                             email: ianw@cyber.net.pk


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: