On Tue, 26 Apr 2016 17:53:32 -0500
Adam Thompson <[email protected]> wrote:
> If all else fails, run "ifconfig em2 up", and then "tcpdump -i em2
> -vvvv -l -n" and see what, if any, traffic is coming from the ONT on
> the raw ethernet port (this will include the VLAN 10 packets, too).
> If you're lucky, something it emits will give you a clue.
> -Adam
# tcpdump -i em2 -vvvv -l -n
tcpdump: listening on em2, link-type EN10MB
11:02:45.424174 802.1Q vid 10 pri 3 0.0.0.0.68 > 255.255.255.255.67:
xid:0x68c2d0d6 [|bootp] [tos 0x10] (ttl 128, id 0, len 328)
11:02:48.444006 802.1Q vid 10 pri 3 0.0.0.0.68 > 255.255.255.255.67:
xid:0x68c2d0d6 secs:3 [|bootp] [tos 0x10] (ttl 128, id 0, len 328)
11:02:55.478030 802.1Q vid 10 pri 3 0.0.0.0.68 > 255.255.255.255.67:
xid:0x68c2d0d6 secs:10 [|bootp] [tos 0x10] (ttl 128, id 0, len 328)
11:03:10.537275 802.1Q vid 10 pri 3 0.0.0.0.68 > 255.255.255.255.67:
xid:0x68c2d0d6 secs:25 [|bootp] [tos 0x10] (ttl 128, id 0, len 328)
So no packets coming back....
I'm wondering if I have a problem with pf.
I have added the following lines to my pf.conf and reloaded.
==========================
fibre_if="{ em2 vlan10 }"
...
pass in log on $fibre_if
==========================
Am I missing anything ?
I've also run: tcpdump -n -e -ttt -r /var/log/pflog
and there are no instances of em2 or vlan10 logged.
Thanks
Jeremy