Routing problem on Solaris 11.1 zone with dual IPs
Hi,
I'm trying to configure a zone with 2 IP addresses on 2 different networks provided on 2 VLANs on 1 Ethernet link (net0).
I've done this before on Solaris 10 with shared IP without any problem:
-on the global zone, plumb the 2 vlan interfaces (eg ifconfig e1000g00001000 plumb and ifconfig e1000g00002000 plumb)
-in zonecfg have 2 "add net" sections (one for each )
-boot the zone and tada, it works
ping from network1_client to network1_zone, or from network1_client to network2_zone works as needed.
On Solaris 11.1, I've tried with exclusive-IP and anet:
-First I tried with 2 anet sections with same "linkname=net0", but this is not allowed
0