I installed Zimbra mail server in a container where I added a second network interface with an IP in the management VLAN (192.168.10.0) and configured Zimbra to expose its administration interface on this subnet.
How can I set 192.168.1.1 as default gateway ?
Thank you.
ip route
Code:
default via 192.168.10.1 dev eth1
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.117
192.168.10.0/24 dev eth1 proto kernel scope link src 192.168.10.117
How can I set 192.168.1.1 as default gateway ?
Thank you.
Attachments
Last edited: