NeoRouter
http://www.neorouter.com/forum/

Port change on tomato neorouter in-a-box
http://www.neorouter.com/forum/viewtopic.php?f=4&t=489
Page 1 of 1

Author:  fredfalcon [ Wed Apr 22, 2009 1:27 pm ]
Post subject:  Port change on tomato neorouter in-a-box

I recently installed the tomato version of the neorouter in-a-box. I changed the port to 443 but since I've changed it I can no longer access the domain configuration explorer. I have tried ip:port domain:port. Clients still connect but I cannot tell which port they are connecting on. Are there any logs that I can check to find the port being used or is there an easy way to set it back? I have read http://www.neorouter.com/forum/viewtopic.php?f=4&t=13 but it did not seem to apply to my situation.

Thanks

Author:  kevinz [ Wed Apr 22, 2009 4:32 pm ]
Post subject:  Re: Port change on tomato neorouter in-a-box

Hi fredfalcon,

You may want to change the firewall rule (iptable) on the Tomato.
By default, NeoRouter changes the rule to open the default port 32976 to the Internet. Once you change the port to 443, you may want to fix the firewall manually.

You can go to

Tomato UI – Administration – scripts – Firewall, add following lines:

Code:
  iptables -t nat -A PREROUTING -p tcp --dport 443 -j ACCEPT
  iptables        -A INPUT      -p tcp --dport 443 -j ACCEPT



For more details check out the document.
http://www.neorouter.com/wiki/index.php/NeoRouterWiki:ServerSetup#Install_NeoRouter_server_for_Tomato_firmware

Thanks,
KevinZ - NeoRouter team

Author:  wcxabyo [ Thu May 07, 2015 6:45 am ]
Post subject:  Re: Port change on tomato neorouter in-a-box

If your linux box was working with NeoRouter but it fall in sleep itself, you can use the wake-on-lan button to wake it up from any other box running NeoRouter. Of cause your WOL must be enabled, including both hardware setting and OS settings. Different linux distributions may have various tools to set WOL.????

Page 1 of 1 All times are UTC - 5 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/