F5: Difference between revisions

14 bytes added ,  18 days ago
(One intermediate revision by the same user not shown)
Line 362:
 
== F5 Configuration ==
{{UC}}
 
=== Create VLAN ===
Line 447 ⟶ 446:
 
=== Enable Internet Access on VMs ===
 
; On VMs:
 
* Add Interface for the common network on host to the VMs:
sudo virsh attach-interface --type bridge --source virbr0 --model virtio client
 
; On Host:
 
sudo sysctl -w net.ipv4.ip_forward=1
sudo iptables --table nat --append POSTROUTING --out-interface ens192 -j MASQUERADE # ens192 is default exit interface in Host