Cothbw wrote:
>> Hello,
>>
>> try
>> /usr/sbin/iptables -P FORWARD ACCEPT
>> to make sure that forwarding is allowed and
>> echo 1 > /proc/sys/net/ipv4/ip_dynaddr
>> for dynamicIP/masquerading.
>> Alex
>
> Thx
> Tried both and after that tried iptables -t nat -L
> nothing...
>
> This is the result of some testing:
>
> [root@Tdesktop t]# iptables --help
> iptables --help
> [root@Tdesktop t]# iptables
> [root@Tdesktop t]# iptables --help
> [root@Tdesktop t]# iptables
> [root@Tdesktop t]# man iptables
> [root@Tdesktop t]# iptables
> iptables
>
> You can see that the command iptables doesnt result in an output and
> sometimes only with the command itself.
>
> could it be that my iptables are corrupt
> can I uninstall and install iptables?
Hi,
yes indeed, you should get some output from executing these commands. Try to
verify the package rpm -Vf `which iptables`. Good luck, Alex
|