How to set a static IP address for Linux
How to set a static ip for Pop os
- Find
Gateway
and theDNS
for your network
Setting → Network → Check the details of your network.
Here, Default Route
is the Gateway
,
DNS
is the DNS
- Find the Netmask for your network by
ifconfig
|
eno1: flags=4163mtu 1500 inet 192.168.3.1 netmask 255.255.255.0 broadcast 192.168.3.255 . . .
- fill them in IPv4 setting
Fill the address you want and rest of other infor you jut get from above.
||
How to set a static IP address for Linux
https://karobben.github.io/2023/01/31/Linux/linux-static-ip/