Created
March 9, 2018 02:26
-
-
Save mnathani/b0773c748921f2f13205b353670c9acb to your computer and use it in GitHub Desktop.
Working FreeBSD Network config with ARP Networks Routed /48 IPv6 Space /etc/rc.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@fire ~]# 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" | |
ifconfig_vtnet0_ipv6="inet6 FE80::2 prefixlen 64" | |
ifconfig_vtnet0_alias0_ipv6="inet6 2607:f2f8:ac88::/64" | |
ipv6_defaultrouter="FE80::1%vtnet0" | |
sshd_enable="YES" | |
local_unbound_enable="YES" | |
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable | |
dumpdev="AUTO" | |
zfs_enable="YES" | |
mysql_enable="YES" | |
apache24_enable="YES" | |
# nginx_enable="YES" | |
zabbix_server_enable="YES" | |
zabbix_agent_enable="YES" | |
zabbix_agentd_enable="YES" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment