I like the work around, very creative.

I tested IOS 12.1.(2)T ENTERPRISE/FW PLUS IPSEC 56 in the lab
and Iam now using it with MediaOne. Notice the new DHCP command.
I haven't had a problem.....

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

"Jonathan T. Bowie" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Basically I was wondering what methods there are out there for getting a
> 2514 between my mediaone cable modem and my internal network.  This is the
> solution I have come up with:
>
> ARP spoof the mac address of the NIC Mediaone's dhcp server is looking for
> on eth0 and statically assign the mediaone ip address, then on the machine
> that actually owns the NIC write an expect script that upon losing
> connectivity to the network (probably mediaone reassigning the ip address
> due to an expired lease) will use the router to transparently send the
dhcp
> update lease broadcast packets out to the mediaone network and then login
> to the router and renumber the eth0 of the router.
>
> As far as I know IOS 11.2(8) does not support interface numbering via
dhcp.
>  If anyone has a better solution to this I'd love to hear it, or if there
> is a flaw in my logic please let me know.
>
> --Jon
>
> ___________________________________
> 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