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

Re: IP forwarding



Mohamedou Moh wrote:
> 
> Hello all !
> 
> I have installed a redhat 7.1 machine to make it my
> proxy and to do masquerading at the same time.
> I have two ethernet cards eth0 with public adress
> 193.xxx.xxx.xxx and eth1 with 192.168.1.1
> 
> I gave the following command to do masquerading:
> 
> #/sbin/iptables -A FORWARD -s
> 192.168.1.0/255.255.255.0 -j ACCEPT
> 
> After that i got the following error:
> Note: /etc/modules.conf is more recent than
> /lib/modules/2.4.2-2/modules.dep
> /lib/modules/2.4.2-2/kernel/net/ipv4/neetfilter/ip_tables.o
> init_modules : device or resource busy
> 
The first one will go away if you reboot the system again or you can run
[as root]: depmod -a

Not sure about the second one.

But these are just warnings.

The actual problem is the last line.

JRT

JRT





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