Re: forwarding/masquerading

Startseite
Anhänge:
Nachricht
+ (text/plain)
Nachricht löschen
Nachricht beantworten
Autor: Norbert Tretkowski
Datum:  
To: Linux-Gruppe Schwabach
Betreff: Re: forwarding/masquerading
* Wolf Drechsel <drechsel@???> wrote:
> root@P166:/etc# iptables -A POSTROUTING -t nat -j MASQUERADE -o ippp0
> iptables v1.2.7a: can't initialize iptables table `nat': Table does
> not exist (do you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.


Nun, er sagt dir doch, das da ein Modul nicht geladen werden kann.
Eigentlich sollte das automatisch geladen werden, daher gehe ich davon
aus, das das Modul bei dir nicht existiert.

> root@P166:/etc# echo 1 > /proc/sys/net/ipv4/ip_forward
> -bash: /proc/sys/net/ipv4/ip_forward: No such file or directory


Dein Kernel kann kein IP Forwarding. Die HOWTOs auf
<http://netfilter.samba.org/> erklaeren eigentlich genau, wie der
Kernel fuer Masquerading konfiguriert werden muss.