RE: ADSL and PIX puzzle [7:63458]

2003-02-21 Thread Albert Lu
Hi, Ideally, you should have the 827 using 'ip unumbered' on the ADSL (dialer) interface, so that it uses the ethernet interface as the ip address. This will allow the outside interface of the PIX to be in the public ip address range that you are allocated, no need for subnetting as suggestted as

RE: ADSL and PIX puzzle [7:63458]

2003-02-20 Thread brett spunt
Just subnet your class c address space into 2 subnets. Make one of them the outside of the router, and one of them on the inside of the router, outside of pix, and just make sure your "subnetted" network has enough addresses for inside of the router, outside of pix, pix global address, and any stat

RE: ADSL and PIX puzzle [7:63458]

2003-02-20 Thread Mark W. Odette II
A Couple of pointers from my humble experience (granted this is also provided from a very tired engineer that needs to go to bed :) ): Put 200.10.10.36/30 on the Dialer Interface. ... I think you need to be using the VPDN Group commands to get the DSL working. There are a couple of ways to conne

Re: ADSL and PIX puzzle [7:63458]

2003-02-20 Thread Kent Hundley
Change this: ip nat inside source static tcp 192.168.1.30 80 200.10.15.189 80 extendable to something like: ip nat inside source static tcp 192.168.0.30 80 200.10.15.189 80 extendable -The inside from the 827's perspective needs to be something in the 192.168.0.x address space And change this: