hello since update to Merlin FW 380.59 my ASUS RT-AC68U vpn connection is blocking connection to SSH/TELNET and HTTP/HTTPS
my ASUS RT-AC68U is running as VPN Client to another AC68U (FW 380.58) running as VPN Server
in Administration - System there is - Enable SSH - LAN Only
how to allow incoming connection from VPN Server to VPN Client - SSH - TCP port 22 (but only through tun11 interface)
how to allow incoming connection from VPN Server to VPN Client - HTTP - TCP port 80
when OpenVPN tunnel is running - ovpn server AC68U has 10.8.0.1 IP, my ovpn client AC68U has 10.8.0.2 IP
I have tried adding this rule to ovpn client AC68U, but it doesn't work I cannot connect to SSH or HTTP from ovpn server AC68U, and I am missing iptables skills
I am connecting to VPN Server sometimes from the road, and doing administration over VPN tunnel rather than exposing SSH and HTTP to the whole Internet
I would like to open those two ports on my ovpn client AC68U only to ovpn server IP address, that's all
my ASUS RT-AC68U is running as VPN Client to another AC68U (FW 380.58) running as VPN Server
in Administration - System there is - Enable SSH - LAN Only
how to allow incoming connection from VPN Server to VPN Client - SSH - TCP port 22 (but only through tun11 interface)
how to allow incoming connection from VPN Server to VPN Client - HTTP - TCP port 80
when OpenVPN tunnel is running - ovpn server AC68U has 10.8.0.1 IP, my ovpn client AC68U has 10.8.0.2 IP
I have tried adding this rule to ovpn client AC68U, but it doesn't work I cannot connect to SSH or HTTP from ovpn server AC68U, and I am missing iptables skills
Code:
iptables -I INPUT -p tcp --dport 22 -s 10.8.0.1 -j ACCEPT
iptables -I INPUT -p tcp --dport 80 -s 10.8.0.1 -j ACCEPT
I am connecting to VPN Server sometimes from the road, and doing administration over VPN tunnel rather than exposing SSH and HTTP to the whole Internet
I would like to open those two ports on my ovpn client AC68U only to ovpn server IP address, that's all
Last edited: