Hello,
As soon as you figure someting out your boss drops another pile of s#$% on your desk. Here is what i am looking for, i need to setup NATing on my cisco 1720 router. Right now it is being used for our CDPD, cellular digital packeted data, connection. Here is what we need it to do, our CDPD line is used to connect our 50 odd laptops out on the road to our building. Our network internally is comprised of about 100 pc all 10.1.1.X ip schemes, running roaming profiles with Linux Red Hat/Samba 2.2. What we want to do is join the laptops to our internal linux server domain via the cdpd connection to enable anti-virus updates and windows updates. Now here is the problem we are having, a certain phone company that handles our CDPD line tried to setup nating on the cisco 1720 but to no avail was not successful. The other catcher is that the nating has to be setup for a laptop to make a request and basically come into the network receive the info it needs and the router has to know how to send it back and re-nat it back to the orignal ip addres it came from. ex.
//////////////////////////////////////////////////////////
a.) 166.150.139.X makes requests
------------------------------------->
b.)routers recieves request and nats 166.150.139.X to 10.1.1.2XX --
------------------------------------->
c.) router then allows it into the network with the 10.1.1.X address --
------------------------------------->
d.) hits the router on the way back out --
------------------------------------->
e.) router nat's 10.1.1.2XX to 166.150.139.X --
------------------------------------->
f.) laptop recieves ifo
///////////////////////////////////////////////////////////
So that is why i came here, never been let down once. Here is the ip schemems for the laptops as well as the router config file.
Outside:
Laptops 166.150.139.X (all laptops have static ip)
Inside:
PC's 10.1.1.X (all static ip, No DHCP)
Here's the config file:
Using 1350 out of 29688 bytes
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname XXXXXXXXXX
!
enable password 7 135445415F
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
!
!
!
interface Serial0
no ip address
no ip directed-broadcast
encapsulation frame-relay
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
description XXXXXXX Frame Relay
ip address 166.164.98.2 255.255.255.252
no ip directed-broadcast
ip accounting output-packets
ip nat outside
frame-relay interface-dlci 102
!
interface FastEthernet0
description connected to Hub
ip address 10.1.1.252 255.255.255.0 secondary
ip address 166.164.99.1 255.255.255.248
no ip directed-broadcast
ip nat inside
half-duplex
!
router rip
version 2
passive-interface Serial0.1
network 166.150.0.0
network 166.164.0.0
no auto-summary
!
ip nat inside source static 10.1.1.6 166.164.99.6
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
ip route 10.1.1.0 255.255.255.0 FastEthernet0
no ip http server
!
snmp-server engineID local 0000000902000002B9CC11D3
snmp-server community public RO
snmp-server location XXXXXXXXXX
snmp-server contact XXXXXXXXXX
!
line con 0
exec-timeout 0 0
password 7 0055415550
login
transport input none
line aux 0
line vty 0 4
password 7 055A545C75
login
!
!
ip nat inside source static 10.1.1.6 166.164.99.6
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
ip route 10.1.1.0 255.255.255.0 FastEthernet0
no ip http server
!
snmp-server engineID local 0000000902000002B9CC11D3
snmp-server community public RO
snmp-server location XXXXXXXXXXXXX
snmp-server contact XXXXXXXXXXXXXX
!
line con 0
exec-timeout 0 0
password 7 0055415550
login
transport input none
line aux 0
line vty 0 4
password 7 055A545C75
login
!
end
Any help offered on this situation is greatly appreciated.
popotech
As soon as you figure someting out your boss drops another pile of s#$% on your desk. Here is what i am looking for, i need to setup NATing on my cisco 1720 router. Right now it is being used for our CDPD, cellular digital packeted data, connection. Here is what we need it to do, our CDPD line is used to connect our 50 odd laptops out on the road to our building. Our network internally is comprised of about 100 pc all 10.1.1.X ip schemes, running roaming profiles with Linux Red Hat/Samba 2.2. What we want to do is join the laptops to our internal linux server domain via the cdpd connection to enable anti-virus updates and windows updates. Now here is the problem we are having, a certain phone company that handles our CDPD line tried to setup nating on the cisco 1720 but to no avail was not successful. The other catcher is that the nating has to be setup for a laptop to make a request and basically come into the network receive the info it needs and the router has to know how to send it back and re-nat it back to the orignal ip addres it came from. ex.
//////////////////////////////////////////////////////////
a.) 166.150.139.X makes requests
------------------------------------->
b.)routers recieves request and nats 166.150.139.X to 10.1.1.2XX --
------------------------------------->
c.) router then allows it into the network with the 10.1.1.X address --
------------------------------------->
d.) hits the router on the way back out --
------------------------------------->
e.) router nat's 10.1.1.2XX to 166.150.139.X --
------------------------------------->
f.) laptop recieves ifo
///////////////////////////////////////////////////////////
So that is why i came here, never been let down once. Here is the ip schemems for the laptops as well as the router config file.
Outside:
Laptops 166.150.139.X (all laptops have static ip)
Inside:
PC's 10.1.1.X (all static ip, No DHCP)
Here's the config file:
Using 1350 out of 29688 bytes
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname XXXXXXXXXX
!
enable password 7 135445415F
!
!
!
!
!
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
!
!
!
interface Serial0
no ip address
no ip directed-broadcast
encapsulation frame-relay
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
description XXXXXXX Frame Relay
ip address 166.164.98.2 255.255.255.252
no ip directed-broadcast
ip accounting output-packets
ip nat outside
frame-relay interface-dlci 102
!
interface FastEthernet0
description connected to Hub
ip address 10.1.1.252 255.255.255.0 secondary
ip address 166.164.99.1 255.255.255.248
no ip directed-broadcast
ip nat inside
half-duplex
!
router rip
version 2
passive-interface Serial0.1
network 166.150.0.0
network 166.164.0.0
no auto-summary
!
ip nat inside source static 10.1.1.6 166.164.99.6
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
ip route 10.1.1.0 255.255.255.0 FastEthernet0
no ip http server
!
snmp-server engineID local 0000000902000002B9CC11D3
snmp-server community public RO
snmp-server location XXXXXXXXXX
snmp-server contact XXXXXXXXXX
!
line con 0
exec-timeout 0 0
password 7 0055415550
login
transport input none
line aux 0
line vty 0 4
password 7 055A545C75
login
!
!
ip nat inside source static 10.1.1.6 166.164.99.6
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
ip route 10.1.1.0 255.255.255.0 FastEthernet0
no ip http server
!
snmp-server engineID local 0000000902000002B9CC11D3
snmp-server community public RO
snmp-server location XXXXXXXXXXXXX
snmp-server contact XXXXXXXXXXXXXX
!
line con 0
exec-timeout 0 0
password 7 0055415550
login
transport input none
line aux 0
line vty 0 4
password 7 055A545C75
login
!
end
Any help offered on this situation is greatly appreciated.
popotech