You are not logged in.

#1 2015-04-30 13:19:15

astinx
Member
Registered: 2015-02-04
Posts: 5

Openvpn issue: "RTNETLINK answers: Invalid argument"

Hi, I've done some research but since my knowledge in networking is pretty low, I ended up asking for your help. Several days ago I installed a smb package with yaourt to be able to enter in the remote folders of the network in the place where I work. This didn't work, even worse I don't remember the name of the package. But today while I was trying to connect to the vpn network from home I found out that I couldn't, I tried searching and searching in google, trying several answers, I try to reinstall the openvpn package, but that didn't work either. This is the error that the Openvpn shows when I'm trying to connect.

[astinx@compu backup]$ sudo openvpn --config arzion.ovpn --ca ca.crt  --cert agustinl.crt --key agustinl.key
[sudo] password for astinx: 
Thu Apr 30 09:59:33 2015 OpenVPN 2.3.6 x86_64-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on Dec  2 2014
Thu Apr 30 09:59:33 2015 library versions: OpenSSL 1.0.2a 19 Mar 2015, LZO 2.09
Thu Apr 30 09:59:33 2015 WARNING: file 'agustinl.key' is group or others accessible
Thu Apr 30 09:59:33 2015 Socket Buffers: R=[212992->131072] S=[212992->131072]
Thu Apr 30 09:59:33 2015 UDPv4 link local: [undef]
Thu Apr 30 09:59:33 2015 UDPv4 link remote: [AF_INET]190.188.66.162:1194
Thu Apr 30 09:59:33 2015 TLS: Initial packet from [AF_INET]190.188.66.162:1194, sid=a8a60fc6 d50e5b54
Thu Apr 30 09:59:33 2015 VERIFY OK: depth=1, C=AR, ST=XXXXX, L=XXXXXXX, O=XXXXX SRL, OU=IT, CN=XXXXX, name=XXXXX, emailAddress=XXXXX@XXXXX.com
Thu Apr 30 09:59:33 2015 VERIFY OK: nsCertType=SERVER
Thu Apr 30 09:59:33 2015 VERIFY OK: depth=0, C=AR, ST=XXXXX, L=XXXXXXX, O=XXXXX SRL, OU=IT, CN=XXXXXX, name=XXXXX, emailAddress=XXXXX@XXXXX.com
Thu Apr 30 09:59:33 2015 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Thu Apr 30 09:59:33 2015 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Apr 30 09:59:33 2015 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Thu Apr 30 09:59:33 2015 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Thu Apr 30 09:59:33 2015 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
Thu Apr 30 09:59:33 2015 [server2013] Peer Connection Initiated with [AF_INET]190.188.66.162:1194
Thu Apr 30 09:59:35 2015 SENT CONTROL [server2013]: 'PUSH_REQUEST' (status=1)
Thu Apr 30 09:59:35 2015 PUSH: Received control message: 'PUSH_REPLY,route 192.168.10.0 255.255.255.0,route 72.44.32.0 255.255.224.0,route 67.202.0.0 255.255.192.0,route 75.101.128.0 255.255.128.0,route 174.129.0.0 255.255.0.0,route 204.236.192.0 255.255.192.0,route 184.73.0.0 255.255.0.0,route 184.72.0.0 255.255.0.0,route 50.16.0.0 255.255.0.0,route 50.19.0.0 255.255.0.0,route 107.20.0.0 255.252.0.0,route 23.20.0.0 255.252.0.0,route 54.242.0.0 255.254.0.0,route 54.234.0.0 255.254.0.0,route 54.236.0.0 255.254.0.0,route 54.224.0.0 255.254.0.0,route 54.226.0.0 255.254.0.0,route 54.196.0.0 255.254.0.0,route 54.80.0.0 255.254.0.0,route 54.220.0.0 255.254.0.0,route 54.243.0.0 255.254.0.0,route 54.195.0.0 255.254.0.0,route 54.235.0.0 255.254.0.0,route 54.167.0.0 255.254.0.0,route 54.75.0.0 255.254.0.0,route 54.163.0.0 255.255.0.0,dhcp-option DNS 192.168.10.250,route 192.168.11.0 255.255.255.0,topology net30,ping 1,ping-restart 180,ifconfig 192.168.11.118 192.168.11.117'
Thu Apr 30 09:59:35 2015 OPTIONS IMPORT: timers and/or timeouts modified
Thu Apr 30 09:59:35 2015 OPTIONS IMPORT: --ifconfig/up options modified
Thu Apr 30 09:59:35 2015 OPTIONS IMPORT: route options modified
Thu Apr 30 09:59:35 2015 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Thu Apr 30 09:59:35 2015 ROUTE_GATEWAY 192.168.10.1/255.255.255.0 IFACE=enp8s0 HWADDR=f0:76:1c:0c:12:99
Thu Apr 30 09:59:35 2015 TUN/TAP device tun1 opened
Thu Apr 30 09:59:35 2015 TUN/TAP TX queue length set to 100
Thu Apr 30 09:59:35 2015 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Thu Apr 30 09:59:35 2015 /usr/bin/ip link set dev tun1 up mtu 1500
Thu Apr 30 09:59:35 2015 /usr/bin/ip addr add dev tun1 local 192.168.11.118 peer 192.168.11.117
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 192.168.10.0/24 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 72.44.32.0/19 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 67.202.0.0/18 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 75.101.128.0/17 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 174.129.0.0/16 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 204.236.192.0/18 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 184.73.0.0/16 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 184.72.0.0/16 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 50.16.0.0/16 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 50.19.0.0/16 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 107.20.0.0/14 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 23.20.0.0/14 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.242.0.0/15 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.234.0.0/15 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.236.0.0/15 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.224.0.0/15 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.226.0.0/15 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.196.0.0/15 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.80.0.0/15 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.220.0.0/15 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.243.0.0/15 via 192.168.11.117
RTNETLINK answers: Invalid argument
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.195.0.0/15 via 192.168.11.117
RTNETLINK answers: Invalid argument
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.235.0.0/15 via 192.168.11.117
RTNETLINK answers: Invalid argument
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.167.0.0/15 via 192.168.11.117
RTNETLINK answers: Invalid argument
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.75.0.0/15 via 192.168.11.117
RTNETLINK answers: Invalid argument
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 54.163.0.0/16 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 /usr/bin/ip route add 192.168.11.0/24 via 192.168.11.117
RTNETLINK answers: File exists
Thu Apr 30 09:59:35 2015 ERROR: Linux route add command failed: external program exited with error status: 2
Thu Apr 30 09:59:35 2015 Initialization Sequence Completed
^CThu Apr 30 10:01:44 2015 event_wait : Interrupted system call (code=4)
Thu Apr 30 10:01:44 2015 Closing TUN/TAP interface
Thu Apr 30 10:01:44 2015 /usr/bin/ip addr del dev tun1 local 192.168.11.118 peer 192.168.11.117
Thu Apr 30 10:01:44 2015 SIGINT[hard,] received, process exiting

I've 0 knowledge in networks so any other output that would be helpfull, just tell me.

Offline

Board footer

Powered by FluxBB