mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-15 00:00:16 -04:00
HW addresses must be predefined
This commit is contained in:
parent
092d2e1b1b
commit
dc48763940
@ -154,16 +154,16 @@ IFCONFIG_2="10.2.0.254 netmask 255.255.0.0"
|
||||
##############################################################
|
||||
# Network interfaces of the UML instances
|
||||
#
|
||||
SWITCH_alice="eth0=daemon,,unix,/tmp/umlswitch1"
|
||||
SWITCH_venus="eth0=daemon,,unix,/tmp/umlswitch1"
|
||||
SWITCH_moon="eth0=daemon,,unix,/tmp/umlswitch0 \
|
||||
eth1=daemon,,unix,/tmp/umlswitch1"
|
||||
SWITCH_carol="eth0=daemon,,unix,/tmp/umlswitch0"
|
||||
SWITCH_winnetou="eth0=daemon,,unix,/tmp/umlswitch0"
|
||||
SWITCH_dave="eth0=daemon,,unix,/tmp/umlswitch0"
|
||||
SWITCH_sun="eth0=daemon,,unix,/tmp/umlswitch0 \
|
||||
eth1=daemon,,unix,/tmp/umlswitch2"
|
||||
SWITCH_bob="eth0=daemon,,unix,/tmp/umlswitch2"
|
||||
SWITCH_alice="eth0=daemon,fe:fd:0a:01:00:0a,unix,/tmp/umlswitch1"
|
||||
SWITCH_venus="eth0=daemon,fe:fd:0a:01:00:14,unix,/tmp/umlswitch1"
|
||||
SWITCH_moon="eth0=daemon,fe:fd:c0:a8:00:01,unix,/tmp/umlswitch0 \
|
||||
eth1=daemon,fe:fd:0a:01:00:01,unix,/tmp/umlswitch1"
|
||||
SWITCH_carol="eth0=daemon,fe:fd:c0:a8:00:64,unix,/tmp/umlswitch0"
|
||||
SWITCH_winnetou="eth0=daemon,fe:fd:c0:a8:00:96,unix,/tmp/umlswitch0"
|
||||
SWITCH_dave="eth0=daemon,fe:fd:c0:a8:00:c8,unix,/tmp/umlswitch0"
|
||||
SWITCH_sun="eth0=daemon,fe:fd:c0:a8:00:02,unix,/tmp/umlswitch0 \
|
||||
eth1=daemon,fe:fd:0a:02:00:01,unix,/tmp/umlswitch2"
|
||||
SWITCH_bob="eth0=daemon,fe:fd:0a:02:00:0a,unix,/tmp/umlswitch2"
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user