Troubles reaching internet after clean install


Recommended Posts

I moved most of my server functions off my  server and onto bare metal for the 24/7 operated things, so I could tinker about without ruining something vital for the network. I did a clean install and reconfigured the network according to screenshots I took beforehand (it's identical to what it used to be, I've quadruple checked). Everything worked exactly as it should before the reset configured exactly the same. I have a 10Gb/s PCIe network card and that's the connection I've set up and used. The only cable between the switch and the server is CAT6 in the PCIe RJ45 jack.

 

My problem now when trying to f.ex ping 8.8.8.8 the command window tries to ping through the eth1 (motherboard) 192.x.x.69 instead of eth0 (PCIe) 192.x.x.60 like it used to. Why? Isn't eth0 the first priority?

System info

Command line

Link to comment
# route

outputs

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         X.X.X.1         X.X.X.0         UG    0      0        0 br1

So the br1 interface is default (bonded to eth1). My goal would be to set br0 as default. Alternatively add eth0 to br1 (but that feels alot like using duct tape)

 

So, does anyone know how to change default interface?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.