Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- config file location "/etc/rc.local"
- chmod +x /etc/rc.local
- #!/bin/sh -e
- ip link add dev dummy1 type dummy
- ip link set dummy1 up
- ip addr add dev dummy1 103.170.101.254/32
- exit 0
- reference: https://www.vultr.com/docs/configuring-bgp-on-vultr
Add Comment
Please, Sign In to add comment