Hi,
It's late on a Friday afternoon and I need some technical assistance.
One of my clients has a requirement to connect two locations seamlessly as one data and voice network.
A 2 mb leased line has been installed and activated.
A Cisco 1841 with one WIC-1T has been installed at each location. Each is connected to the leased line by Serial cable via Serial 0/0/0 and to the network switch by RJ45 via FastEthernet 0/0.
Site A has a WAN IP Address 10.10.10.10 and Ethernet IP Address 192.168.0.21
Site B has a WAN IP Address 10.10.10.20 and Ethernet IP Address 192.168.0.22
The network uses 192.168.0.xxx
DHCP is handled by a Firewall on Site A
Internet access is via ADSL on Site A
I have configured both routers using SDM Express.
I can ping Router B from Router A and Router A from Router B using the WAN IP Address.
I am unable to ping Site B from Site A or Site A from Site B using the Ethernet IP Address.
So I installed SDM full version on both routers.
I configured NAT:
Router A 192.168.0.0-192.168.0.255 to 10.10.10.10
Inside Interface: FastEthernet0/0
Outside Interface: Serial0/0/0
Router B 192.168.0.0-192.168.0.255 to 10.10.10.20
Inside Interface: FastEthernet0/0
Outside Interface: Serial0/0/0
I configured Routing:
Router A Prefix 0.0.0.0 Prefix Mask 0.0.0.0 Interface: Serial0/0/0
Router B Prefix 0.0.0.0 Prefix Mask 0.0.0.0 Interface: Serial0/0/0
But nothing changed.
Does anyone have an idiots guide to configuring Point-to-Point Networks over a private leased line.
If you understand the raw configuration, here is Router A's configuration:
Building configuration...
Current configuration : 1613 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$A2Wl$x2Bf9DxSQBFZHdeQXDRCC/
!
no aaa new-model
!
resource policy
!
clock timezone PCTime 0
clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
no ip domain lookup
ip domain name yourdomain.com
!
username **** privilege 15 secret 5 *********
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$
ip address 192.168.0.21 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
description $ES_WAN$
ip address 10.10.10.10 255.255.255.0
ip nat outside
encapsulation ppp
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0
!
ip http server
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface Serial0/0/0 overload
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.0.0 0.0.0.255
!
control-plane
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
end
Thanks
It's late on a Friday afternoon and I need some technical assistance.
One of my clients has a requirement to connect two locations seamlessly as one data and voice network.
A 2 mb leased line has been installed and activated.
A Cisco 1841 with one WIC-1T has been installed at each location. Each is connected to the leased line by Serial cable via Serial 0/0/0 and to the network switch by RJ45 via FastEthernet 0/0.
Site A has a WAN IP Address 10.10.10.10 and Ethernet IP Address 192.168.0.21
Site B has a WAN IP Address 10.10.10.20 and Ethernet IP Address 192.168.0.22
The network uses 192.168.0.xxx
DHCP is handled by a Firewall on Site A
Internet access is via ADSL on Site A
I have configured both routers using SDM Express.
I can ping Router B from Router A and Router A from Router B using the WAN IP Address.
I am unable to ping Site B from Site A or Site A from Site B using the Ethernet IP Address.
So I installed SDM full version on both routers.
I configured NAT:
Router A 192.168.0.0-192.168.0.255 to 10.10.10.10
Inside Interface: FastEthernet0/0
Outside Interface: Serial0/0/0
Router B 192.168.0.0-192.168.0.255 to 10.10.10.20
Inside Interface: FastEthernet0/0
Outside Interface: Serial0/0/0
I configured Routing:
Router A Prefix 0.0.0.0 Prefix Mask 0.0.0.0 Interface: Serial0/0/0
Router B Prefix 0.0.0.0 Prefix Mask 0.0.0.0 Interface: Serial0/0/0
But nothing changed.
Does anyone have an idiots guide to configuring Point-to-Point Networks over a private leased line.
If you understand the raw configuration, here is Router A's configuration:
Building configuration...
Current configuration : 1613 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable secret 5 $1$A2Wl$x2Bf9DxSQBFZHdeQXDRCC/
!
no aaa new-model
!
resource policy
!
clock timezone PCTime 0
clock summer-time PCTime date Mar 30 2003 1:00 Oct 26 2003 2:00
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
no ip domain lookup
ip domain name yourdomain.com
!
username **** privilege 15 secret 5 *********
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$$ES_LAN$
ip address 192.168.0.21 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
description $ES_WAN$
ip address 10.10.10.10 255.255.255.0
ip nat outside
encapsulation ppp
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0
!
ip http server
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 1 interface Serial0/0/0 overload
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.0.0 0.0.0.255
!
control-plane
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
end
Thanks