|
Posted by stephen on May 6, 2008, 4:00 pm
If you were Registered and logged in, you could reply and use other advanced thread options > > Do you need use of all 61 available address ?
> >
> > Becuase another option that one of the other responders proposed was
> > to put part of the space on the outside interface and part on the
> > inside
> >
> > like so
> >
> > int fa 0/0
> > description inside LAN interface
> > ip addr 70.x.x.98 255.255.255.224 ! default gateway
> >
> > int fa 0/1
> > description outside interface facing Verizon FIOS ONT
> > ip addr 70.x.x.66 255.255.255.224
> > ip proxy-arp ! to answer ARP requests from 70.x.x.1
> >
> > ip classless
> > ip route 0.0.0.0 0.0.0.0 FastEthernet0/1 70.x.x.1
> >
> > You can use small block on outside and then add secondary address
> > blocks to inside if you want to go to the bother
>
> Yes, except you would need to ensure Verizon adds a route (or turn up
> a protocol) to ensure that they know how to get back into the second
> half of your range.
No - proxy ARP should take care of this is it is enabled on the cisco WAN
interface.
The cisco will repond to ARP requests where it is the preferred route to the
destination IP - in this case any IP addresses on the LAN side of the cisco.
You can map further blocks on the LAN with static routes to the LAN side
interface if the WAN side is only a small block such as a /30.
ip route 70.x.x.80 255.255.255.240 FastEth 0/0 for example maps another 16
addresses.
They would also need to turn up a secondary
> address, as .98/27 doesn't include .1 which is the gateway. You could
> turn up .68/30 with .69 as their secondary IP, .70 as your router, and
> then .96/27 on the inside interface. You'd lose .71-.95 unless you
> want to subinterface the router's connection back to the internal
> switch and trunk a /29, /28, and /27 instead. Although since Verizon
> doesn't seem to be able to do anything but transfer your calls, they
> probably won't turn up a secondary interface (even if its in your
> address range), and most likely will not add a static route for those
> subnets. May be worth a call though.....
Golden rule with a carrier who doesnt seem to have systems to do something,
is not to ask for anything non standard (ie not standard for them).
Even if you get it sorted and it works, can you get it to stay like that, or
will someone "fix" it for you when they notice ?
--
Regards
stephen_hope@xyzworld.com - replace xyz with ntl
|