How to Add or Change the Default Port on Linux
Use Terminal
Open the Terminal application. You can open Terminal from the sidebar, or press Ctrl+ Alt+ T.
View the current default gateway. You can check which default gateway is installed by typing routeand pressing ↵ Enter. The address next to the word "default" is your default gateway and the interface to which it is assigned will be displayed on the right side of the table.
Delete the current default gateway. If the computer has multiple default ports set up, connection conflicts may occur. If you want to change your router's current IP address, you should delete it first.
Enter command . For example, to delete the default gateway 10.0.2.2 on the routersudo route delete default gw IP Address Adaptereth0, you type sudo route delete default gw 10.0.2.2 eth0.
Enter command. . For example, if you want to change the IP address of your routersudo route add default gw IP Address Adaptereth0to 192.168.1.254, type sudo route add default gw 192.168.1.254 eth0. You will be asked to enter your user password to complete the command.
Edit configuration file
Open the configuration file with an editor. Type the command sudo nano /etc/network/interfacesto open the file in Nano software. Editing system files will preserve your changes every time your computer restarts.
Navigate to the appropriate section. Find the section about the router whose IP address you want to change. For a wired connection, a router is usuallyeth0.
More . into this section. For example, type to set the default gateway to 192.168.1.254.gateway IP Addressgateway 192.168.1.254
Save your changes and exit. Press Ctrl+ Xthen press key Yto save changes and exit.
Restart the network. Restart your network by typing the command sudo /etc/init.d/networking restart.
You should read it
- How to find the default gateway IP address
- What is the Default Gateway? How to view and configure the Default Gateway on Windows
- How to Add or Change the Default Gateway in Linux
- How to find the default IP address of a Belkin router
- How to find the MAC address using the command line in Linux
- The command bootcfg default in Windows
- Why is IP address 10.0.0.2 used?
- Configure IP network address with MS-DOS command
- How to fix IP 169 address error
- How IP addresses work
- How to use ipconfig command to refresh, reset IP address for the computer
- Set up a new router using IP address 192.168.1.1
Maybe you are interested
How to change the default font in Google Docs - Use the font of choice
Instructions to remove DirectX 11, restore default DirectX
How to remove Bing from Chrome and reset default search engine
How to set default applications on Android
Instructions for changing the default PDF reader on Windows 10
The printer cannot display default settings and what you need to do