-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwifi3.conf
23 lines (22 loc) · 1.04 KB
/
wifi3.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
subnet 10.33.64.0 netmask 255.255.192.0 {
option routers 10.33.64.1;
option domain-name-servers 10.32.2.8, 10.32.2.10;
option subnet-mask 255.255.192.0;
option broadcast-address 10.33.127.255;
group {
host [email protected] {
option host-name "[email protected]";
hardware ethernet 33:33:33:33:33:33;
fixed-address 10.33.64.1;
}
host [email protected] {
option host-name "[email protected]";
hardware ethernet 11:11:11:11:11:11;
fixed-address 10.33.125.1;
}
host [email protected] {
option host-name "[email protected]";
hardware ethernet 22:22:22:22:22:22;
fixed-address 10.33.125.3;
}
}