Snippet 1
#Run ifconfig to find out the devices
(base) ➜ ~ ifconfig
eno1: flags=4163mtu 1500
…#Notedown the device name and then run following command…
sudo ifconfig eno1:0
netmask 255.255.255.255 up #Test your IP by pinging it…
ping
Similar Snippets
Copyright © Code Fetcher 2020