[CLUE-Tech] module loading question
    Match Grun 
    match at dimensional.com
       
    Mon Mar 24 21:09:05 MST 2003
    
    
  
I use rc.local to start up my firewall. Here are the first few lines of
the script:
	# first, turn off forwarding
	echo 0 > /proc/sys/net/ipv4/ip_forward
	# load modules
	modprobe ip_tables
	modprobe ip_nat_ftp
	modprobe ip_conntrack_ftp
	...
	>>>> setup all tables here <<<<
	...
	# finally, turn on forwarding
	echo 1 > /proc/sys/net/ipv4/ip_forward
Match
On 24 Mar 2003 16:35:32 -0700
Jeremiah Stanley <lists at miah.org> wrote:
> Do I just need to put an entry like the on below to load the ip_tables
> module on boot into /etc/modules.conf?
> 
> alias ip_tables
> 
> If that isn't it, what do I put in that file to have the module loaded
> on boot?
> -- 
> Jeremiah Stanley <lists at miah.org>
> 
> _______________________________________________
> CLUE-Tech mailing list
> CLUE-Tech at clue.denver.co.us
> http://clue.denver.co.us/mailman/listinfo/clue-tech
    
    
More information about the clue-tech
mailing list