devices/CFB4ED74: attempt to fix SSH connectivy

This commit is contained in:
steveej 2019-02-03 01:46:04 +01:00
parent aa1393cdb8
commit 2ffdc1ea50

View file

@ -16,10 +16,16 @@ in {
# iperf3 # iperf3
5201 5201
]; ];
networking.firewall.logRefusedConnections = false;
networking.useDHCP = true;
networking.usePredictableInterfaceNames = false; networking.usePredictableInterfaceNames = false;
networking.dhcpcd = {
enable = true;
persistent = true;
};
networking.interfaces.eth0 = { networking.interfaces.eth0 = {
useDHCP = true;
ipv6.addresses = [ ipv6.addresses = [
{ address = "2a02:c207:3003:2387::1"; prefixLength = 64; } { address = "2a02:c207:3003:2387::1"; prefixLength = 64; }
]; ];