Where do the ip addr add ips go?

Asked

Viewed 42 times

0

Hello guys okay ? then I’m new with linux and wanted to know where the ips that we added by ip addr add x.x.x.x

1 answer

1

This command sets in real time an 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 system reboot, it will be lost.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.