Hi,
I have a AWS (Amazon) instance of Sophos UTM 9 with a requirement for multiple Public IPs for IPSec tunnels. This need facilitated provisioning of a second Interface for the UTM instance we are building. Within AWS though routing of a second NIC to its Public IP is done by adding to the routing table on the instance which the Public IP must get mapped to. I have completed the following commands for eth1 (172.16.254.53/27) but need to know how to accomplish the same configuration within the UI:
# echo '2 eth1_rt' >> /etc/iproute2/rt_tables
# ip route add default via 172.16.254.33 dev eth1 table eth1_rt
# ip rule add from 172.16.254.32/27 lookup eth1_rt prio 1000
Thanks for any help.
This thread was automatically locked due to age.