What's new

Clearing out SSH rules from router

Sorry don't have screen capture....this i want clear out or complete clearing >>> wrong ports was entered
iptables -I FORWARD -i tun1 -p udp -d destIP --dport port -j ACCEPT
iptables -I FORWARD -i tun1 -p tcp -d destIP --dport port -j ACCEPT
iptables -t nat -I PREROUTING -i tun1 -p tcp --dport port -j DNAT --to-destination destIP
iptables -t nat -I PREROUTING -i tun1 -p udp --dport port -j DNAT --to-destination destIP
 
Where are you seeing this?

Those lines don't look like anything that's normally created by the router. You must have done this yourself. We can't guess what you have done.

Or did you just type those commands directly into the SSH command line?
 
I was asking if the router lose power or was rebooted would it also lose the ssh rules i put in
Yes it will. I said that in post #6.

Then you asked "Anyway around this ?". To answer that question you need to provide more information.
 
I only need those rules for remote connections like Plex, Emby. i don't want to be putting it in everytime i reboot or lose power
 
So the "WAN - Virtual Server / Port Forwarding" in the GUI doesn't work for your needs?
 

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