<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I see, &nbsp;there is a DHCP proxy/relay between the subscriber and smartedge.<div><br></div><div>This is similar to what I have done in the past and used the dhcp server policy to create a different next hop for clients. &nbsp;in this case, i use an interface to assign to the vlan so I could reach the proxy server (192.168.24.5) and route the subnet to it. &nbsp;The multibind interface is part of the subnet and acts as si-addr, the clients are given the IP of the proxy as the nearest router... &nbsp;but this is going to make you create multiple smaller IP address ranges instead of your /18.</div><div><br></div><div><br></div><div><br></div><div><div>context Region1</div><div>!&nbsp;</div><div>&nbsp;no ip domain-lookup</div><div>!</div><div>&nbsp;interface Region1-clips multibind</div><div>&nbsp;&nbsp;ip address 206.107.158.7/25</div><div>&nbsp;&nbsp;dhcp server interface</div><div>!</div><div>&nbsp;interface loop0 loopback</div><div>&nbsp;&nbsp;description Source for RADIUS Authentication</div><div>&nbsp;&nbsp;ip address 198.172.156.17/32</div><div>&nbsp;&nbsp; ip source-address radius&nbsp;</div><div>!</div><div>&nbsp;interface toLocal</div><div>&nbsp;&nbsp;ip address 10.0.1.6/30</div><div>!</div><div>&nbsp;interface vlan101</div><div>&nbsp;&nbsp;ip address 192.168.24.1/24</div><div>&nbsp;&nbsp; ip source-address dhcp-server&nbsp;</div><div>&nbsp;no logging console</div><div>!</div><div>&nbsp;aaa authentication subscriber radius &nbsp;</div><div>!</div><div>&nbsp;radius server 216.152.192.13 key xxxx oldports</div><div>&nbsp;radius server 216.152.192.21 key xxxx oldports</div><div>&nbsp;radius attribute nas-ip-address interface loop0</div><div>&nbsp;radius algorithm round-robin</div><div>!</div><div>&nbsp;subscriber default</div><div>&nbsp;&nbsp; qos policy policing silver_in</div><div>&nbsp;&nbsp; qos policy metering silver_out</div><div>&nbsp;&nbsp; dhcp max-addrs 1</div><div>&nbsp;&nbsp; dns primary 205.146.98.2</div><div>&nbsp;&nbsp; dns secondary 206.107.152.2</div><div>!</div><div>&nbsp;ip route 0.0.0.0/0 10.0.1.5</div><div>&nbsp;ip route 206.107.158.0/25 192.168.24.5</div><div>!</div><div>&nbsp;dhcp server policy</div><div>&nbsp;&nbsp; subnet 206.107.158.0/25</div><div>&nbsp;&nbsp; &nbsp; range 206.107.158.25 206.107.158.126</div><div>&nbsp;&nbsp; &nbsp; option router 206.107.158.1</div><div>&nbsp;&nbsp; &nbsp; default-lease-time 900</div><div>&nbsp;&nbsp; &nbsp; maximum-lease-time 1200</div><div>!</div><div><div>port ethernet 1/2</div><div>&nbsp;description 100mb Ethernet</div><div>&nbsp;no shutdown</div><div>&nbsp;encapsulation dot1q</div><div>&nbsp;bind interface etherwan-mgt local</div><div>&nbsp;dot1q pvc 101&nbsp;</div><div>&nbsp;&nbsp;service clips dhcp context Region1</div><div>&nbsp;&nbsp;bind interface vlan101 Region1</div><div><br></div></div><div><br></div><div><div>On 19-Jun-09, at 6:21 AM, Илья Савин wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div lang="RU" link="blue" vlink="purple"><div class="Section1"><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; "><o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">Nearest to redback switch, witch acts as DHCP-Relay, also acts as router for subscribers. Traffic between all clients routed by this routing switch, and internet traffic goes to RedBack. Each /24 subnet is in own VLAN, routing switch has IP in each VLAN, this IP is the default gateway for clients in this VLAN.<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; "><o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">I don’t want to steer all traffic to one client :)<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">I’m used Framed-Route = "0.0.0.0 188.116.130.253 1" trying set default gateway to 188.116.130.253. I don’t find any other radius attributes to set default gateway.<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; "><o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; "><o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;Just out of interest, why would you want to do this?<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;<o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;Do you mean:<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;<o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;A. Enable the client to have internet access through your redback (via<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;your network) -&gt; then this framed route is not required, this is the<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;default IPCP behaviour.<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;<o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;or<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;<o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;B. Steer ALL traffic from your network through this one subscriber<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;in which case you would need:<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;<o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;&nbsp; Framed-IP-Address = 188.116.130.99<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;<o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;&nbsp; Framed-IP-Netmask = 255.255.255.0<o:p></o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;<o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;&nbsp; </span>Framed-Route = "0.0.0.0 0.0.0.0 188.116.130.99 1"<o:p></o:p></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;<o:p>&nbsp;</o:p></span></font></pre><pre style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 10pt; font-family: 'Courier New'; "><font size="2" face="Courier New"><span lang="EN-US" style="font-size: 10pt; ">&gt;</span>Dave.<o:p></o:p></font></pre><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 12pt; font-family: 'Times New Roman'; "><font size="3" face="Times New Roman"><span style="font-size: 12pt; "><o:p>&nbsp;</o:p></span></font></div></div>_______________________________________________<br>redback-nsp mailing list<br><a href="mailto:redback-nsp@puck.nether.net" style="color: blue; text-decoration: underline; ">redback-nsp@puck.nether.net</a><br><a href="https://puck.nether.net/mailman/listinfo/redback-nsp" style="color: blue; text-decoration: underline; ">https://puck.nether.net/mailman/listinfo/redback-nsp</a><br></div></blockquote></div><br><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br><br></div><div>--</div><div>Ron Ripley</div><div><a href="mailto:ripleydotnet@gmail.com">ripleydotnet@gmail.com</a></div><div><br></div><br><br></div> </div><br></div></body></html>