Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »


FRRouting Free Range Routing or Zebra


Centos

ifconfig lo:10 1.1.45.10 netmask 255.255.255.255 up
Ubuntu

ip link add name loop1 type dummy

ip link set loop1 up

ip addr add 10.1.45.10/32 dev loop1




vi  /etc/network/interfaces

  • No labels