cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
430
Views
0
Helpful
1
Replies

Basic Routing - WAN w/ PIX

somwicked
Level 1
Level 1

Original thread (if interested):

http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Network%20Infrastructure&topic=WAN%2C%20Routing%20and%20Switching&CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.1dd7c4cd

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.

1 Reply 1

neclink
Level 1
Level 1

Why dont you run RSRB?

Review Cisco Networking products for a $25 gift card