Hi,
I am having a problem I was hopeing someone could help me with. I need to configure two new routers for DR one on the HeadQuarter side and the DR side. (actually a consultant had set this up before he left, and I have to figure it out now, and I am really lost... the config mentions a 172. network which we dont have????)
My current environment is a netopia router, (internet access) then a PIX 515 firewall then a 4006(internal network). All the servers on the network have the PIX as their default gateway, (10.10.1.1). We use a MS Proxy server for internet access on the workstations. I wanted to change the default gateway on all workstations and servers to the IP of the new HQ router.
Any guidance would be a great help...
here is my HQ router config.
show run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable password xxxxxxxx
!
!
!
!
!
ip subnet-zero
!
prompt WL120>
!
!
!
process-max-time 200
--More--
!
interface FastEthernet0/0
description LAN-120W
ip address 10.10.1.254 255.255.0.0
no ip directed-broadcast
speed 100
full-duplex
!
interface Serial0/0
description WAN to DR
ip address 172.16.1.1 255.255.0.0
no ip directed-broadcast
no ip mroute-cache
no fair-queue
!
router rip
network 10.0.0.0
network 172.16.0.0
network 172.20.0.0
network 192.168.1.0
neighbor 10.10.1.1
neighbor 172.16.1.2
!
--More--
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.1.1
ip route 172.20.0.0 255.255.0.0 172.16.1.2
no ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxxxxxx
login
!
!
no scheduler allocate
end
WL120>
I am having a problem I was hopeing someone could help me with. I need to configure two new routers for DR one on the HeadQuarter side and the DR side. (actually a consultant had set this up before he left, and I have to figure it out now, and I am really lost... the config mentions a 172. network which we dont have????)
My current environment is a netopia router, (internet access) then a PIX 515 firewall then a 4006(internal network). All the servers on the network have the PIX as their default gateway, (10.10.1.1). We use a MS Proxy server for internet access on the workstations. I wanted to change the default gateway on all workstations and servers to the IP of the new HQ router.
Any guidance would be a great help...
here is my HQ router config.
show run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable password xxxxxxxx
!
!
!
!
!
ip subnet-zero
!
prompt WL120>
!
!
!
process-max-time 200
--More--
!
interface FastEthernet0/0
description LAN-120W
ip address 10.10.1.254 255.255.0.0
no ip directed-broadcast
speed 100
full-duplex
!
interface Serial0/0
description WAN to DR
ip address 172.16.1.1 255.255.0.0
no ip directed-broadcast
no ip mroute-cache
no fair-queue
!
router rip
network 10.0.0.0
network 172.16.0.0
network 172.20.0.0
network 192.168.1.0
neighbor 10.10.1.1
neighbor 172.16.1.2
!
--More--
ip classless
ip route 0.0.0.0 0.0.0.0 10.10.1.1
ip route 172.20.0.0 255.255.0.0 172.16.1.2
no ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxxxxxx
login
!
!
no scheduler allocate
end
WL120>