Puppy 410 and OpenVPN

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

Puppy 410 and OpenVPN

#1 Post by trapster »

It seems I can get openvpn to successfully run on my server with running puppy 410 but I have no internet access.

I can successfully use the vpn on debiandog and puppy precise on my laptop.
laptop address is 192.168.104 via wlan0, server is at 192.168.101 eth0.
Can anybody point me in the right direction?
I am semi-clueless with this network stuff

output of route -n after attempting to connect with the server

# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
46.105.94.61 0.0.0.0 255.255.255.255 !H 0 0 0 *
23.226.131.228 192.168.1.1 255.255.255.255 UGH 0 0 0 eth0
52.231.39.161 0.0.0.0 255.255.255.255 !H 0 0 0 *
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.8.8.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.8.8.1 128.0.0.0 UG 0 0 0 tun0
128.0.0.0 10.8.8.1 128.0.0.0 UG 0 0 0 tun0
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0



output of my openvpn

#openvpn /etc/nordvpn/ovpn_udp/us1159.nordvpn.com.udp.ovpn
Sun Aug 26 15:45:19 2018 OpenVPN 2.1_rc7 i686-pc-linux-gnu [SSL] [EPOLL] built on Jun 16 2008
Enter Auth Username:trapster@roadrunner.com
Enter Auth Password:
Sun Aug 26 15:45:32 2018 WARNING: --ping should normally be used with --ping-restart or --ping-exit
Sun Aug 26 15:45:32 2018 Control Channel Authentication: tls-auth using INLINE static key file
Sun Aug 26 15:45:32 2018 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
Sun Aug 26 15:45:32 2018 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
Sun Aug 26 15:45:32 2018 Control Channel MTU parms [ L:1633 D:210 EF:110 EB:0 ET:0 EL:0 ]
Sun Aug 26 15:45:32 2018 Data Channel MTU parms [ L:1633 D:1450 EF:101 EB:4 ET:32 EL:0 ]
Sun Aug 26 15:45:32 2018 Local Options hash (VER=V4): 'd1801de4'
Sun Aug 26 15:45:32 2018 Expected Remote Options hash (VER=V4): '8116a095'
Sun Aug 26 15:45:32 2018 Socket Buffers: R=[107520->131072] S=[107520->131072]
Sun Aug 26 15:45:32 2018 UDPv4 link local: [undef]
Sun Aug 26 15:45:32 2018 UDPv4 link remote: 23.226.131.228:1194
Sun Aug 26 15:45:32 2018 TLS: Initial packet from 23.226.131.228:1194, sid=351ef674 3e865462
Sun Aug 26 15:45:32 2018 VERIFY OK: depth=1, /C=PA/ST=PA/L=Panama/O=NordVPN/OU=NordVPN/CN=us1159.nordvpn.com/name=NordVPN/emailAddress=cert@nordvpn.com
Sun Aug 26 15:45:32 2018 Validating certificate key usage
Sun Aug 26 15:45:32 2018 ++ Certificate has key usage 00a0, expects 00a0
Sun Aug 26 15:45:32 2018 VERIFY KU OK
Sun Aug 26 15:45:32 2018 Validating certificate extended key usage
Sun Aug 26 15:45:32 2018 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Sun Aug 26 15:45:32 2018 VERIFY EKU OK
Sun Aug 26 15:45:32 2018 VERIFY OK: depth=0, /C=PA/ST=PA/L=Panama/O=NordVPN/OU=NordVPN/CN=us1159.nordvpn.com/name=NordVPN/emailAddress=cert@nordvpn.com
Sun Aug 26 15:45:32 2018 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1633', remote='link-mtu 1634'
Sun Aug 26 15:45:32 2018 WARNING: 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'
Sun Aug 26 15:45:32 2018 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Sun Aug 26 15:45:32 2018 Data Channel Encrypt: Using 512 bit message hash 'SHA512' for HMAC authentication
Sun Aug 26 15:45:32 2018 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Sun Aug 26 15:45:32 2018 Data Channel Decrypt: Using 512 bit message hash 'SHA512' for HMAC authentication
Sun Aug 26 15:45:32 2018 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Sun Aug 26 15:45:32 2018 [us1159.nordvpn.com] Peer Connection Initiated with 23.226.131.228:1194
Sun Aug 26 15:45:33 2018 SENT CONTROL [us1159.nordvpn.com]: 'PUSH_REQUEST' (status=1)
Sun Aug 26 15:45:33 2018 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,sndbuf 524288,rcvbuf 524288,dhcp-option DNS 103.86.96.100,dhcp-option DNS 103.86.99.100,comp-lzo no,route-gateway 10.8.8.1,topology subnet,ping 60,ping-restart 180,ifconfig 10.8.8.185 255.255.255.0'
Sun Aug 26 15:45:33 2018 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:6: comp-lzo (2.1_rc7)
Sun Aug 26 15:45:33 2018 OPTIONS IMPORT: timers and/or timeouts modified
Sun Aug 26 15:45:33 2018 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified
Sun Aug 26 15:45:33 2018 Socket Buffers: R=[131072->215040] S=[131072->215040]
Sun Aug 26 15:45:33 2018 OPTIONS IMPORT: --ifconfig/up options modified
Sun Aug 26 15:45:33 2018 OPTIONS IMPORT: route options modified
Sun Aug 26 15:45:33 2018 OPTIONS IMPORT: route-related options modified
Sun Aug 26 15:45:33 2018 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sun Aug 26 15:45:33 2018 TUN/TAP device tun0 opened
Sun Aug 26 15:45:33 2018 TUN/TAP TX queue length set to 100
Sun Aug 26 15:45:33 2018 /sbin/ifconfig tun0 10.8.8.185 netmask 255.255.255.0 mtu 1500 broadcast 10.8.8.255
Sun Aug 26 15:45:34 2018 /etc/openvpn/update-resolv-conf tun0 1500 1633 10.8.8.185 255.255.255.0 init
dhcp-option DNS 103.86.96.100
dhcp-option DNS 103.86.99.100
Sun Aug 26 15:45:34 2018 /sbin/route add -net 23.226.131.228 netmask 255.255.255.255 gw 192.168.1.1
Sun Aug 26 15:45:34 2018 /sbin/route add -net 0.0.0.0 netmask 128.0.0.0 gw 10.8.8.1
Sun Aug 26 15:45:34 2018 /sbin/route add -net 128.0.0.0 netmask 128.0.0.0 gw 10.8.8.1
Sun Aug 26 15:45:34 2018 Initialization Sequence Completed
Sun Aug 26 15:49:33 2018 [us1159.nordvpn.com] Inactivity timeout (--ping-restart), restarting
Sun Aug 26 15:49:33 2018 TCP/UDP: Closing socket
Sun Aug 26 15:49:33 2018 SIGUSR1[soft,ping-restart] received, process restarting
Sun Aug 26 15:49:33 2018 Restart pause, 2 second(s)
Sun Aug 26 15:49:35 2018 Re-using SSL/TLS context
Sun Aug 26 15:49:35 2018 Control Channel MTU parms [ L:1633 D:210 EF:110 EB:0 ET:0 EL:0 ]
Sun Aug 26 15:49:35 2018 Data Channel MTU parms [ L:1633 D:1450 EF:101 EB:4 ET:32 EL:0 ]
Sun Aug 26 15:49:35 2018 Local Options hash (VER=V4): 'd1801de4'
Sun Aug 26 15:49:35 2018 Expected Remote Options hash (VER=V4): '8116a095'
Sun Aug 26 15:49:35 2018 Socket Buffers: R=[107520->215040] S=[107520->215040]
Sun Aug 26 15:49:35 2018 UDPv4 link local: [undef]
Sun Aug 26 15:49:35 2018 UDPv4 link remote: 23.226.131.228:1194
Sun Aug 26 15:49:35 2018 TLS: Initial packet from 23.226.131.228:1194, sid=f3224989 e1ad34b1
Sun Aug 26 15:49:35 2018 VERIFY OK: depth=1, /C=PA/ST=PA/L=Panama/O=NordVPN/OU=NordVPN/CN=us1159.nordvpn.com/name=NordVPN/emailAddress=cert@nordvpn.com
Sun Aug 26 15:49:35 2018 Validating certificate key usage
Sun Aug 26 15:49:35 2018 ++ Certificate has key usage 00a0, expects 00a0
Sun Aug 26 15:49:35 2018 VERIFY KU OK
Sun Aug 26 15:49:35 2018 Validating certificate extended key usage
Sun Aug 26 15:49:35 2018 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Sun Aug 26 15:49:35 2018 VERIFY EKU OK
Sun Aug 26 15:49:35 2018 VERIFY OK: depth=0, /C=PA/ST=PA/L=Panama/O=NordVPN/OU=NordVPN/CN=us1159.nordvpn.com/name=NordVPN/emailAddress=cert@nordvpn.com
Sun Aug 26 15:49:35 2018 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1633', remote='link-mtu 1634'
Sun Aug 26 15:49:35 2018 WARNING: 'comp-lzo' is present in remote config but missing in local config, remote='comp-lzo'
Sun Aug 26 15:49:35 2018 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Sun Aug 26 15:49:35 2018 Data Channel Encrypt: Using 512 bit message hash 'SHA512' for HMAC authentication
Sun Aug 26 15:49:35 2018 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Sun Aug 26 15:49:35 2018 Data Channel Decrypt: Using 512 bit message hash 'SHA512' for HMAC authentication
Sun Aug 26 15:49:35 2018 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Sun Aug 26 15:49:35 2018 [us1159.nordvpn.com] Peer Connection Initiated with 23.226.131.228:1194
Sun Aug 26 15:49:36 2018 SENT CONTROL [us1159.nordvpn.com]: 'PUSH_REQUEST' (status=1)
Sun Aug 26 15:49:36 2018 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,sndbuf 524288,rcvbuf 524288,dhcp-option DNS 103.86.96.100,dhcp-option DNS 103.86.99.100,comp-lzo no,route-gateway 10.8.8.1,topology subnet,ping 60,ping-restart 180,ifconfig 10.8.8.185 255.255.255.0'
Sun Aug 26 15:49:36 2018 Options error: Unrecognized option or missing parameter(s) in [PUSH-OPTIONS]:6: comp-lzo (2.1_rc7)
Sun Aug 26 15:49:36 2018 OPTIONS IMPORT: timers and/or timeouts modified
Sun Aug 26 15:49:36 2018 OPTIONS IMPORT: --sndbuf/--rcvbuf options modified
Sun Aug 26 15:49:36 2018 Socket Buffers: R=[215040->215040] S=[215040->215040]
Sun Aug 26 15:49:36 2018 OPTIONS IMPORT: --ifconfig/up options modified
Sun Aug 26 15:49:36 2018 OPTIONS IMPORT: route options modified
Sun Aug 26 15:49:36 2018 OPTIONS IMPORT: route-related options modified
Sun Aug 26 15:49:36 2018 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sun Aug 26 15:49:36 2018 Preserving previous TUN/TAP instance: tun0
Sun Aug 26 15:49:36 2018 Initialization Sequence Completed
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#2 Post by trapster »

Anyone?
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Post Reply