loop back in a system with two network cards
Hello
We have a system which has two network cards, we set two ip addresses on these cards, and we want to set a loop back ip address on these network cards, we want to know if it is possible to do this? and if it is possible how can we do it?we use the following command but it seems that it doesn't work.
ip -4 addr add loopback_address/32 scope host dev lo
Thanks
|