<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-AU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi guys,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I have the following config for NAT translations using the 7204 to terminate a small number of PPPOE sessions and expecting it to double over next month or so..  Most just get a public IP and don’t do NAT but some I allocate an address to go through NAT.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>interface GigabitEthernet0/2<o:p></o:p></p><p class=MsoNormal> description Interface for Internet Access<o:p></o:p></p><p class=MsoNormal> ip address x.x.x.x 255.255.255.240<o:p></o:p></p><p class=MsoNormal> ip nat outside<o:p></o:p></p><p class=MsoNormal> ip virtual-reassembly in<o:p></o:p></p><p class=MsoNormal> duplex auto<o:p></o:p></p><p class=MsoNormal> speed auto<o:p></o:p></p><p class=MsoNormal> media-type rj45<o:p></o:p></p><p class=MsoNormal> negotiation auto<o:p></o:p></p><p class=MsoNormal>!<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>ip nat inside source list 100 interface GigabitEthernet0/2 overload<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>access-list 100 remark IP list allowed to NAT<o:p></o:p></p><p class=MsoNormal>access-list 100 permit ip 172.16.0.0 0.0.255.255 any<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I want to be able to use a larger range of IPs for the inside global but my google fu and understanding is failing me..  say I wanted to allocate.. 192.168.0.1/29  how would I do that?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I also have an NPE-G2 in it, what would be a reasonable number of sessions for it to be able to terminate?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal>Nathan<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>