Jump to content
Not connected, Your IP: 18.116.239.195
dnrg

Eddie left broken network connection after restart

Recommended Posts

Hello,

I restarted my Ubuntu server because of some updates.
Now Eddie refuses to start with "Authorization check failed", also I cannot connect to anything anymore, even without Eddie no network connection despite local network is possible anymore.

My ifconfig shows a tun0 interface that probably should not exist without an Eddie connection:

ifconfig
enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.40  netmask 255.255.0.0  broadcast 192.168.255.255
        inet6 fe80::ffac:d06b:a823:da02  prefixlen 64  scopeid 0x20<link>
        ether 00:01:2e:2f:ff:35  txqueuelen 1000  (Ethernet)
        RX packets 33559  bytes 5480357 (5.4 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 148236  bytes 196641395 (196.6 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 20  memory 0xfbdc0000-fbde0000  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 41636  bytes 189082766 (189.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 41636  bytes 189082766 (189.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
        inet 10.40.20.12  netmask 255.255.255.0  destination 10.40.20.12
        inet6 fe80::828:40d1:c7ad:ae9b  prefixlen 64  scopeid 0x20<link>
        unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  txqueuelen 100  (UNSPEC)
        RX packets 566  bytes 593801 (593.8 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 481  bytes 45690 (45.6 KB)
        TX errors 0  dropped 8267 overruns 0  carrier 0  collisions 0


netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         10.40.20.1      128.0.0.0       UG        0 0          0 tun0
0.0.0.0         10.40.20.1      0.0.0.0         UG        0 0          0 tun0
0.0.0.0         192.168.0.1     0.0.0.0         UG        0 0          0 enp0s25
10.40.20.0      0.0.0.0         255.255.255.0   U         0 0          0 tun0
128.0.0.0       10.40.20.1      128.0.0.0       UG        0 0          0 tun0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 enp0s25
192.168.0.0     0.0.0.0         255.255.0.0     U         0 0          0 enp0s25


How can I reset everything to a default, plain net connection, or does Eddie have some kind of backup feature and can reset all network settings?




 

Share this post


Link to post
sudo pkill -15 openvpn && sudo systemctl restart networking

NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT.

LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too!

Want to contact me directly? All relevant methods are on my About me page.

Share this post


Link to post
Guest
This topic is now closed to further replies.

×
×
  • Create New...