File tree 9 files changed +145
-0
lines changed
9 files changed +145
-0
lines changed Original file line number Diff line number Diff line change
1
+ CONNECTION='ethernet'
2
+ DESCRIPTION='B hostel Network'
3
+ INTERFACE='eth0'
4
+ IP='static'
5
+ ADDR='192.168.65.254'
6
+ #ROUTES=('192.168.0.0/24 via 192.168.1.2')
7
+ GATEWAY='192.168.65.1'
8
+ DNS=('192.168.254.2')
9
+
10
+ ## For IPv6 autoconfiguration
11
+ #IP6=stateless
12
+
13
+ ## For IPv6 static address configuration
14
+ #IP6='static'
15
+ #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
16
+ #ROUTES6=('abcd::1234')
17
+ #GATEWAY6='1234:0:123::abcd'
Original file line number Diff line number Diff line change
1
+ CONNECTION='ethernet'
2
+ DESCRIPTION='CCC Network'
3
+ INTERFACE='eth0'
4
+ IP='static'
5
+ ADDR='192.168.5.254'
6
+ #ROUTES=('192.168.0.0/24 via 192.168.1.2')
7
+ GATEWAY='192.168.5.1'
8
+ DNS=('192.168.254.2')
9
+
10
+ ## For IPv6 autoconfiguration
11
+ #IP6=stateless
12
+
13
+ ## For IPv6 static address configuration
14
+ #IP6='static'
15
+ #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
16
+ #ROUTES6=('abcd::1234')
17
+ #GATEWAY6='1234:0:123::abcd'
Original file line number Diff line number Diff line change
1
+ CONNECTION='ethernet'
2
+ DESCRIPTION='E hostel Network'
3
+ INTERFACE='eth0'
4
+ IP='static'
5
+ ADDR='192.168.68.254'
6
+ #ROUTES=('192.168.0.0/24 via 192.168.1.2')
7
+ GATEWAY='192.168.68.1'
8
+ DNS=('192.168.254.2')
9
+
10
+ ## For IPv6 autoconfiguration
11
+ #IP6=stateless
12
+
13
+ ## For IPv6 static address configuration
14
+ #IP6='static'
15
+ #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
16
+ #ROUTES6=('abcd::1234')
17
+ #GATEWAY6='1234:0:123::abcd'
Original file line number Diff line number Diff line change
1
+ CONNECTION='ethernet'
2
+ DESCRIPTION='F hostel Network'
3
+ INTERFACE='eth0'
4
+ IP='static'
5
+ ADDR='192.168.69.254'
6
+ #ROUTES=('192.168.0.0/24 via 192.168.1.2')
7
+ GATEWAY='192.168.69.1'
8
+ DNS=('192.168.254.2')
9
+
10
+ ## For IPv6 autoconfiguration
11
+ #IP6=stateless
12
+
13
+ ## For IPv6 static address configuration
14
+ #IP6='static'
15
+ #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
16
+ #ROUTES6=('abcd::1234')
17
+ #GATEWAY6='1234:0:123::abcd'
Original file line number Diff line number Diff line change
1
+ CONNECTION='ethernet'
2
+ DESCRIPTION='F hostel alternate network'
3
+ INTERFACE='eth0'
4
+ IP='static'
5
+ ADDR='192.168.69.253'
6
+ #ROUTES=('192.168.0.0/24 via 192.168.1.2')
7
+ GATEWAY='192.168.69.1'
8
+ DNS=('192.168.254.2')
9
+
10
+ ## For IPv6 autoconfiguration
11
+ #IP6=stateless
12
+
13
+ ## For IPv6 static address configuration
14
+ #IP6='static'
15
+ #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
16
+ #ROUTES6=('abcd::1234')
17
+ #GATEWAY6='1234:0:123::abcd'
Original file line number Diff line number Diff line change
1
+ CONNECTION='ethernet'
2
+ DESCRIPTION='Home DHCP connection'
3
+ INTERFACE='eth0'
4
+ IP='dhcp'
5
+ ## for DHCPv6
6
+ #IP6='dhcp'
7
+ ## for IPv6 autoconfiguration
8
+ #IP6='stateless'
9
+
Original file line number Diff line number Diff line change
1
+ CONNECTION='ethernet'
2
+ DESCRIPTION='International hostel Network'
3
+ INTERFACE='eth0'
4
+ IP='static'
5
+ ADDR='192.168.76.254'
6
+ #ROUTES=('192.168.0.0/24 via 192.168.1.2')
7
+ GATEWAY='192.168.76.1'
8
+ DNS=('192.168.254.2')
9
+
10
+ ## For IPv6 autoconfiguration
11
+ #IP6=stateless
12
+
13
+ ## For IPv6 static address configuration
14
+ #IP6='static'
15
+ #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
16
+ #ROUTES6=('abcd::1234')
17
+ #GATEWAY6='1234:0:123::abcd'
Original file line number Diff line number Diff line change
1
+ CONNECTION='ethernet'
2
+ DESCRIPTION='NSL Network'
3
+ INTERFACE='eth0'
4
+ IP='static'
5
+ ADDR='192.168.41.54'
6
+ #ROUTES=('192.168.0.0/24 via 192.168.1.2')
7
+ GATEWAY='192.168.41.1'
8
+ DNS=('192.168.254.2')
9
+
10
+ ## For IPv6 autoconfiguration
11
+ #IP6=stateless
12
+
13
+ ## For IPv6 static address configuration
14
+ #IP6='static'
15
+ #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
16
+ #ROUTES6=('abcd::1234')
17
+ #GATEWAY6='1234:0:123::abcd'
Original file line number Diff line number Diff line change
1
+ CONNECTION='ethernet'
2
+ DESCRIPTION='SSL Network'
3
+ INTERFACE='eth0'
4
+ IP='static'
5
+ ADDR='192.168.49.54'
6
+ #ROUTES=('192.168.0.0/24 via 192.168.1.2')
7
+ GATEWAY='192.168.49.1'
8
+ DNS=('192.168.254.2')
9
+
10
+ ## For IPv6 autoconfiguration
11
+ #IP6=stateless
12
+
13
+ ## For IPv6 static address configuration
14
+ #IP6='static'
15
+ #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
16
+ #ROUTES6=('abcd::1234')
17
+ #GATEWAY6='1234:0:123::abcd'
You can’t perform that action at this time.
0 commit comments