Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: DHCP bootp helper not forwarding on EX2200

$
0
0

It's your loopback filter--try adding this. I don't have a dhcp server to test with but I think return traffic is directed to the dhcp client so you shouldn't need a filter for the return. If you do it should be pretty easy to add. I do see relay counters increasing after adding this term.

 

firewall {
    family inet {
        filter loopback-protect {
... term allow-dhcp { from { source-address { 0.0.0.0/32; } destination-address { 255.255.255.255/32; } protocol udp; destination-port 67; } then accept; } } } }

Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>