You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[~]> cat ~/.ssh/config
Host router
User me
HostName 192.168.1.1
Port 65000
RemoteForward 52698 localhost:52698 [~]> ssh router
ASUSWRT-Merlin RT-AC5300 384.8-2 Sat Dec 8 18:19:13 UTC 2018 me@RT-AC5300-EC70:/tmp/home/root# /opt/bin/rsub ~/test.txt
logger "Setting default filter policy"
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
logger "Flushing all rules"
#-F flushes all the chains. Chains can't be deleted unless they are empty
iptables -F
#-X Delets all the non-builtin chains in the table
iptables -X
#-Z Zero's the packet and byte counters in all chains
iptables -Z
The text was updated successfully, but these errors were encountered:
Please help! =(
/opt/bin/rsub: connect: Connection refused
/opt/bin/rsub: line 393: /dev/tcp/localhost/52698: Connection refused
me@RT-AC5300-EC70:/tmp/home/root#
WTF!?
Tried to dump all iptables rules. No luck =(((
The text was updated successfully, but these errors were encountered: