Jump to content

F5: Difference between revisions

Line 104:
 
[10.170.131.132:8443]---------[Mgmt-192.168.122.109:8443]
[10.170.131.132:443]---------[VIP-192.168.122.110:443]--------------[CentOS-192.168.122.98:80]
 
* Download the Image from F5 Portal:
Line 243:
 
 
sudo iptables -t nat -I PREROUTING -p tcp -d 10.170.131.132 --dport 443 -j DNAT --to-destination 192.168.122.98110:443
sudo iptables -t nat -I PREROUTING -p tcp -d 10.170.131.132 --dport 80 -j DNAT --to-destination 192.168.122.98110:80
sudo iptables -I FORWARD -m state -d 192.168.122.0/24 --state NEW,RELATED,ESTABLISHED -j ACCEPT
</pre>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.