Question : Problem: Cisco 801 - Simple Nat Configuration

I desperately need help please...

From the workstations on the lan with:

IP Addresses 10.1.x.x
Subnet Mask 255.255.0.0

we need to connect to BT router on tel no 01234 567890

they have assigned us IP Address 101.102.103.157 (IP address is example only) on subnet 255.255.255.252

We use ISDN to connect from Cisco801

Cisco is 10.1.2.5 on 255.255.0.0

Interfaces in router config are:

BRI0

Dialer1

Ethernet0

I really need a complete config file please with the complete NAT settings to route FTP traffic.

Many thanks

Roger Lightfoot

Answer : Problem: Cisco 801 - Simple Nat Configuration

!
hostname ChangeMe
!
enable password changeme
!
no ip name-server
!
isdn switch-type basic-net3
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface Dialer 1
 description connected to Internet
 ip address negotiated
 ip nat outside
 no ip split-horizon
 encapsulation ppp
 dialer in-band
 dialer idle-timeout 120
 dialer string 1234567
 dialer hold-queue 10
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname ChangeME
 ppp chap password change
 ppp pap sent-username ChangeME password change
 ppp multilink
 no cdp enable
!
interface Ethernet 0
 no shutdown
 description connected to EthernetLAN
 ip address 10.10.10.1 255.255.255.0
 ip nat inside
 keepalive 10
!
interface BRI 0
 no shutdown
 description connected to Internet
 no ip address
 isdn switch-type basic-net3
 ip nat outside
 dialer rotary-group 1
access-list 1 permit 10.10.10.0 0.0.0.255
!
! Dialer Control List 1
!
dialer-list 1 protocol ip permit
!
! Dynamic NAT
ip nat inside source list 1 interface Dialer 1 overload
!
!
ip classless
!
ip route 0.0.0.0 0.0.0.0 Dialer 1
no ip http server
no snmp-server location
no snmp-server contact
!
line console 0
 exec-timeout 0 0
 password changeme
 login
!
line vty 0 4
 password changeme
 login
!
end


Ok this is a cleaned up version and the first one was for US  this one assumes net-3 signaling

Thanks
Scott
Random Solutions  
 
programming4us programming4us