Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cisco:pastebin [2010/05/03 15:50]
a more useful aliases
cisco:pastebin [2014/05/17 13:18] (current)
79.24.101.124 [Slow ADSL with 12.4 IOS version?!]
Line 304: Line 304:
 In fact, if you don’t define the clock rate command into the atm interface, the IOS set to 2600000 this parameter. To force it, use the command ‘clock rate aal5′; in my case I use the command ‘clock rate aal5 7000000′. In fact, if you don’t define the clock rate command into the atm interface, the IOS set to 2600000 this parameter. To force it, use the command ‘clock rate aal5′; in my case I use the command ‘clock rate aal5 7000000′.
  
-Below the download speed test guarantee the bandwith improvement.+Below the download speed test guarantee the bandwith improvement. More info on http://www.ciscozine.com/2009/11/05/slow-adsl-with-12-4-ios-version/
  
 ===== 1:1 NAT (not Cisco NAT) example ===== ===== 1:1 NAT (not Cisco NAT) example =====
Line 314: Line 314:
  ip address 10.66.175.21 255.255.240.0  ip address 10.66.175.21 255.255.240.0
  ip nat outside  ip nat outside
 + ! PPPoE ip tcp adjust-mss 1412
 ! !
 ! LAN interface ! LAN interface
Line 326: Line 327:
 <note tip>With this rule ''ip nat inside source static 192.168.156.2 10.66.175.21'' it's done DNAT/SNAT (portforwarding as well as source NAT). **If things are not working as they should you might have b0rken IOS firmware on Cisco router!**</note> <note tip>With this rule ''ip nat inside source static 192.168.156.2 10.66.175.21'' it's done DNAT/SNAT (portforwarding as well as source NAT). **If things are not working as they should you might have b0rken IOS firmware on Cisco router!**</note>
  
 +
 +==== Cisco NAT ====
 +
 +<code>
 +ip nat pool NAT 10.252.162.2 10.252.162.2 netmask 255.255.255.252
 +ip nat inside source list 10 pool NAT overload
 +
 +
 +access-list 10 permit 10.52.4.0 0.0.0.255
 +</code>
 ===== NAT Based Upon Source Address ===== ===== NAT Based Upon Source Address =====
  
cisco/pastebin.1272894607.txt.gz · Last modified: 2010/05/03 15:50 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready