How-to-Configure-IP-Networking-with-nmcli-Command-in-Linux

we will configure the DNS server as follows. $ sudo nmcli con mod static-ip ipv4.dns "8.8.8.8 8.8.4.4" To activate the connection we will run the comm

2022-01-17


How-to-Add-and-Delete-Static-Route-in-Linux-using-IP-Command

$ sudo ip route del default To add a default route run below ‘ip route add’ command$ sudo ip route del 10.0.2.0/24 via 192.168.43.223 dev enp0s3 To de

2020-02-06


How-to-Configure-Network-Static-IP-Address-in-Ubuntu-1804

we will configure a static IP for the enp0s8 ethernet network interface. Open the netplan configuration file using your text editor as shown. Importan

2018-05-04


12-IP-Command-Examples-for-Linux-Users

[[email protected]]$ sudo ip link set enp0s3 down Example 3) Assign IP address & broadcast address to an interface To assign IP address to interface w

2017-09-15



Find-Out-All-Live-Hosts-IP-Addresses-Connected-on-Network-in-Linux

we will use Nmap tool to find out all IP addresses of devices connected on a same network. Suggested Read$ nmap [scan type...] options {target spec

2016-11-26