-
EisNerd_Hi maybe some can help me with some ipv6 question, for some reason my dhcp agent spams the log all the time with such messages: "/sbin/dhcpagent[630]: [ID 577356 daemon.error] plumb_lif: SIOCSLIFFLAGS e1000g0:1: File exists" also ipadm shows such a strange addrobj "e1000g0/? static ok fe80::226:2dff:fefb:425b%e1000g0/10"
-
tsoomeEisNerd_ do you have network/physical:nwam enabled?
-
EisNerd_tsoome: no
-
tsoomephysical:default?
-
EisNerd_yes
-
tsoomedo you have leftover /etc/hostname* files?
-
tsoomee1000g0/? is usually appearing when "manual" address is created (that is, ifconfig was run either from command line or via hostname.ifname/hostname6.ifname files)
-
EisNerd_yes I had such
-
EisNerd_how to cleanup?
-
EisNerd_restart physical
-
EisNerd_as I can't delete it using ipadm for some reason
-
sommerfeldEisNerd_: ifconfig e1000g0 unplumb will sometimes do the trick
-
nikolamIt is it seems a problem with illumos (global zone, SmartOS) DHCP client
-
nikolamIf DHCP server returns first and second gateway and first and second DNS server, then illumos global zone in Smartos, sometimes would choose first path and sometimes the second path, hurting intended effect of first path and DNS server to be used first and only second if first is not available
-
nikolamObviously it would work by setting default gateway in the OS, but unlike in Linux, DHCP doesn't see first gateway as first default for traffic
-
tomwwcould the ip route metric be set to one for the first and 2 for the second default route?
-
nikolamtomww, meaning on smartos. I have a problem during install, will see after install
-
jclulowEisNerd_: Any time things get stuck in a way you can't fix them with ipadm(8) it's definitely a bug that we should get filed and fixed
-
jclulownikolam: What does it mean to have DHCP provide two gateways?
-
jclulowDo you mean you're providing two different DHCP option 3 IP addresses to the client?