Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mnathani/9f14198da186dadcfaa690a89e340070 to your computer and use it in GitHub Desktop.
Save mnathani/9f14198da186dadcfaa690a89e340070 to your computer and use it in GitHub Desktop.
root@fire:/usr/local/etc/frr # cat /etc/rc.conf
hostname="fire.winvive.com"
ifconfig_vtnet0="inet 206.162.242.66 netmask 255.255.255.252"
defaultrouter="206.162.242.65"
ipv6_activate_all_interfaces="YES"
ipv6_router_enable="YES"
ipv6_gateway_enable="YES"
ifconfig_vtnet0_ipv6="inet6 2607:f2f8:ac88:: prefixlen 64"
ifconfig_vtnet0_alias0="inet6 fe80::2 prefixlen 64"
ipv6_defaultrouter="fe80::1%vtnet0"
sshd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"
auto_linklocal="NO"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment