tests: changed IP addresses of radius and PAM tests to not collide with full-test

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-23 15:44:07 +01:00
parent 4934cecdd6
commit 6b0b8e5afc
4 changed files with 22 additions and 22 deletions

View File

@@ -207,7 +207,7 @@ device = vpns
default-domain = example.com
# The pool of addresses that leases will be given from.
ipv4-network = 192.168.1.0
ipv4-network = 192.168.56.0
ipv4-netmask = 255.255.255.0
# The advertized DNS server. Use multiple lines for
@@ -219,7 +219,7 @@ ipv4-netmask = 255.255.255.0
#nbns = 192.168.1.3
# The IPv6 subnet that leases will be given from.
ipv6-network = fd91:6d87:7341:db6a::
ipv6-network = fd91:6d87:7341:dc6b::
ipv6-prefix = 64
# The domains over which the provided DNS should be used. Use
@@ -249,9 +249,9 @@ ping-leases = false
#
# To set the server as the default gateway for the client just
# comment out all routes from the server.
route = 192.168.1.0/255.255.255.0
route = 192.168.56.0/255.255.255.0
#route = 192.168.5.0/255.255.255.0
route = fd91:6d87:7341:db6a::/64
route = fd91:6d87:7341:dc6b::/64
# Configuration files that will be applied per user connection or
# per group. Each file name on these directories must match the username

View File

@@ -210,7 +210,7 @@ device = vpns
default-domain = example.com
# The pool of addresses that leases will be given from.
ipv4-network = 192.168.1.0
ipv4-network = 192.168.55.0
ipv4-netmask = 255.255.255.0
# The advertized DNS server. Use multiple lines for
@@ -222,7 +222,7 @@ ipv4-netmask = 255.255.255.0
#nbns = 192.168.1.3
# The IPv6 subnet that leases will be given from.
ipv6-network = fd91:6d87:7341:db6a::
ipv6-network = fd91:6d87:7341:dd6b::
ipv6-prefix = 64
# The domains over which the provided DNS should be used. Use
@@ -252,9 +252,9 @@ ping-leases = false
#
# To set the server as the default gateway for the client just
# comment out all routes from the server.
route = 192.168.1.0/255.255.255.0
route = 192.168.55.0/255.255.255.0
#route = 192.168.5.0/255.255.255.0
route = fd91:6d87:7341:db6a::/64
route = fd91:6d87:7341:dd6b::/64
# Configuration files that will be applied per user connection or
# per group. Each file name on these directories must match the username