@PaulH wrote:
I'm a touch new to VMware Workstation and I’m trying to configure Flat1 as a bridged network so I can configure the ASAv with multiple external addresses on my local network so I can trial various nats etc.
Is this as simple as VMware won't let me NAT and Bridge to the same network on the same interface.
Do I need an additional interface to do this?Am I missing something?
I’ve reconfigured the virl.ini for flat1
--Second flat connection (AKA flat1)
--Physical Port and virtual bridge for L2 bridge
l2_port2_enabled: True--Default is enabled
l2_port2: eth2--l2 network (AKA flat1)
--l2_network format is address/cidr format x.x.x.x/x
l2_network2: 192.168.0.0/24
l2_mask2: 255.255.255.0
l2_network_gateway2: 192.168.0.1--l2 bridge first and last address for dhcp allocation
--dont want dhcp from virl I want this assigning from my router so hashed
-l2_start_address2: 192.168.0.50
-l2_end_address2: 192.168.0.253--address on the second L2 bridge port for debugging?
--Default is
l2_address2: 192.168.0.254/24Ran vinstall rehost and rebooted
I’m told that renumber is no longer required
virl@virl:~$ vinstall renumber
This command no longer required.Here’s my netlist
virl@virl:~$ neutron net-list
+--------------------------------------+------------+----------------------------------------------------+
| id | name | subnets |
+--------------------------------------+------------+----------------------------------------------------+
| 0e824d9e-6f63-4375-875b-589fa974f1f7 | guest | ce68f051-ca93-49c5-93a7-1a8867013629 10.255.0.0/16 |
| 5e5ff072-8fba-4e27-a4ee-8cfbea2f8dc7 | flat | 1a519df8-6798-4ae6-af3a-5be8da19c7de 172.16.1.0/24 |
| 69bf9eaa-37d8-4395-a220-9ef4a655097e | ext-net | 094bbe20-34d9-482e-8bed-f0e81c1b5213 172.16.3.0/24 |
| adde3abd-8ea9-4a48-a179-f09079116751 | guest_snat | 000acf6e-ff55-4f13-a987-9e3c59fd04bf 10.254.0.0/16 |
| c141b2cb-e575-48f5-a44b-4eb6a9392be9 | flat1 | |
+--------------------------------------+------------+--------------------------Windows 10
VMware WorkStation 12Virl Machine Network Config
No entries for VIRL config in Local PC Arp table
I receive the following error if i try to use Flat1
Failed to start simulation "flat_test-QIH60p": Exactly 1 subnet needed for public FLAT network "flat1"
What that mean?
Posts: 1
Participants: 1