openvpn port 1194 scanning.
Posted: Sat May 18, 2013 9:59 pm
sorry, if this a dumb question. I am a novice to the world of networking
I have dd-wrt router and a openvpn server up and running on it. I have used the default port of 1194.
if i goto sites like http://www.whatsmyip.org/port-scanner/
and try to check if port 1194 is open, it tells me my port is blocked. the other two ports below also show as blocked.
In the ddwrt router where my openvpn server is running I have added the following rules.
iptables -I INPUT -p udp --dport 1194 -j ACCEPT
iptables -I INPUT -p udp --dport 53 -j ACCEPT
iptables -I INPUT -p udp --dport 22 -j ACCEPT
what is strange is i can connect to the server from clients, within my lan and outside of it , from a hotspot in a cafe or a android phone and connect to machines within my home network as well as securely browse the internet.
i am missing something here.. just curious
I have dd-wrt router and a openvpn server up and running on it. I have used the default port of 1194.
if i goto sites like http://www.whatsmyip.org/port-scanner/
and try to check if port 1194 is open, it tells me my port is blocked. the other two ports below also show as blocked.
In the ddwrt router where my openvpn server is running I have added the following rules.
iptables -I INPUT -p udp --dport 1194 -j ACCEPT
iptables -I INPUT -p udp --dport 53 -j ACCEPT
iptables -I INPUT -p udp --dport 22 -j ACCEPT
what is strange is i can connect to the server from clients, within my lan and outside of it , from a hotspot in a cafe or a android phone and connect to machines within my home network as well as securely browse the internet.
i am missing something here.. just curious