You are not logged in.
Hi Guys!
I was trying to setup a basic DHCPv4 network, but internet connection won't work.
Lan connection is fine.
Can sameone help me please?
My configuration:
/etc/systemd/network/dhcp.network
[Match]
Name=enp3n0
[Network]
DHCP=yes
systemd-networkd is enabled and started.
Last edited by Rog (2014-05-04 10:39:54)
Offline
It could just be a nameserver issue, is the following command successful?
ping -c 3 8.8.8.8
If it is then you just need to add your nameserver(s) to /etc/resolv.conf .
Last edited by Slithery (2014-05-04 10:33:05)
Offline
Thanks a lot, problem solved
Offline