My Community Dashboard

  • Dave Loper wrote:

    Do the following to troubleshoot...

    Stop the netify services (Protocol Filter and Application Filter)

    Next, pull the connection on the slower ISP while monitoring the syswatch logs.

    When the faster pipe is the only pipe, does the internet work? If not, see if you can ping using the following command

    ping -I eno1 8.8.8.8

    This will specifically send the ping down the eno1 interface.

    You can also see if you can ping the gateway interface for your eno1.

    Also, check your routing tables:

    netstat -rn

    Lastly, try rebooting your server with ONLY the faster connection attached.


    Dave Looks Like the faster connection is not getting the UG flag

    [root@gateway ~]# netstat -rn
    Kernel IP routing table
    Destination Gateway Genmask Flags MSS Window irtt Iface
    0.0.0.0 XXX.XXX.XXX.XXX 0.0.0.0 UG 0 0 0 eno2
    10.26.13.0 0.0.0.0 255.255.255.0 U 0 0 0 ens2f1
    YYY.YY.YY.YYY 0.0.0.0 255.255.255.248 U 0 0 0 eno1
    XXX.XXX.XXX.XXX 0.0.0.0 255.255.255.240 U 0 0 0 eno2
    [root@gateway ~]#