F5 Lab: Difference between revisions

m (Protected "F5 Lab": Excessive vandalism ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite)))
 
(One intermediate revision by the same user not shown)
Line 18:
== KVM Installation ==
 
Source: [https://aman.awiki.org/wiki/Virtualization#CentOS_/_RedHat_with_Multiple_Virtual_Networks aman.awiki.org]
{{UC}}
 
== Network Configuration ==
Line 132 ⟶ 134:
sudo iptables -t nat -I PREROUTING -p tcp -d 10.157.137.138 --dport 8443 -j DNAT --to-destination 192.168.122.185:443
sudo iptables -I FORWARD -m state -d 192.168.122.0/24 --state NEW,RELATED,ESTABLISHED -j ACCEPT
 
* The above rules might not survive reboot of host, hardcoding them:
{{UC}}
 
== Install Backend Server VM ==