RE: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-21 Thread - jvd
Wow this is a bit wide wouldn't you say? Give some more detail and I'm sure
somebody would help you...


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71075&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


RE: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-22 Thread Lamy Alexandre
Right!


I want configure my 827 manually, not with CRWS. My connection is PPPoE with
a static IP. Also, I don't want make NAT on my router. If possible, I don't
want NAT on my PIX.

example:

DSL(static_ip)827-->Ethernet(static_ip)-->Outside(static_IP)506-->Inside(static_ip-if 
possible)-->my Network


On my Network:

Web Server
FTP Server
Exchange Server
Terminal Server
VPN with 2000
maybe IPsec with 2000
SSH

I know, surely is more easy with DMZ, but the 506 have only 2 interface.

Thanks!



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71085&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


RE: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-22 Thread - jvd
Hi there,

I assume you want to connect your ADSL router to the internet? Yes, then you
have no other option than to use NAT. You were provided with one static IP
address and this valid address is routable on the internet. Therefore you'll
need typically an extended NAT to this address for all devices connected on
your LAN.

eg.

ip nat inside source list 1 200.248.3.1 overload
access-list 1 permit 192.168.1.0 0.0.0.255

where 200.248.3.1 is your static IP and the 192.168.1.0 is the LAN network.

I suggest you use the CRWS tool and later when you are more familiar with
the IOS you can do it yourself.

Regards,



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71087&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


RE: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-22 Thread Lamy Alexandre
How company procede when the workstation have a static IP? or with the
server?

I don't think is make with a NAT and PAT ?!


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71092&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


RE: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-22 Thread Lamy Alexandre
But, I have 6 static IP!!!


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71091&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-22 Thread Bikespace
With only a /29, you're not going to get far without using NAT/PAT.
What is it that you are trying to do? Why don't you want to use NAT?
There may be other suggestions we can make to overcome this.

Bikespace

""Lamy Alexandre""  wrote in message
news:[EMAIL PROTECTED]
> I need help for configure a Cisco 827 ADSL with a PIX 506
>
> I have 1 static IP + a /29 subnet
>
> Anybody who help me?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71103&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-23 Thread Lamy Alexandre
Because I would like pratice. I would like simulate an enterprise. 

Just for understand how is make in enterprise. I don't have 100 static IP,
but, anyway, I don't have 100 server.

Example, Internet-->Enterprise infrastructure

or

Multi-site Enterprise-->Multi-site Enterprise...


Anyway, if have 2 DNS server, and 2 Web server, and 2 authentication server,
how make NAT/PAT?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71133&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-23 Thread Bikespace
Okey Dokey - understood. If you're just playing around that's fine.

You may have a few options. You could use your /29 for the subnet between
router and Pix, but then you lose two of your 6 available addresses for the
router and the Pix. Although you can grab some of these back, for instance
by using port redirection on the outside interface of the Pix, so that port
80 goes to one of your web servers and 53 to one of your DNS servers etc.
The other 4 addresses can be set up as static NAT through the Pix.
Use Global (outside) 1 interface for outgoing connections to save using one
of your addresses for general PAT.

You could use a private address between the router and the Pix and just
route your /29 at the Pix, then do NAT from there. You don't lose any of the
8 addresses then. You could still do port redirection, so one IP address
doesn't have to be one server. Do as before and chip off port 80 for your
web, and 53 for DNS etc.

Good Luck

Bikespace



""Lamy Alexandre""  wrote in message
news:[EMAIL PROTECTED]
> Because I would like pratice. I would like simulate an enterprise.
>
> Just for understand how is make in enterprise. I don't have 100 static IP,
> but, anyway, I don't have 100 server.
>
> Example, Internet-->Enterprise infrastructure
>
> or
>
> Multi-site Enterprise-->Multi-site Enterprise...
>
>
> Anyway, if have 2 DNS server, and 2 Web server, and 2 authentication
server,
> how make NAT/PAT?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71175&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-23 Thread Lamy Alexandre
do you have a configuration example?


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71190&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


RE: Router 827 ADSL + PIX 506 configuration [7:71059]

2003-06-26 Thread Jablonski, Michael
Use ip unnumbered on the WAN interface to the Ethernet.  Assign the Ether a
legal and the PIX a legal and use the rest to your liking...

That's how I setup my home connection; works great!

-Original Message-
From: Bikespace [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 23, 2003 2:52 PM
To: [EMAIL PROTECTED]
Subject: Re: Router 827 ADSL + PIX 506 configuration [7:71059]


Okey Dokey - understood. If you're just playing around that's fine.

You may have a few options. You could use your /29 for the subnet between
router and Pix, but then you lose two of your 6 available addresses for the
router and the Pix. Although you can grab some of these back, for instance
by using port redirection on the outside interface of the Pix, so that port
80 goes to one of your web servers and 53 to one of your DNS servers etc.
The other 4 addresses can be set up as static NAT through the Pix.
Use Global (outside) 1 interface for outgoing connections to save using one
of your addresses for general PAT.

You could use a private address between the router and the Pix and just
route your /29 at the Pix, then do NAT from there. You don't lose any of the
8 addresses then. You could still do port redirection, so one IP address
doesn't have to be one server. Do as before and chip off port 80 for your
web, and 53 for DNS etc.

Good Luck

Bikespace



""Lamy Alexandre""  wrote in message
news:[EMAIL PROTECTED]
> Because I would like pratice. I would like simulate an enterprise.
>
> Just for understand how is make in enterprise. I don't have 100 static IP,
> but, anyway, I don't have 100 server.
>
> Example, Internet-->Enterprise infrastructure
>
> or
>
> Multi-site Enterprise-->Multi-site Enterprise...
>
>
> Anyway, if have 2 DNS server, and 2 Web server, and 2 authentication
server,
> how make NAT/PAT?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71475&t=71059
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]