I havent actually setup a VPN, but think I understand the very basic
concepts of a tunnel. Applying to a real life situation is confusing me a
little. I have a need to setup a remote office for a customer. They have a
2500 with a very basic NAT configuration, listed below my signature. They do
not have a firewall sitting between them and the Internet (not my choice).
They have a DSL connection at the remote office.

In order for the few PCs in the remote office to have access to the main
office servers, do I even need to build a tunnel since they have no
firewall? If I want to use a tunnel, how do you get a tunnel between two
routers without running the 3DES on the Cisco in the main office? The DSL
Router is a no-name from the telco.

Any suggestions would be appreciated!!

Jeffrey Reed
Classic Networking, Inc.
Cell 717-805-5536
Office 717-737-8586
FAX 717-737-0290

ip nat pool NATPOOL x.x.203.161 x.x.203.161 netmask 255.255.255.224
ip nat inside source list 1 pool NATPOOL overload
ip name-server x.224.86.15
ip name-server x.224.64.20
!
interface Ethernet0
 ip address 192.168.200.254 255.255.255.0
 ip nat inside
!
interface Serial0
 no ip address
 no ip directed-broadcast
 shutdown
!
interface Serial1
 description 384K Fractional T1 to Epix (Circuit ID# DS1-8135)
 ip address x.x.34.154 255.255.255.252
 no ip directed-broadcast
 ip nat outside
!
ip default-gateway x.x.34.153
ip classless
ip route 0.0.0.0 0.0.0.0 Serial1 permanent
access-list 1 permit 192.168.200.0 0.0.0.255




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=45927&t=45927
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to