Hi,
I started an openvpn server on my N66U, I can connect from my Android phone and from my office PC (but not from my laptop in my own guest net somehow), I can access the web interface using the LAN ip, but I cannot reach any address within the LAN (no ping, no http. didn't try shared folders, don't care for now).
I concluded that pushing the lan address and client routes work fine, otherwise I couldn't connect to the lan ip of the router. Right?
Then the problem should be in the router configuration itself (my guess is iptables or routes).
I think this is a pretty common configuration, is there anything obvious I have to set?
Here are my configs:
### Server
# Automatically generated configuration
daemon
topology subnet
server 10.8.0.0 255.255.255.0
proto udp
rcvbuf 0
sndbuf 0
port 1194
dev tun21
comp-lzo adaptive
keepalive 15 60
verb 3
push "route 192.168.2.0 255.255.255.0"
duplicate-cn
push "dhcp-option DNS 192.168.2.1"
ca ca.crt
dh dh.pem
cert server.crt
key server.key
status-version 2
status status
# Custom Configuration
### Client
client
dev tun
proto udp
remote myaddress.asuscomm.com 1194
float
comp-lzo adaptive
keepalive 15 60
ns-cert-type server
<ca>
-----BEGIN CERTIFICATE-----
secret
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
secret
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
secret
-----END PRIVATE KEY-----
</key>
resolv-retry infinite
nobind
I started an openvpn server on my N66U, I can connect from my Android phone and from my office PC (but not from my laptop in my own guest net somehow), I can access the web interface using the LAN ip, but I cannot reach any address within the LAN (no ping, no http. didn't try shared folders, don't care for now).
I concluded that pushing the lan address and client routes work fine, otherwise I couldn't connect to the lan ip of the router. Right?
Then the problem should be in the router configuration itself (my guess is iptables or routes).
I think this is a pretty common configuration, is there anything obvious I have to set?
Here are my configs:
### Server
# Automatically generated configuration
daemon
topology subnet
server 10.8.0.0 255.255.255.0
proto udp
rcvbuf 0
sndbuf 0
port 1194
dev tun21
comp-lzo adaptive
keepalive 15 60
verb 3
push "route 192.168.2.0 255.255.255.0"
duplicate-cn
push "dhcp-option DNS 192.168.2.1"
ca ca.crt
dh dh.pem
cert server.crt
key server.key
status-version 2
status status
# Custom Configuration
### Client
client
dev tun
proto udp
remote myaddress.asuscomm.com 1194
float
comp-lzo adaptive
keepalive 15 60
ns-cert-type server
<ca>
-----BEGIN CERTIFICATE-----
secret
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
secret
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
secret
-----END PRIVATE KEY-----
</key>
resolv-retry infinite
nobind