[Bug 277904] DHCP and static ip not correctly configured
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Mar 2024 19:45:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277904
--- Comment #3 from crb <crb@ChrisBowman.com> ---
I now have
ifconfig_bge0="SYNCDHCP"
ifconfig_bge0_alias0="inet alias 99.104.201.113/29"
and that seems to work:
bge0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0
mtu 1500
options=c019b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,VLAN_HWTSO,LINKSTATE>
ether c4:2c:03:0b:9d:f6
inet 192.168.1.48 netmask 0xffffff00 broadcast 192.168.1.255
inet 99.104.201.113 netmask 0xfffffff8 broadcast 99.104.201.119
inet6 fe80::c62c:3ff:fe0b:9df6%bge0 prefixlen 64 scopeid 0x1
inet6 2600:1700:5430:10b1:c62c:3ff:fe0b:9df6 prefixlen 64 autoconf
pltime 604800 vltime 2592000
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 0x2
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
Is SYNCDHCP documented anywhere?
--
You are receiving this mail because:
You are the assignee for the bug.