03-30-2005 11:34 PM - edited 03-03-2019 09:10 AM
Original thread (if interested):
Adding PPP WAN to LAN w/ PIX. The PIX is acting as the current default gateway.
Main Site:
192.168.0.0/24
PIX @ .1
W2K server @ .2
WAN router @ .5
Remote site:
192.168.2.0/24
WAN router @ .5
(nothing else other than clients)
Main router config (after previous thread)
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname main
!
enable secret 5 blah
enable password blah
!
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
call rsvp-sync
!
class-map match-all VOIP
match access-group name VoiceOverIP
!
policy-map SET_PRECEDENCE
class VOIP
set ip precedence 5
!
interface FastEthernet0
ip address 192.168.0.5 255.255.255.0
service-policy input SET_PRECEDENCE
speed auto
!
interface Serial0
description WAN to Main
ip address 192.168.33.1 255.255.255.0
encapsulation ppp
!
router rip
version 2
network 192.168.0.0
network 192.168.33.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
no ip http server
!
line con 0
password blah
login
line aux 0
line vty 0 4
password blah
login
Remote router config:
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname remote
!
enable secret 5 blah
enable password blah
!
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
ip audit notify log
ip audit po max-events 100
call rsvp-sync
!
class-map match-all VOIP
match access-group name VoiceOverIP
!
policy-map SET_PRECEDENCE
class VOIP
set ip precedence 5
!
interface FastEthernet0
ip address 192.168.2.5 255.255.255.0
service-policy input SET_PRECEDENCE
speed auto
!
interface Serial0
description WAN to remote
ip address 192.168.33.2 255.255.255.0
encapsulation ppp
!
router rip
version 2
network 192.168.2.0
network 192.168.33.0
no auto-summary
!
ip classless
no ip http server
!
line con 0
password blah
login
line aux 0
line vty 0 4
password blah
login
!
no scheduler allocate
I seem to be passing traffic back and forth and most everything seems ok.
Questions are as follows:
1) Since I have the pix as the default gateway in the main site router, is it best to modify IP settings on the server and clients (via DHCP) to use the main site router as the default gateway? Or is there another way?
Thinking is as follows ...
All traffic routes to main router which will either pass across the WAN or leave via the PIX. I see this as the easiest option to allow the clients on the main lan to to see the remote lan.
2) Not a Cisco question per se. For the remote clients to see (and browse) the W2K server (the only server) is it necessary to use an LMHOSTS file on the clients - there are only a handful on the remote lan and no servers?
I'm basically wondering, due to my limited WAN knowledge and practical experience the best method of integrating the WAN, LANs, and PIX so the remote clients and printers are as close to be a part of the network as they can (without bridging).
Advice, thoughts, questions, etc ... eagerly welcomed.
04-04-2005 04:28 PM
Why dont you run RSRB?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide