Hello Everyone, I have a Cisco 2811 router that I am currently trying to configure. The layout of my network: As of right now I have a Charter (ISP) internet going to their modem (Dynamic IP), which connects to my 2811 router (router on a stick config), which then connects to a Cisco 2960 switch.
This is what I am trying to do: I am trying to get my Cisco RV325 router to act as my VPN router. Its IP address is 192.168.2.9. It connects into the Cisco 2960 Switch. I told the 2811 router to allow port 1723 to any address but that did not work. I am not familiar with getting the router to forward PPTP traffic so I do not know where to start. I do not want the 2811 router to be my VPN router, which is why I got the RV325 router doing it. I am able to do the VPN locally on the network but not remotely. I don't know how much of a difference that makes.
IP address:
ISP address is dynamic
2811 router is 192.168.2.1 192.168.3.1 192.168.4.1
RV325 router is 192.168.2.9
Layout of network:
ISP MODEM > CISCO 2811 ROUTER > Cisco 2960 switch (Houses all devices on network, Including RV325 VPN router)
Here is my 2811 router configuration below:
Router_A#show run
Building configuration...
Current configuration : 2511 bytes
!
! Last configuration change at 04:17:28 UTC Mon Dec 18 2017
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router_A
!
boot-start-marker
boot-end-marker
!
!
enable password **********
!
aaa new-model
!
!
!
!
!
!
!
aaa session-id common
!
no network-clock-participate wic 0
!
dot11 syslog
ip source-route
!
!
ip cef
ip dhcp excluded-address 192.168.4.15 192.168.4.254
ip dhcp excluded-address 192.168.2.2 192.168.2.99
!
ip dhcp pool Main
network 192.168.2.0 255.255.255.0
dns-server 192.168.2.1 71.10.216.1 71.10.216.2 192.168.2.4
default-router 192.168.2.1
!
ip dhcp pool FBI 2
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
dns-server 71.10.216.1 71.10.216.2 192.168.4.1
!
ip dhcp pool Cameras
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
dns-server 192.168.3.1 71.210.16.1 71.210.16.2
!
!
!
ip domain name rtp.cisco.com
!
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
!
!
license udi pid CISCO2811 sn FTX1212A4A1
username ******** password 0 **************
!
redundancy
!
!
controller T1 0/0/0
!
ip ssh authentication-retries 2
ip ssh version 1
!
!
!
!
!
!
!
interface FastEthernet0/0 (ISP IP address)
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
ip nat inside
ip virtual-reassembly in
--More--
*Dec 18 04:17:28.387: %SYS-5-CONFIG_I: Configured from console duplex auto
speed auto
!
interface FastEthernet0/1.1 (Vlan 1)
encapsulation dot1Q 1 native
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface FastEthernet0/1.3 (Vlan 3)
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface FastEthernet0/1.5 (Vlan 5)
encapsulation dot1Q 5
ip address 192.168.4.1 255.255.255.240
ip nat inside
ip virtual-reassembly in
!
router rip
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list 101 interface FastEthernet0/0 overload
!
access-list 101 permit ip 192.168.2.0 0.0.0.255 any
access-list 101 permit ip 192.168.3.0 0.0.0.255 any
access-list 101 permit ip 192.168.4.0 0.0.0.255 any
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
access-list 101 permit 23 0.0.0.0 255.255.255.0 any
access-list 101 permit tcp any eq 1723 any
!
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
password **********
transport input ssh
!
scheduler allocate 20000 1000
end
Router_A#
This is what I am trying to do: I am trying to get my Cisco RV325 router to act as my VPN router. Its IP address is 192.168.2.9. It connects into the Cisco 2960 Switch. I told the 2811 router to allow port 1723 to any address but that did not work. I am not familiar with getting the router to forward PPTP traffic so I do not know where to start. I do not want the 2811 router to be my VPN router, which is why I got the RV325 router doing it. I am able to do the VPN locally on the network but not remotely. I don't know how much of a difference that makes.
IP address:
ISP address is dynamic
2811 router is 192.168.2.1 192.168.3.1 192.168.4.1
RV325 router is 192.168.2.9
Layout of network:
ISP MODEM > CISCO 2811 ROUTER > Cisco 2960 switch (Houses all devices on network, Including RV325 VPN router)
Here is my 2811 router configuration below:
Router_A#show run
Building configuration...
Current configuration : 2511 bytes
!
! Last configuration change at 04:17:28 UTC Mon Dec 18 2017
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router_A
!
boot-start-marker
boot-end-marker
!
!
enable password **********
!
aaa new-model
!
!
!
!
!
!
!
aaa session-id common
!
no network-clock-participate wic 0
!
dot11 syslog
ip source-route
!
!
ip cef
ip dhcp excluded-address 192.168.4.15 192.168.4.254
ip dhcp excluded-address 192.168.2.2 192.168.2.99
!
ip dhcp pool Main
network 192.168.2.0 255.255.255.0
dns-server 192.168.2.1 71.10.216.1 71.10.216.2 192.168.2.4
default-router 192.168.2.1
!
ip dhcp pool FBI 2
network 192.168.4.0 255.255.255.0
default-router 192.168.4.1
dns-server 71.10.216.1 71.10.216.2 192.168.4.1
!
ip dhcp pool Cameras
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
dns-server 192.168.3.1 71.210.16.1 71.210.16.2
!
!
!
ip domain name rtp.cisco.com
!
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
!
!
license udi pid CISCO2811 sn FTX1212A4A1
username ******** password 0 **************
!
redundancy
!
!
controller T1 0/0/0
!
ip ssh authentication-retries 2
ip ssh version 1
!
!
!
!
!
!
!
interface FastEthernet0/0 (ISP IP address)
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
ip nat inside
ip virtual-reassembly in
--More--
*Dec 18 04:17:28.387: %SYS-5-CONFIG_I: Configured from console duplex auto
speed auto
!
interface FastEthernet0/1.1 (Vlan 1)
encapsulation dot1Q 1 native
ip address 192.168.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface FastEthernet0/1.3 (Vlan 3)
encapsulation dot1Q 3
ip address 192.168.3.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
interface FastEthernet0/1.5 (Vlan 5)
encapsulation dot1Q 5
ip address 192.168.4.1 255.255.255.240
ip nat inside
ip virtual-reassembly in
!
router rip
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list 101 interface FastEthernet0/0 overload
!
access-list 101 permit ip 192.168.2.0 0.0.0.255 any
access-list 101 permit ip 192.168.3.0 0.0.0.255 any
access-list 101 permit ip 192.168.4.0 0.0.0.255 any
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
access-list 101 permit 23 0.0.0.0 255.255.255.0 any
access-list 101 permit tcp any eq 1723 any
!
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
password **********
transport input ssh
!
scheduler allocate 20000 1000
end
Router_A#