<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=133420300-13012009><FONT face=Arial 
color=#0000ff size=2>You could probably set up your ethernet interface to use 
the IP assigned to the dialer interface with "ip unnumbered dialer0" and still 
have&nbsp;the private IP as secondary.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=133420300-13012009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial color=#0000ff>interface Ethernet0<BR>&nbsp;ip 
unnumbered dialer&nbsp;0</FONT></FONT></DIV>
<DIV><SPAN class=133420300-13012009><FONT face=Arial color=#0000ff 
size=2>&nbsp;ip address 192.168.1.1 255.255.255.0 secondary<BR>&nbsp;ip nat 
inside</FONT></SPAN></DIV>
<DIV><SPAN class=133420300-13012009><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=133420300-13012009><FONT color=#0000ff>Thats what comes to mind 
now :)</FONT></SPAN></DIV>
<DIV><SPAN class=133420300-13012009><FONT 
color=#0000ff></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=133420300-13012009><FONT 
color=#0000ff>Cheers.</FONT></SPAN></DIV>
<DIV><SPAN class=133420300-13012009><FONT 
color=#0000ff></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=133420300-13012009><FONT face=Arial color=#0000ff 
size=2>Andy</FONT></DIV>
<DIV><BR></SPAN><FONT face=Arial color=#0000ff size=2>&nbsp;</FONT><BR></DIV>
<DIV dir=ltr align=left><SPAN class=133420300-13012009><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Patrick Wu [mailto:pwu828@gmail.com] 
<BR><B>Sent:</B> Tuesday, 13 January 2009 9:49 AM<BR><B>To:</B> Andy 
Saykao<BR><B>Cc:</B> cisco-bba@puck.nether.net<BR><B>Subject:</B> Re: 
[cisco-bba] PPPoE with Routed Subnet<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>Hi Andy,</DIV>
<DIV>&nbsp;</DIV>
<DIV>The configuration you have suggested would be a typical PPPoE setup, but 
I'm faced with a situation where the IP&nbsp;assignment is something like:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Static IP assigned via Service Provider: <A 
href="http://203.40.50.61/32">203.40.50.61/32</A></DIV>
<DIV>Routed Subnet: <A href="http://203.40.50.60/29">203.40.50.60/29</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>RADIUS would probably have a Framed-Route attribute of something like 
Framed-Route="<A href="http://203.40.50.60/29">203.40.50.60/29</A> 203.40.50.61 
1"</DIV>
<DIV>&nbsp;</DIV>
<DIV>Meaning the the dialer interface (or bridged interface or whatever that 
interface might be) will have .61 and other usable IPs in that subnet will be 
used for hosts behind that router.<BR></DIV>
<DIV>Any ideas?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks again.</DIV>
<DIV>&nbsp;</DIV>
<DIV>cheers,</DIV>
<DIV>Patrick<BR></DIV>
<DIV class=gmail_quote>On Tue, Jan 13, 2009 at 8:03 AM, Andy Saykao <SPAN 
dir=ltr>&lt;<A 
href="mailto:andy.saykao@staff.netspace.net.au">andy.saykao@staff.netspace.net.au</A>&gt;</SPAN> 
wrote:<BR>
<BLOCKQUOTE class=gmail_quote 
style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">It's 
  a pretty straight forward set up.<BR><BR>Eg:<BR><A 
  href="http://203.10.20.30/32" target=_blank>203.10.20.30/32</A> (Static IP 
  assigned via Service Provider)<BR><A href="http://203.40.50.60/29" 
  target=_blank>203.40.50.60/29</A> (Routed subnet)<BR><BR>On your Ethernet or 
  FastE interface:<BR><BR>interface Ethernet0<BR>&nbsp;ip address 203.40.50.61 
  255.255.255.248<BR><BR>All your devices on that LAN segment will use 
  203.40.50.61 as their<BR>gateway. This is the typical set up if your devices 
  on the LAN side are<BR>using IP's from the routed subnet. Eg: web server 
  203.40.50.62, mail<BR>server 203.40.50.63, etc<BR><BR>For your local PC's are 
  using private IP's (eg: <A href="http://192.168.1.0/24" 
  target=_blank>192.168.1.0/24</A>), you can<BR>use the same ethernet interface 
  and add in a secondary IP address to act<BR>as the gateway for the local 
  PC's.<BR><BR>interface Ethernet0<BR>&nbsp;ip address 203.40.50.61 
  255.255.255.248<BR>&nbsp;ip address 192.168.1.1 255.255.255.0 
  secondary<BR>&nbsp;ip nat inside<BR><BR>Because you have atleast 6 IP's to use 
  from your routed subnet<BR>(203.40.50.61-66), you can also use static nat so 
  that your local PC's<BR>might go out to the Internet with a public IP from 
  your routed subnet<BR>instead of the PPPoE assigned 
  IP.<BR><BR>HTH.<BR><BR>Cheers.<BR><BR>Andy<BR><BR>This email and any files 
  transmitted with it are confidential and intended<BR>&nbsp;solely for the use 
  of the individual or entity to whom they are addressed.<BR>Please notify the 
  sender immediately by email if you have received this<BR>email by mistake and 
  delete this email from your system. Please note that<BR>&nbsp;any views or 
  opinions presented in this email are solely those of the<BR>&nbsp;author and 
  do not necessarily represent those of the organisation.<BR>Finally, the 
  recipient should check this email and any attachments for<BR>the presence of 
  viruses. The organisation accepts no liability for any<BR>damage caused by any 
  virus transmitted by this 
  email.<BR><BR>_______________________________________________<BR>cisco-bba 
  mailing list<BR>
  <DIV class=Ih2E3d><A 
  href="mailto:cisco-bba@puck.nether.net">cisco-bba@puck.nether.net</A><BR></DIV><A 
  href="https://puck.nether.net/mailman/listinfo/cisco-bba" 
  target=_blank>https://puck.nether.net/mailman/listinfo/cisco-bba</A><BR></BLOCKQUOTE></DIV><BR><BR>______________________________________________________________________<BR>This 
email has been scanned by the MessageLabs Email Security System.<BR>For more 
information please visit http://www.messagelabs.com/email 
<BR>______________________________________________________________________<BR></BODY><!--[object_id=#staff.netspace.net.au#]--><P align=left><FONT face=Arial size=1>This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Please notify the sender immediately by email if you have received this email by mistake and delete this email from your system. Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the organisation. Finally, the recipient should check this email and any attachments for the presence of viruses. The organisation accepts no liability for any damage caused by any virus transmitted by this email.</FONT></P></HTML>