View Single Post
  #4   (View Single Post)  
Old 27th February 2020
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

You could check with # ifconfig with the -A, -a, -C options to make sure the vlan interfaces have been configured correctly.

Also double check the routing tables for all routing domains with netstat(1)

For debugging you could run [oman]bgpd[/oman] in the foreground with the -d option All errors will then be logged to stderr.



BTW In your pf.conf you have :
Quote:
# set skip on lo
After having things running and starting to tighten up the pf ruleset with a block log all this could bite you. Loopback traffic is local/internal to the box itself, so in general it is not a good idea to block loopback traffic.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote