Author Topic: Duplicate default gateway  (Read 1223 times)

dmdragon

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Duplicate default gateway
« on: April 03, 2021, 02:14:20 am »
I installed Zentyal 7.0, accessed the web interface, and installed only the firewall in the initial setup. After that, I used the ip route command to view the route table and found that the default gateway was duplicated.

In the following, the IP address is 10.0.0.4 and the default gateway is 10.0.0.1.

Code: [Select]
$ ip r s table all | grep ^default
default via 10.0.0.1 dev eth0 table 101 src 10.0.0.4
default via 10.0.0.1 dev eth0 table default
$

Is this correct? Is there any way to remove the duplicate other than deleting it in Hooks?