Disable NAT-T doesn't work
Posted: Wed Apr 02, 2014 10:00 am
Hi, All:
Is there anyone had tried to use disable NAT-T feature ?
In my test case. All of server and client already are version v4.06-9433
my client can easy to connect to server by unselect Disable NAT-T.
but if select Disable NAT-T , the result will be fail. softether client will show me
Error (Error Code 1):
Connection to the server failed. Check network connection and make sure that address and port number of destination sever are correct.
I had tried to enable port accept by the iptables command, but the result is fail.
iptables -t nat -A WAN -p tcp --dport 992 -j ACCEPT
iptables -t nat -A WAN -p tcp --dport 1194 -j ACCEPT
iptables -t nat -A WAN -p tcp --dport 5555 -j ACCEPT
What is the steps that I am missing to do ?
Is there anyone had tried to use disable NAT-T feature ?
In my test case. All of server and client already are version v4.06-9433
my client can easy to connect to server by unselect Disable NAT-T.
but if select Disable NAT-T , the result will be fail. softether client will show me
Error (Error Code 1):
Connection to the server failed. Check network connection and make sure that address and port number of destination sever are correct.
I had tried to enable port accept by the iptables command, but the result is fail.
iptables -t nat -A WAN -p tcp --dport 992 -j ACCEPT
iptables -t nat -A WAN -p tcp --dport 1194 -j ACCEPT
iptables -t nat -A WAN -p tcp --dport 5555 -j ACCEPT
What is the steps that I am missing to do ?