Appearance
Multiple default gateways on one network adapter
First DraftLikelihood of occurrence: This one time, at band campEastland
Cause of error: Multiple network adapters being configured to use the same network address and default gateway
Fix for issue:
FIX
Replace INTERFACE with the name of the interface, highlighted in blue
Replace NEXTHOP with the IP address highlighted in yellow
Replace DESTPREFIX with the IP address highlighted in pink
Ensure NEXTHOP is the "incorrect" secondary gateway listed in ipconfig
powershell
Get-NetRoute -InterfaceAlias "INTERFACE"
powershell
Remove-NetRoute -InterfaceAlias "INTERFACE" -NextHop NEXTHOP -DestinationPrefix DESTPREFIX