ipmasqadm autofw -A -v -r tcp 3000 3005 -h 192.168

Post Reply
Message
Author
Matthias+Wellmeier

ipmasqadm autofw -A -v -r tcp 3000 3005 -h 192.168

#1 Post by Matthias+Wellmeier »

ipmasqadm autofw -A -v -r tcp 3000 3005 -h 192.168.1.1
Adding autofw tcp ports 3000 - 3005 to fixed host 192.168.1.1 U
autofw: setsockopt failed: Protocol not available

Ich verwende SuSE 7.1 und den Kernel 2.4.0-4GB mit SuSEfirewall. Das Modul ipchains ist geladen.

Warum kommt immer diese Fehlermeldung und ich kann die Ports nicht auf den Rechner 192.168.1.1 weiterleiten ?

Descartes

Re: ipmasqadm

#2 Post by Descartes »

> ipmasqadm autofw -A -v <b>-r tcp</b> 3000 3005 -h 192.168.1.1
> autofw: setsockopt failed: Protocol not available

Schreibfehler ?

Probiers mal so

ipmasqadm autofw -A -v <b>-p tcp</b> 3000 3005 -h 192.168.1.1

Matthias Wellmeier

Fehler Illegal Port Numbers

#3 Post by Matthias Wellmeier »

Fehler: Illegal Port Numbers

Post Reply