iBabajan / tomato-sdhc-vlan

Automatically exported from code.google.com/p/tomato-sdhc-vlan
0 stars 0 forks source link

Port opening #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Opening local ports on router, like proxy or etc (8888)

What is the expected output? What do you see instead?
Outside(extip) open port.

What version of the product are you using? On what operating system?
Tomato Firmware v1.28.0023 Teaman-SDHC-VLAN-PPTPD ND USB VPN

Please provide any additional information below.

Here how to fix it:
iptables -I INPUT 1 -i ppp0 -p tcp --dport 8888 -j ACCEPT
 or without ppp0 option, but with it is more secure!
Port Forwarding>Basic>Added :
On  Proto   Src Address Ext Ports   Int Port    Int Address Description
On  TCP                           8881      8881    192.168.1.1 

but dont works, i think that number 1 after INPUT makes the magic.
please edit/fix the port forwarding/port opening. And add option to the page 
option for interface <-i>.

Original issue reported on code.google.com by blagyn...@gmail.com on 26 Jun 2013 at 10:10