Installed FreeBSD15-CURRENT.
Noted one thing during installation - No Network config like in previous versions.
Automatically sets up DHCP.
tried to replicate from my laptop but use wired:
/etc/resolv.conf
ifconfig with DHCP
<service netif restart && service routing restart
This settings have no internet ... and
if i change inet back to dhcp - i have internet.
Noted one thing during installation - No Network config like in previous versions.
Automatically sets up DHCP.
tried to replicate from my laptop but use wired:
Code:
ifconfig_igb0="inet 192.168.1.100 netmask 255.255.255.0"
ifconfig_igb0_ipv6="inet6 accept_rtadv"
ip6addrctl_enable="YES"
ip6addrctl_policy="ipv6_prefer"
defaultrouter="192.168.1.1"
/etc/resolv.conf
Code:
nameserver 1.1.1.1
nameserver 1.0.0.1
nameserver 2606:4700:4700:1111
nameserver 2606:4700:4700:1001
ifconfig with DHCP
Code:
igb0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=4e527bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,MEXTPG>
ether 2c:fd:a1:34:33:8f
inet 192.168.1.52 netmask 0xffffff00 broadcast 192.168.1.255
inet6 fe80::2efd:a1ff:fe34:338f%igb0 prefixlen 64 scopeid 0x1
inet6 2a00:f502:150:531e:2efd:a1ff:fe34:338f prefixlen 64 autoconf
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
igb1: flags=1008c02<BROADCAST,DRV_OACTIVE,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=4e527bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO,RXCSUM_IPV6,TXCSUM_IPV6,HWSTATS,MEXTPG>
ether 2c:fd:a1:34:33:90
inet6 fe80::2efd:a1ff:fe34:3390%igb1 prefixlen 64 tentative scopeid 0x2
inet6 2a00:f502:150:531e:2efd:a1ff:fe34:3390 prefixlen 64 tentative autoconf
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
<service netif restart && service routing restart
This settings have no internet ... and
command routing not found
if i change inet back to dhcp - i have internet.