What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Port Forwarding requires a reboot to work..

TomT

Regular Contributor
Hi

I've set port forwarding rules and they work fine.

But if I amend one to route traffic to a different device, I have to reboot the router to make it work..

It keeps sending the traffic to the OLD device until the reboot..

Any ideas ?
 
Try to restart firewall after you have apply your rules and test.
Code:
service restart_firewall
 
Thanks I will try that.
I'm not using hardware acceleration, not sure if that make a difference.
 
Just tried restarting the firewall rules and its not helped.
Doing iptables -t nat -L does show all the correct rules in place for Chain VSERVER

Any ideas before I reboot
 
Rebooted and its working fine.

Why do I have to reboot to change port forwarding rules ?
 
Maybe to clear out any caches used?
 
What router? If it's a MIPS based router, make sure the NAT loopback type is set to ASUS and not Merlin.
 
It's an rt68u

Should I just be able to change the settings via the GUI and they should work.. or is a reboot needed ?

Thanks
 
Should I just be able to change the settings via the GUI and they should work.
It should work via the gui, and it shouldn't cause a reboot (It used to require a reboot if you had CTF enabled, but it was changed about a year ago).

But, I double checked....if you change the port forwards, in addition to
service restart_firewall
you also need to restart upnp
service restart_upnp
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top