nix/os/devices/CFB4ED74: open iperf3 port
This commit is contained in:
parent
e82047e49d
commit
e6c4a19832
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ in {
|
||||||
networking.hostName = "CFB4ED74"; # Define your hostname.
|
networking.hostName = "CFB4ED74"; # Define your hostname.
|
||||||
|
|
||||||
networking.firewall.enable = true;
|
networking.firewall.enable = true;
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
# iperf3
|
||||||
|
5201
|
||||||
|
];
|
||||||
networking.interfaces.eth0 = {
|
networking.interfaces.eth0 = {
|
||||||
useDHCP = true;
|
useDHCP = true;
|
||||||
ipv6.addresses = [ {
|
ipv6.addresses = [ {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue