RE: Configuring Pix with EnterNet DSL [7:43302]

2002-05-07 Thread Brian Zeitz

Yes, I still have to use the PPPoE password and username. I don't like
it, but does that make it more secure? What does it use for security if
you don't use PPPOE? 

Someone is coming in today from corporate, talking about us connecting
to their VPN connection. I have no idea what system they are talking
about (checkpoint, microsoft?), but it should be interesting over ADSL
as well. I know ADSL does not stay up all the time. Maybe I need some
keepalives to make this work. I never tried VPN over ADSL.

Yea, I actually have 2 ADSL lines, both get dynamic IPs. I use dynu.com
to map my IP to may domain name. works well so far. One line is right
into a cheapy router, which, on the router I give it the PPPOE name and
pass. I use port forwarding on the router, plus a firewall. On the other
ADSL line, I have the Pix hooked up. It is not working yet cause its
only 6.1(2). I am also getting another Pix 515 at another site which ill
have access too. Maybe do some VPN-VPN stuff. I would think 6.2 just ads
the VPDN command. I know the 515 is not considered a SOHO, but maybe
that's why its not listed. I am going to try it, and find out. When I
first started playing with the pix, it had the VPDN command on 6.1(2),
but it only had PPTP and some other stuff, but not PPPoE.

A couple of questions I wanted to throw at you. If I have 1 IP, say I
use PPPOE on the outside interface, and that is my only IP. Say its
172.168.x.x. Then I use on my DMZ card 10.10.1.1, is the Pix doing nat
at that point to the DMZ? Or maybe just forwarding? Is the best case
scenereo for speed to use the same subnet as your router on the DMZ?
Does the pix use Nat from the outside to inside? If I use a router, I
would have to do Nat there, then across the pix, nat again, and on my
load blancers Nat again. (this might slow stuff down) and I mean if it
wasn't on the DMZ.

I was also looking up the difference between having a 4 port DMZ card,
vs a 1 port. I guess the benefits would be. 4-port, faster, you can make
4 subnets. You can lock down each interface, like only allow HTTP.
Better security. Am I missing any?

I was also reading how Nat not configured right on a firewall can change
the Hash algorithms. I think eventually I will switch to a T1.

We bought some load balancers, and I was surprised that they did NAT
too. Coyotote Point (really FreeBSD). I think other "web switches" don't
use nat, so now I am wondering if it was better to get a web switch,
then this FREEBSD device that does nat. (mind you it was assigned to me,
I didn't pick this platform). I went to school for Alteon Web switches a
few years ago, they seemed really good. I don't know who is the best
now.

I am getting up to speed on all this stuff. I am doing the basic pix
firewall course now, and reading the book. I also got the brand new
Advanced Pix firewall course the 2nd version, just released.

Brian Zeitz MCSE, CCNP

-Original Message-
From: Mark Odette II [mailto:[EMAIL PROTECTED]] 
Sent: Monday, May 06, 2002 4:59 PM
To: [EMAIL PROTECTED]
Subject: RE: Configuring Pix with EnterNet DSL [7:43302]

Brian... I'd be interested to hear what your results are... as the
documentation for 6.2 says that it only supports PPPoE/DHCP connections
on
the 501 and 506 models of PIX.  If you get it to work on the 515, that
would
be good to know.

Since you changed GSPs, does that mean that you don't have to worry
about
PPPoE, and you just simply get a Dynamic IP straight off the wire??
Only
reason I ask is, I have SWB DSL, and it's the "Enhanced" service, which
simply means I get 5 static IPs assigned to me.  The technical
difference
for my CPE connecting to them, whether it be a Cisco Router or the PIX,
is
that I don't have to configure the User ID/Password Authentication stuff
anymore which was something I had to do with the Basic Service, and
it
was dependent upon PPPoE.

Anyway... let us know how you do!

Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Brian Zeitz
Sent: Monday, May 06, 2002 11:31 AM
To: [EMAIL PROTECTED]
Subject: RE: Configuring Pix with EnterNet DSL [7:43302]


I am going to try to hook up a Pix to an ADSL line with a dynamic IP,
this should be interesting. In the past I have tried Microsoft ISA
SERver 2000 Enterprise with ADSL, it had a lot of trouble binding the
packet filters cause the IP was dynamic. The fix, install a Netgear
router before the firewall.

Also for PPPoE testing purposes, Windows XP has the PPPoE stuff built in
it. All you need is a XP machine, and a DSL Modem. Use BroadBand
connection when creating an internet connection. Good when the service
provider INSISTs that you have 1 PC hooked up to the DSL modem. Even
though you own a business account. This is the biggest scam in the book,
but I don't pay the bill ;)

Now, I am going to try a Pix 515U, with an ADSL dynamic IP. I am not
sure what the results will be. I could

Re: Configuring Pix with EnterNet DSL [7:43302]

2002-05-06 Thread Ronnie Higginbotham

Mark I sent you a email.

Brian Here is the config I used on my PPPoE.

Works great.

Commands added to PIX

vpdn group pppoe-sbc request dialout pppoe
vpdn group pppoe-sbc localname xx
vpdn group pppoe-sbc ppp authentication pap
vpdn username xx password xx
ip address outside pppoe setroute

showing the active PPPoE
session**
pixfirewall# sh vpdn session
PPPoE Session Information (Total tunnels=1 sessions=1)
Remote MAC is 00:10:67:00:B1:AD
  Session state is SESSION_UP
Time since event change 97811 secs, interface outside
PPP interface id is 1
16269 packets sent, 16820 received, 1464059 bytes sent, 0 received
*showing the route received for my
ISP**
pixfirewall# sh ip address outside pppoe
PPPoE Assigned IP addr: 65.67.102.20 255.255.255.255 on Interface: outside
   Remote IP addr: 65.67.103.254

This is now my default route. Once I reboot my pix it takes about 3 to 4
minutes to restore a active PPPoE session.

""Mark Odette II""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Brian... I'd be interested to hear what your results are... as the
> documentation for 6.2 says that it only supports PPPoE/DHCP connections on
> the 501 and 506 models of PIX.  If you get it to work on the 515, that
would
> be good to know.
>
> Since you changed GSPs, does that mean that you don't have to worry about
> PPPoE, and you just simply get a Dynamic IP straight off the wire??  Only
> reason I ask is, I have SWB DSL, and it's the "Enhanced" service, which
> simply means I get 5 static IPs assigned to me.  The technical difference
> for my CPE connecting to them, whether it be a Cisco Router or the PIX, is
> that I don't have to configure the User ID/Password Authentication stuff
> anymore which was something I had to do with the Basic Service, and it
> was dependent upon PPPoE.
>
> Anyway... let us know how you do!
>
> Mark
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Brian Zeitz
> Sent: Monday, May 06, 2002 11:31 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Configuring Pix with EnterNet DSL [7:43302]
>
>
> I am going to try to hook up a Pix to an ADSL line with a dynamic IP,
> this should be interesting. In the past I have tried Microsoft ISA
> SERver 2000 Enterprise with ADSL, it had a lot of trouble binding the
> packet filters cause the IP was dynamic. The fix, install a Netgear
> router before the firewall.
>
> Also for PPPoE testing purposes, Windows XP has the PPPoE stuff built in
> it. All you need is a XP machine, and a DSL Modem. Use BroadBand
> connection when creating an internet connection. Good when the service
> provider INSISTs that you have 1 PC hooked up to the DSL modem. Even
> though you own a business account. This is the biggest scam in the book,
> but I don't pay the bill ;)
>
> Now, I am going to try a Pix 515U, with an ADSL dynamic IP. I am not
> sure what the results will be. I could buy another cheapy router, but
> just to learn it, and see what results I get, im going to hook it up to
> the DSL line. This is just for development. Eventually I will get real
> cisco routers.
>
> Also I had verizon change my ADSL Global Service provider. I was having
> some routing problems within verizons network. Now I have Qwest, and
> everything is cool. So ill try the pix with the new GSP. If anyone wants
> to contact me about ADSL or pIx 515 stuff, feel free.
>
>
> -Original Message-
> From: Mark Odette II [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 04, 2002 3:20 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Configuring Pix with EnterNet DSL [7:43302]
>
> Ronnie-
> I assume you are referring to the fact that your DSL is PPPoE DSL (You
> have
> to install the EnterNet DSL software on your computer if you want to
> access
> the DSL Gateway and connect to the internet (which also means you use a
> User
> Name/Password combination to connect) correct!?!
>
> If so, what model PIX do you have?
>
> The 501/506 models support PPPoE under 6.2.1.
>
> The following link should get you started
> http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/config/
> pixc
> lnt.htm
>
> Mark
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Ronnie Higginbotham
> Sent: Saturday, May 04, 2002 10:32 AM
> To: [EMAIL PROTECTED]
> Subject: Configuring Pix with EnterNet DSL [7:43302]
>
>
> I am new to the Pix setup has anybody configured a PIX with EnterNet DSL
> setup. Any config help would be appreciated.




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



RE: Configuring Pix with EnterNet DSL [7:43302]

2002-05-06 Thread Mark Odette II

Brian... I'd be interested to hear what your results are... as the
documentation for 6.2 says that it only supports PPPoE/DHCP connections on
the 501 and 506 models of PIX.  If you get it to work on the 515, that would
be good to know.

Since you changed GSPs, does that mean that you don't have to worry about
PPPoE, and you just simply get a Dynamic IP straight off the wire??  Only
reason I ask is, I have SWB DSL, and it's the "Enhanced" service, which
simply means I get 5 static IPs assigned to me.  The technical difference
for my CPE connecting to them, whether it be a Cisco Router or the PIX, is
that I don't have to configure the User ID/Password Authentication stuff
anymore which was something I had to do with the Basic Service, and it
was dependent upon PPPoE.

Anyway... let us know how you do!

Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Brian Zeitz
Sent: Monday, May 06, 2002 11:31 AM
To: [EMAIL PROTECTED]
Subject: RE: Configuring Pix with EnterNet DSL [7:43302]


I am going to try to hook up a Pix to an ADSL line with a dynamic IP,
this should be interesting. In the past I have tried Microsoft ISA
SERver 2000 Enterprise with ADSL, it had a lot of trouble binding the
packet filters cause the IP was dynamic. The fix, install a Netgear
router before the firewall.

Also for PPPoE testing purposes, Windows XP has the PPPoE stuff built in
it. All you need is a XP machine, and a DSL Modem. Use BroadBand
connection when creating an internet connection. Good when the service
provider INSISTs that you have 1 PC hooked up to the DSL modem. Even
though you own a business account. This is the biggest scam in the book,
but I don't pay the bill ;)

Now, I am going to try a Pix 515U, with an ADSL dynamic IP. I am not
sure what the results will be. I could buy another cheapy router, but
just to learn it, and see what results I get, im going to hook it up to
the DSL line. This is just for development. Eventually I will get real
cisco routers.

Also I had verizon change my ADSL Global Service provider. I was having
some routing problems within verizons network. Now I have Qwest, and
everything is cool. So ill try the pix with the new GSP. If anyone wants
to contact me about ADSL or pIx 515 stuff, feel free.


-Original Message-
From: Mark Odette II [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 04, 2002 3:20 PM
To: [EMAIL PROTECTED]
Subject: RE: Configuring Pix with EnterNet DSL [7:43302]

Ronnie-
I assume you are referring to the fact that your DSL is PPPoE DSL (You
have
to install the EnterNet DSL software on your computer if you want to
access
the DSL Gateway and connect to the internet (which also means you use a
User
Name/Password combination to connect) correct!?!

If so, what model PIX do you have?

The 501/506 models support PPPoE under 6.2.1.

The following link should get you started
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/config/
pixc
lnt.htm

Mark


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ronnie Higginbotham
Sent: Saturday, May 04, 2002 10:32 AM
To: [EMAIL PROTECTED]
Subject: Configuring Pix with EnterNet DSL [7:43302]


I am new to the Pix setup has anybody configured a PIX with EnterNet DSL
setup. Any config help would be appreciated.




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



RE: Configuring Pix with EnterNet DSL [7:43302]

2002-05-06 Thread Brian Zeitz

I am going to try to hook up a Pix to an ADSL line with a dynamic IP,
this should be interesting. In the past I have tried Microsoft ISA
SERver 2000 Enterprise with ADSL, it had a lot of trouble binding the
packet filters cause the IP was dynamic. The fix, install a Netgear
router before the firewall.

Also for PPPoE testing purposes, Windows XP has the PPPoE stuff built in
it. All you need is a XP machine, and a DSL Modem. Use BroadBand
connection when creating an internet connection. Good when the service
provider INSISTs that you have 1 PC hooked up to the DSL modem. Even
though you own a business account. This is the biggest scam in the book,
but I don't pay the bill ;)

Now, I am going to try a Pix 515U, with an ADSL dynamic IP. I am not
sure what the results will be. I could buy another cheapy router, but
just to learn it, and see what results I get, im going to hook it up to
the DSL line. This is just for development. Eventually I will get real
cisco routers.

Also I had verizon change my ADSL Global Service provider. I was having
some routing problems within verizons network. Now I have Qwest, and
everything is cool. So ill try the pix with the new GSP. If anyone wants
to contact me about ADSL or pIx 515 stuff, feel free. 


-Original Message-
From: Mark Odette II [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, May 04, 2002 3:20 PM
To: [EMAIL PROTECTED]
Subject: RE: Configuring Pix with EnterNet DSL [7:43302]

Ronnie-
I assume you are referring to the fact that your DSL is PPPoE DSL (You
have
to install the EnterNet DSL software on your computer if you want to
access
the DSL Gateway and connect to the internet (which also means you use a
User
Name/Password combination to connect) correct!?!

If so, what model PIX do you have?

The 501/506 models support PPPoE under 6.2.1.

The following link should get you started
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/config/
pixc
lnt.htm

Mark


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ronnie Higginbotham
Sent: Saturday, May 04, 2002 10:32 AM
To: [EMAIL PROTECTED]
Subject: Configuring Pix with EnterNet DSL [7:43302]


I am new to the Pix setup has anybody configured a PIX with EnterNet DSL
setup. Any config help would be appreciated.




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



Re: Configuring Pix with EnterNet DSL [7:43302]

2002-05-05 Thread Ronnie Higginbotham

Got it working Mark. Thanks for your help.


""Ronnie Higginbotham""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thanks again Mark.
>
> Right now I working on licensing with Cisco because I need to upgrade my
PIX
> code to 6.2 which supports PPPoE. Then I will give it a try.
>
> I was trying to get it working without the Enhanced DSL at this time.
> Ronnie
> ""Mark Odette II""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Keep in mind that you will be *REPLACING* your workstation with the PIX
> for
> > PPPoE connectivity.  You will no longer need the client software on your
> > workstation; your workstation(s) will be on whatever Private Subnet you
> > choose/assign to the 'Inside Interface', and PAT or "NAT Overload" on
the
> > 'Outside Interface' will be the way the workstation(s) reach the
internet.
> >
> > With that in mind, you should be able to figure out the configuration of
> the
> > PIX, as it's pretty straight forward.
> >
> > For myself, I have the "Enhanced DSL" package from Ma Bell, which means
I
> > don't have to worry about PPPoE, and I get 5 IPs for home use.
> >
> > Before I used the PIX though, I had a 1750 with the WIC-1ENET card
> > configured, and similar VPDN commands were used to make the PPPoE
> > negotiation work under the Basic DSL account I started out with.  For
this
> > reason, this is why I think you shouldn't have a problem getting it
> working.
> >
> > Good luck!
> >
> > Mark
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Ronnie Higginbotham
> > Sent: Saturday, May 04, 2002 4:21 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Configuring Pix with EnterNet DSL [7:43302]
> >
> >
> > Yes Mark I was referring to the PPPoE. I have the client loaded on my PC
> and
> > cannot pass through the PIX. However I can ping the PIX inside address.
I
> > have the 501 just for home use.
> >
> > Thanks for the link. I searched the site and could find anything like
> this.
> > Let me try this stuff and I will let you know what happens.
> > When I launch the client I cannot find the server.
> >
> > Thanks for you help.
> >
> > Ronnie
> > ""Mark Odette II""  wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > Ronnie-
> > > I assume you are referring to the fact that your DSL is PPPoE DSL (You
> > have
> > > to install the EnterNet DSL software on your computer if you want to
> > access
> > > the DSL Gateway and connect to the internet (which also means you use
a
> > User
> > > Name/Password combination to connect) correct!?!
> > >
> > > If so, what model PIX do you have?
> > >
> > > The 501/506 models support PPPoE under 6.2.1.
> > >
> > > The following link should get you started
> > >
> >
>
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/config/pixc
> > > lnt.htm
> > >
> > > Mark
> > >
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > > Ronnie Higginbotham
> > > Sent: Saturday, May 04, 2002 10:32 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Configuring Pix with EnterNet DSL [7:43302]
> > >
> > >
> > > I am new to the Pix setup has anybody configured a PIX with EnterNet
DSL
> > > setup. Any config help would be appreciated.




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



Re: Configuring Pix with EnterNet DSL [7:43302]

2002-05-04 Thread Ronnie Higginbotham

Thanks again Mark.

Right now I working on licensing with Cisco because I need to upgrade my PIX
code to 6.2 which supports PPPoE. Then I will give it a try.

I was trying to get it working without the Enhanced DSL at this time.
Ronnie
""Mark Odette II""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Keep in mind that you will be *REPLACING* your workstation with the PIX
for
> PPPoE connectivity.  You will no longer need the client software on your
> workstation; your workstation(s) will be on whatever Private Subnet you
> choose/assign to the 'Inside Interface', and PAT or "NAT Overload" on the
> 'Outside Interface' will be the way the workstation(s) reach the internet.
>
> With that in mind, you should be able to figure out the configuration of
the
> PIX, as it's pretty straight forward.
>
> For myself, I have the "Enhanced DSL" package from Ma Bell, which means I
> don't have to worry about PPPoE, and I get 5 IPs for home use.
>
> Before I used the PIX though, I had a 1750 with the WIC-1ENET card
> configured, and similar VPDN commands were used to make the PPPoE
> negotiation work under the Basic DSL account I started out with.  For this
> reason, this is why I think you shouldn't have a problem getting it
working.
>
> Good luck!
>
> Mark
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Ronnie Higginbotham
> Sent: Saturday, May 04, 2002 4:21 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Configuring Pix with EnterNet DSL [7:43302]
>
>
> Yes Mark I was referring to the PPPoE. I have the client loaded on my PC
and
> cannot pass through the PIX. However I can ping the PIX inside address. I
> have the 501 just for home use.
>
> Thanks for the link. I searched the site and could find anything like
this.
> Let me try this stuff and I will let you know what happens.
> When I launch the client I cannot find the server.
>
> Thanks for you help.
>
> Ronnie
> ""Mark Odette II""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Ronnie-
> > I assume you are referring to the fact that your DSL is PPPoE DSL (You
> have
> > to install the EnterNet DSL software on your computer if you want to
> access
> > the DSL Gateway and connect to the internet (which also means you use a
> User
> > Name/Password combination to connect) correct!?!
> >
> > If so, what model PIX do you have?
> >
> > The 501/506 models support PPPoE under 6.2.1.
> >
> > The following link should get you started
> >
>
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/config/pixc
> > lnt.htm
> >
> > Mark
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Ronnie Higginbotham
> > Sent: Saturday, May 04, 2002 10:32 AM
> > To: [EMAIL PROTECTED]
> > Subject: Configuring Pix with EnterNet DSL [7:43302]
> >
> >
> > I am new to the Pix setup has anybody configured a PIX with EnterNet DSL
> > setup. Any config help would be appreciated.




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



RE: Configuring Pix with EnterNet DSL [7:43302]

2002-05-04 Thread Mark Odette II

Keep in mind that you will be *REPLACING* your workstation with the PIX for
PPPoE connectivity.  You will no longer need the client software on your
workstation; your workstation(s) will be on whatever Private Subnet you
choose/assign to the 'Inside Interface', and PAT or "NAT Overload" on the
'Outside Interface' will be the way the workstation(s) reach the internet.

With that in mind, you should be able to figure out the configuration of the
PIX, as it's pretty straight forward.

For myself, I have the "Enhanced DSL" package from Ma Bell, which means I
don't have to worry about PPPoE, and I get 5 IPs for home use.

Before I used the PIX though, I had a 1750 with the WIC-1ENET card
configured, and similar VPDN commands were used to make the PPPoE
negotiation work under the Basic DSL account I started out with.  For this
reason, this is why I think you shouldn't have a problem getting it working.

Good luck!

Mark
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ronnie Higginbotham
Sent: Saturday, May 04, 2002 4:21 PM
To: [EMAIL PROTECTED]
Subject: Re: Configuring Pix with EnterNet DSL [7:43302]


Yes Mark I was referring to the PPPoE. I have the client loaded on my PC and
cannot pass through the PIX. However I can ping the PIX inside address. I
have the 501 just for home use.

Thanks for the link. I searched the site and could find anything like this.
Let me try this stuff and I will let you know what happens.
When I launch the client I cannot find the server.

Thanks for you help.

Ronnie
""Mark Odette II""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ronnie-
> I assume you are referring to the fact that your DSL is PPPoE DSL (You
have
> to install the EnterNet DSL software on your computer if you want to
access
> the DSL Gateway and connect to the internet (which also means you use a
User
> Name/Password combination to connect) correct!?!
>
> If so, what model PIX do you have?
>
> The 501/506 models support PPPoE under 6.2.1.
>
> The following link should get you started
>
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/config/pixc
> lnt.htm
>
> Mark
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Ronnie Higginbotham
> Sent: Saturday, May 04, 2002 10:32 AM
> To: [EMAIL PROTECTED]
> Subject: Configuring Pix with EnterNet DSL [7:43302]
>
>
> I am new to the Pix setup has anybody configured a PIX with EnterNet DSL
> setup. Any config help would be appreciated.




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



Re: Configuring Pix with EnterNet DSL [7:43302]

2002-05-04 Thread Ronnie Higginbotham

Yes Mark I was referring to the PPPoE. I have the client loaded on my PC and
cannot pass through the PIX. However I can ping the PIX inside address. I
have the 501 just for home use.

Thanks for the link. I searched the site and could find anything like this.
Let me try this stuff and I will let you know what happens.
When I launch the client I cannot find the server.

Thanks for you help.

Ronnie
""Mark Odette II""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ronnie-
> I assume you are referring to the fact that your DSL is PPPoE DSL (You
have
> to install the EnterNet DSL software on your computer if you want to
access
> the DSL Gateway and connect to the internet (which also means you use a
User
> Name/Password combination to connect) correct!?!
>
> If so, what model PIX do you have?
>
> The 501/506 models support PPPoE under 6.2.1.
>
> The following link should get you started
>
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/config/pixc
> lnt.htm
>
> Mark
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Ronnie Higginbotham
> Sent: Saturday, May 04, 2002 10:32 AM
> To: [EMAIL PROTECTED]
> Subject: Configuring Pix with EnterNet DSL [7:43302]
>
>
> I am new to the Pix setup has anybody configured a PIX with EnterNet DSL
> setup. Any config help would be appreciated.




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



RE: Configuring Pix with EnterNet DSL [7:43302]

2002-05-04 Thread Mark Odette II

Ronnie-
I assume you are referring to the fact that your DSL is PPPoE DSL (You have
to install the EnterNet DSL software on your computer if you want to access
the DSL Gateway and connect to the internet (which also means you use a User
Name/Password combination to connect) correct!?!

If so, what model PIX do you have?

The 501/506 models support PPPoE under 6.2.1.

The following link should get you started
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_62/config/pixc
lnt.htm

Mark


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ronnie Higginbotham
Sent: Saturday, May 04, 2002 10:32 AM
To: [EMAIL PROTECTED]
Subject: Configuring Pix with EnterNet DSL [7:43302]


I am new to the Pix setup has anybody configured a PIX with EnterNet DSL
setup. Any config help would be appreciated.




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



Configuring Pix with EnterNet DSL [7:43302]

2002-05-04 Thread Ronnie Higginbotham

I am new to the Pix setup has anybody configured a PIX with EnterNet DSL
setup. Any config help would be appreciated.




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