I have turned off or disabled the NetworkManager service in CentOS 7 but now I want to connect internet through wireless. So, please tell me how to connect wireless network with Network Manager service disabled?
Asked
Active
Viewed 2,562 times
2 Answers
0
Use ifconfig to manage to interface from the command line. If you want it to persist between boots then edit /etc/network/interfaces.
You can verify if an interface is managed or not using nmcli dev status.
When the NetworkManager is disabled all interfaces should be unmanaged. It is also possible to keep NetworkManager running - and then instruct it to only manage specific interfaces.
Apart from bringing the interface up - you probably need wpasupplicant too.
This is all answered in How to bring up a wi-fi interface from a command line
Claus Andersen
- 3,239
- 1
- 12
- 24