Re: Issues converting from bridge(4) to switch(4)

2020-11-06 Thread John McGuigan
Here is some tcpdumps as well, for reference there is a client connected to em1 which is sending the ARP and DHCP request packets. dhcpd is listening on vether0. switch0: 15:09:28.708823 arp who-has 8.8.8.8 tell 169.254.10.62 15:09:29.574297 0.0.0.0.68 > 255.255.255.255.67: xid:0x1e787469 \ secs

Re: Issues converting from bridge(4) to switch(4)

2020-11-06 Thread John McGuigan
After reading through the switch section of the ifconfig manpage I changed the line in /etc/hostname.switch0 from: add vether0 to: addlocal vether0 Unfortunately, I'm still having the same issue, I can see ARP and DHCP packets from the client computer on em1, vether0 and switch0, and can see th

Re: Issues converting from bridge(4) to switch(4)

2020-10-29 Thread John McGuigan
I get no output with monitor: prometheus# time switchctl monitor ^C1m27.15s real 0m00.00s user 0m00.00s system I also tried plugging in a different device into em1 while the monitor was running but I didn't get any output. Here is the output of switchd as well, the output continues t

Re: Issues converting from bridge(4) to switch(4)

2020-10-29 Thread Tom Smyth
what output does switchctl monitor give you On Thu, 29 Oct 2020 at 17:16, John McGuigan wrote: > > prometheus$ ifconfig em0 > em0: flags=808843 \ > mtu 1500 > lladdr 00:0d:b9:be:ef:94 > index 1 priority 0 llprio 3 > groups: egress > media: Ethernet autoselect (1000baseT full-duplex,rxpau

Re: Issues converting from bridge(4) to switch(4)

2020-10-29 Thread John McGuigan
prometheus$ ifconfig em0 em0: flags=808843 \ mtu 1500 lladdr 00:0d:b9:be:ef:94 index 1 priority 0 llprio 3 groups: egress media: Ethernet autoselect (1000baseT full-duplex,rxpause,txpause) status: active inet 192.168.1.80 netmask 0xff00 broadcast 192.168.1.255 prometheus$ ifconfig

Re: Issues converting from bridge(4) to switch(4)

2020-10-29 Thread Tom Smyth
what is your ifconfig em0 ifconfig em1 ? On Thu, 29 Oct 2020 at 17:07, John McGuigan wrote: > > Howdy misc, > > I have an APU2 with the following configuration under 6.8: > > em0 = WAN > em1 = bridge0 LAN > em2 = bridge0 LAN > vether = 10.0.0.1 > > prometheus$ cat /etc/hostname.bridge0 > add veth

Issues converting from bridge(4) to switch(4)

2020-10-29 Thread John McGuigan
Howdy misc, I have an APU2 with the following configuration under 6.8: em0 = WAN em1 = bridge0 LAN em2 = bridge0 LAN vether = 10.0.0.1 prometheus$ cat /etc/hostname.bridge0 add vether0 add em1 add em2 up prometheus$ cat /etc/hostname.vether0 inet 10.0.0.1 255.255.255.0 10.0.0.255 I have dhcpd