Infini-OPTIPLEX: remove static ip address
Now behind an EdgeRouter, which handles the static ip
This commit is contained in:
parent
f60ed18b44
commit
0ef7b9b66e
1 changed files with 0 additions and 12 deletions
|
@ -25,18 +25,6 @@
|
|||
};
|
||||
|
||||
networking = {
|
||||
interfaces = {
|
||||
enp0s31f6 = {
|
||||
ipv4.addresses = [{
|
||||
address = "128.210.6.103";
|
||||
prefixLength = 28;
|
||||
}];
|
||||
};
|
||||
};
|
||||
defaultGateway = {
|
||||
address = "128.210.6.97";
|
||||
interface = "enp0s31f6";
|
||||
};
|
||||
firewall = {
|
||||
allowedUDPPorts = [ 80 443 ];
|
||||
allowedTCPPorts = [ 80 443 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue