I am seeking help here as despite reading the documentation for rc.conf I am clearly missing something. I wish vtnet0 to be disabled on boot along with ipv6 being disabled on vtnet1. I am perhaps being lead astray from the output so forgive me, I am a new user to BSD.
rc.conf:
One would assume that the status: active should be inactive, disabled or non-existent under vtnet0 and there should be no IPV6 or nd6 options listed?
Taking the interface down using ifconfig still yields the same output as above.
Any guidance would be greatly appreciated, James.
rc.conf:
Code:
hostname="ldnnfs01.intra.xxxx.uk"
keymap="uk.kbd"
ipv6_network_interfaces="none"
# public network
ifconfig_vtnet0="IFDISABLED"
#ifconfig_vtnet0="inet xx.xx.xx.230 netmask 255.255.254.0""
#defaultrouter="xx.xx.xx.1"
# private management lan
ifconfig_vtnet1="inet 10.8.96.7 netmask 255.255.240.0 mtu 1450"
defaultrouter="10.8.96.3"
sshd_enable="YES"
ntpd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"
One would assume that the status: active should be inactive, disabled or non-existent under vtnet0 and there should be no IPV6 or nd6 options listed?
Code:
vtnet0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=6c07bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,VLAN_HWTSO,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
ether 56:00:03:03:aa:a3
media: Ethernet 10Gbase-T <full-duplex>
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
vtnet1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1450
options=6800bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
ether 5a:00:03:03:aa:a3
inet 10.8.96.7 netmask 0xfffff000 broadcast 10.8.111.255
media: Ethernet 10Gbase-T <full-duplex>
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Taking the interface down using ifconfig still yields the same output as above.
Any guidance would be greatly appreciated, James.