Add achiles lan interfaces
This commit is contained in:
parent
aff3512244
commit
0d7b37af9a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ let routerConfig = {
|
||||||
wleSSID = "hauser";
|
wleSSID = "hauser";
|
||||||
wlePassphrase = "mifatielma";
|
wlePassphrase = "mifatielma";
|
||||||
};
|
};
|
||||||
lanInterfaces = [ "enp2s0" "enp3s0" ];
|
lanInterfaces = [ "enp1s0" "enp2s0" "enp3s0" "enp4s0" ];
|
||||||
lanNetwork = {
|
lanNetwork = {
|
||||||
routerAddress = "10.2.1.1";
|
routerAddress = "10.2.1.1";
|
||||||
netid = "10.2.1.0";
|
netid = "10.2.1.0";
|
||||||
|
|
Loading…
Add table
Reference in a new issue