https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287163

--- Comment #2 from Martin Birgmeier <d8zne...@aon.at> ---
(In reply to Lexi Winter from comment #1)

In fact up till now I used the "wrong" configuration for em0 + bridge0:
- Start out with em0 only
- Create bridge0: ifconfig bridge0 create
- Add em0: ifconfig bridge0 addm em0
- Up: ifconfig bridge0 up

This way, the IP address etc. stays with em0, which is wrong. Interestingly,
apart from some IPv6 ndp and also showmount problems, this works nicely.

Regarding "apart", what does not initially work with this "wrong" setup:
- on mizar: "showmount -e <any of the other three hosts>"
- this is fixed by running "showmount -e mizar" on any of them, then the
command on mizar succeeds (if done quickly enough, even while the one on mizar
is still trying)
- Underlying seems to be an IPv6 ndp issue, the showmount is by default using
IPv6 in my setup. See also bug 247912 which is not really valid because of the
"wrong" configuration.

So unfortunately I cannot say with which commit this surfaced.

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to