F5: Difference between revisions

2 bytes removed ,  1 month ago
Line 116:
 
[client]-------------------------[ F5 ]------------------------[server]
192.168.45.121 192.168.45.21 | 192.168.68.153 192.168.68.108
|
192.168.30.217
Line 247:
 
* Iptables enable Web UI access using NAT from Host VM:
sudo iptables -t nat -I PREROUTING -p tcp -d 10.157.146.116 --dport 8443 -j DNAT --to-destination 192.168.12230.217:443
sudo iptables -I FORWARD -m state -d 192.168.12230.0/24 --state NEW,RELATED,ESTABLISHED -j ACCEPT
 
* The above rules might not survive reboot of host, hardcoding them: