In order to reset your networking setting in Ubuntu/Linux from scratch follow the steps below:
Step 1: Run ifconfig command on Terminal and run
Step 3: Exit the terminal by pressing Cntrl+x. And Restart/Reboot the system. sudo nano /etc/network/interfaces
Step 2: Enter:
auto eth0 iface eth0 inet dhcp
eth0 is assuming that you are using an Ethernet labeled "eth0". You can confirm that with ifconfig.
Comments
Post a Comment