Page 1 of 1

Ubuntu not being assigned right up address

Posted: Sun Mar 31, 2019 3:14 am
by brickman7713
Hello I don’t know if this is the right area but here it goes. I am trying to connect an Ubuntu desktop to a remote netgear router with openvpn built in. My problem is whenever it connects Ubuntu gets assigned a 192.168.2.X ip instead of the local network of 192.168.1.X. I have tried tap also but it fails immediately on connect. Thanks for the help, this is my client file

Code: Select all

client
dev tun
proto udp
remote XXX.XXX.XXX.XXX XXX
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
cipher AES-128-CBC
comp-lzo
verb 5

Re: Ubuntu not being assigned right up address

Posted: Sun Mar 31, 2019 3:16 am
by TinCanTech
So not even bla .. s2pdp

(thatus a hash tag)

Re: Ubuntu not being assigned right up address

Posted: Sun Mar 31, 2019 3:17 am
by brickman7713
What do you mean?

Re: Ubuntu not being assigned right up address

Posted: Sun Mar 31, 2019 3:21 am
by TinCanTech