HP3000-L Archives

May 2002, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Kell <[log in to unmask]>
Reply To:
Jeff Kell <[log in to unmask]>
Date:
Fri, 10 May 2002 17:07:23 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
Wirt Atmar wrote:
>
> Kent asks:
>
> > How does she set up a 3600 (Cisco router) so that it has an IP address for =
> >  the internal Ethernet and an IP address for the DSL on the LAN side?
>
> Although I'm not familiar with a 3600 router, the following is how I have our
> little Cisco 678 router set up for our 4Mbps DSL. There should be some
> substantial similarity between the two.

Assuming your DSL line is getting it's IP through DHCP, you need to do
something like:

   interface Serial0
    ip address negotiated
    ip nat outside

   interface Ethernet0
    ip address 192.168.x.y 255.255.255.0 (your LAN address)
    ip nat inside

   ip nat inside source 10 interface Serial0 overload
   access-list 10 permit any

If instead you have a fixed DSL interface, you can use a static IP
definition; the "negotiated" part allows you to pick up DHCP info.
Also, I haven't done DSL on a 3600 so it may not be "Serial0" but some
other name.  "sho ip int brief" will tell you the names.

Jeff

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2