Configure campus network with KaliLinux
Note: This article only applies to the KaliLinux system. You can test other systems.
Recently, the KaliLinux system has released a new version 1.1,
After installing the system, you must configure the campus network.
1. "wired device not hosted" solves wired identification problems
After normal installation, the wired network usually displays "the wired device is not hosted", which needs to be modified by ourselves,
In the file system,/etc/NetworkManager. conf
Change managed = false to managed = true, restart, OK, and solve the problem.
2. Start configuring Campus Network
Various connections and dial-up authentication methods have been preset in this system and are configured in network connections.
Application ----- system tool ------ preference ------ network connection
Because most of the Internet clients do not support linux, we directly skip the process of opening the client-entering the account password-Logon during configuration. Instead, the system will follow the DNS server address provided by us, the user name and password are automatically authenticated and matched in the terminal. That is, DSL dial-up connection
So the most important thing is that we must know the DNS server address provided by our campus network. If the dual system is installed, you can view the DNS server address provided by the service provider under ipvs based on the network connection status.
Enter our DNS server address in the DNS server,
Enter the account and password on the DSL tab. Do not fill in the service column.
Enter the MAC address of the device on the wired tab.
The authentication method on the PPP tab does not need to be configured.
It is done. After the above configuration is complete, restart the network, connect to our DSL, and start surfing the Internet.