Where do ip addr add ips? [closed]

0

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

    
asked by anonymous 11.10.2016 / 03:11

1 answer

1

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.

    
11.10.2016 / 05:23