Jump to content

Issues with server Internet dying randomly (dietpi)

Having an issue were my dietPi's internet is dying randomly after 1+ hours of being online, seems to be randomly timed

Raspberry Pi running DietPi connected by wifi
Running OpenVPN on startup
cant see any logging related to it even after chaning dietPi's logging to store it all.
It seems i can still get local access to it on the network but no internet on it
I wonder if its issue with the OpenVPN


ip link show shows

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT                                     group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode D                                    EFAULT group default qlen 1000
    link/ether dc:a6:32:32:22:f5 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP m                                    ode DORMANT group default qlen 1000
    link/ether dc:a6:32:32:22:f6 brd ff:ff:ff:ff:ff:ff
4: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast sta                                    te UNKNOWN mode DEFAULT group default qlen 100
    link/none


/etc/network/interfaces has

# Drop-in configs
source interfaces.d/*

# Local
auto lo
iface lo inet loopback

# Ethernet
allow-hotplug eth0
iface eth0 inet dhcp
address 0.0.0.0
netmask 0.0.0.0
gateway 0.0.0.0
#dns-nameservers 0.0.0.0

# WiFi
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.1.217
netmask 255.255.255.0
gateway 192.168.1.1
dns-nameservers 8.8.8.8
wireless-power off
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
 

Any ideas?

Thanks :D


edit: posted on wrong sub forum, my bad 

new one here: 

 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×