Hello everyone, how are you? so I'm new to linux and wanted to know where the ips we add by ip addr add x.x.x.x go
Hello everyone, how are you? so I'm new to linux and wanted to know where the ips we add by ip addr add x.x.x.x go
This command defines a real-time address on the specified network card, for example:
ip addr add 192.168.50.5 dev eth1
This setting is not saved in any file: after reboot, it will be lost.