This commit is contained in:
DHDAXCW
2024-06-30 15:05:56 +08:00
parent a4b677615e
commit 3fe8285ca0
2 changed files with 2 additions and 2 deletions

View File

@@ -147,7 +147,7 @@ generate_network() {
static)
local ipad
case "$1" in
lan) ipad=${ipaddr:-"192.168.11.1"} ;;
lan) ipad=${ipaddr:-"192.168.1.1"} ;;
*) ipad=${ipaddr:-"192.168.$((addr_offset++)).1"} ;;
esac

View File

@@ -1,4 +1,4 @@
root:x:0:0:root:/root:/usr/bin/zsh
root:x:0:0:root:/root:/bin/ash
daemon:*:1:1:daemon:/var:/bin/false
ftp:*:55:55:ftp:/home/ftp:/bin/false
network:*:101:101:network:/var:/bin/false