niammuddin

start up interface dummy1 bgp

Aug 9th, 2021 (edited)
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. config file location "/etc/rc.local"
  2.  
  3. chmod +x /etc/rc.local
  4.  
  5. #!/bin/sh -e
  6. ip link add dev dummy1 type dummy
  7. ip link set dummy1 up
  8. ip addr add dev dummy1 103.170.101.254/32
  9. exit 0
  10.  
  11.  
  12.  
  13.  
  14.  
  15. reference: https://www.vultr.com/docs/configuring-bgp-on-vultr
Add Comment
Please, Sign In to add comment