hotspot test
This commit is contained in:
@@ -7,8 +7,16 @@
|
||||
allowedTCPPorts = [ 53 67 68 ];
|
||||
};
|
||||
|
||||
networking.interfaces."wlo1" = {
|
||||
ipv4.addresses = [{ address = "192.168.121.1"; prefixLength = 24; }];
|
||||
networking = {
|
||||
interfaces."wlo1" = {
|
||||
ipv4.addresses = [{ address = "192.168.121.1"; prefixLength = 24; }];
|
||||
};
|
||||
|
||||
nat = {
|
||||
enable = true;
|
||||
internalInterfaces = [ "wlo1" ];
|
||||
externalInterface = "eno1";
|
||||
};
|
||||
};
|
||||
|
||||
services.dnsmasq = {
|
||||
|
||||
Reference in New Issue
Block a user