Jure Erznožnik
Occasional Visitor
I'd like to have constant access to my parent's network, so I figured I'd make it relatively secure and use OpenVPN.
So, my parents are running an AC66-U-B1 with Merlin 384.3
I'm running an AC-56U with Merlin 384.3
I'm using PPTP to have simultaneous access to the parents' router and mine. Connecting with Windows 10. This works.
Then I set up an OpenVPN server on parents' router. Activate, download the .ovpn file. Load the .ovpn file on my router, fire up the client. The client (router) connects, but reports Connected (Local: 0.0.0.0 - Public: )
Pinging doesn't work neither from router, nor PCs on my LAN.
So I changed interface type to TAP and had it assign addresses from a separate pool.
This time the client still reports Connected (Local: 0.0.0.0 - Public: ), but now the server is much more active: it's reporting PCs on my LAN, but they still cannot ping anything (not router, not the PCs).
If I ssh to my router, ifconfig says this:
tap11 Link encap:Ethernet HWaddr 2E:03:FE:E4:2D:37
inet addr:192.168.254.40 Bcast:192.168.254.255 Mask:255.255.255.0
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1244 (1.2 KiB) TX bytes:3376 (3.2 KiB)
and route says this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
213.250.19.90 * 255.255.255.255 UH 0 0 0 ppp0
192.168.178.0 * 255.255.255.0 U 0 0 0 eth0
192.168.237.0 * 255.255.255.0 U 0 0 0 br0
192.168.254.0 * 255.255.255.0 U 0 0 0 tap11
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default bsn-access.dyna 0.0.0.0 UG 0 0 0 ppp0
default 192.168.178.1 0.0.0.0 UG 1 0 0 eth0
Log contains no information that anything might be wrong. Just initialisation stuff.
So technically, everything should work. But it doesn't.
Why?
Jure
So, my parents are running an AC66-U-B1 with Merlin 384.3
I'm running an AC-56U with Merlin 384.3
I'm using PPTP to have simultaneous access to the parents' router and mine. Connecting with Windows 10. This works.
Then I set up an OpenVPN server on parents' router. Activate, download the .ovpn file. Load the .ovpn file on my router, fire up the client. The client (router) connects, but reports Connected (Local: 0.0.0.0 - Public: )
Pinging doesn't work neither from router, nor PCs on my LAN.
So I changed interface type to TAP and had it assign addresses from a separate pool.
This time the client still reports Connected (Local: 0.0.0.0 - Public: ), but now the server is much more active: it's reporting PCs on my LAN, but they still cannot ping anything (not router, not the PCs).
If I ssh to my router, ifconfig says this:
tap11 Link encap:Ethernet HWaddr 2E:03:FE:E4:2D:37
inet addr:192.168.254.40 Bcast:192.168.254.255 Mask:255.255.255.0
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1244 (1.2 KiB) TX bytes:3376 (3.2 KiB)
and route says this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
213.250.19.90 * 255.255.255.255 UH 0 0 0 ppp0
192.168.178.0 * 255.255.255.0 U 0 0 0 eth0
192.168.237.0 * 255.255.255.0 U 0 0 0 br0
192.168.254.0 * 255.255.255.0 U 0 0 0 tap11
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default bsn-access.dyna 0.0.0.0 UG 0 0 0 ppp0
default 192.168.178.1 0.0.0.0 UG 1 0 0 eth0
Log contains no information that anything might be wrong. Just initialisation stuff.
So technically, everything should work. But it doesn't.
Why?
Jure