I have seen posts for the last year asking if it was possible to
use a dual Ethernet Cisco router (2514 for example)  with
MediaOne. Until now the answer to this question was no,
because the Cisco routers would not accept a DHCP lease
on an Ethernet interface. I just successfully tested IOS 12.1.(2)T
in the lab. The following is a basic NAT overload configuration
for use with MediaOne.

*** You can not use any other IOS for this including IOS 12.1.(3) ***


config t
ip nat inside source list 1 int e0 overload
access-list 1 permit 10.0.0.0 0.255.255.255

int e0
ip address 10.1.1.1 255.255.255.0
ip nat inside

int e1
ip address dhcp
ip nat outside


Set your IP address somewhere between 10.1.1.2 - 10.1.1.254
with a subnet mask 255.255.255.0 and your default gateway to
10.1.1.1  For those of you who know anything about Cisco you
can also program the router to act as a DCHP server for the LAN
but that is beyond the scope of what Iam trying to explain here.







jeongwoo park <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all
> I heard that router had DHCP function.
> Is that true?
> if it is, which version is that?
>
> Thanks in adv
>
>
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
>
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to