Re: [j-nsp] DHCP Helper

2010-11-08 Thread Marc
You may have to add VPN to the DHCP config lines. I found this was needed when transiting an MPLS connection. The VPN lets the source be from the VLAN instead of the transit interface. helpers { bootp { description DHCP_back_to_CHS; server 172.16.xxx.x;

Re: [j-nsp] DHCP Helper

2010-11-08 Thread Hendrik Kahmann
It is that simple. You can optionally add a routing-instance if needed. Kind regards, Hendrik Am 08.11.2010 um 20:57 schrieb "Paul Stewart" : > Hi folks.. > > > > Need to forward all requests for DHCP off to an offsite server .. is there > anything else needed from a config perspective? ;)

[j-nsp] DHCP Helper

2010-11-08 Thread Paul Stewart
Hi folks.. Need to forward all requests for DHCP off to an offsite server .. is there anything else needed from a config perspective? ;) set forwarding-options helpers bootp interface vlan.10 server 192.168.10.10 So anything on VLAN 10 that makes a DHCP request will relay this to 192.16