cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
447
Views
0
Helpful
2
Replies

NAT overload on BRI interface real IP

Hi,

I only have a BRI circuit for internet connection on router; don’t have any public range for internal servers. The only real IP I get is the IP of BRI; I am using private IP for internal servers. How can I NAT overload all internal IPs on the real IP of BRI, considering that real IP of the BRI wont be same every time and guess that I cant read the real IP I got on BRI from RAS server?

Kapish

2 Replies 2

spremkumar
Level 9
Level 9

Hi

If you want to go for overloading you can do that usnig ur bri interface instead of any ip.

ip nat inside source list 1 interface bri overload

the above command will take care of the overloading which is otherwise called as easyip.

do refer this link for more info ..

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/dialns_c/dnsprt6/dcdezip.htm

regds

cool, thanx