Home » Questions » Computers [ Ask a new question ]

How to make network bridge start on boot

How to make network bridge start on boot

Whenever I start my computer I need to restart my network service (using service network restart) to enable my bridge (br0). How do I get Linux to do this when I start up my computer so I don't have to do it manually?

Asked by: Guest | Views: 257
Total answers/comments: 1
bert [Entry]

Check to make sure the "network" service is enabled. you can use the GUI Services (system-config-services) or chkconfig if you are familiar with that. This solved the same issue for myself.