Hello,
I have the following situation.
My ISP is giving me a block 2.2.2.112/28 static IP addresses.
In order to use those IPs the gave me one IP that acts as a peer 1.1.1.70/30.
My question would be how can I configure MT so that through this one IP I use the other IPs.
They gave me the following script that applies on Cisco routers if it can help:
interface fast 0/8
description LINK to ISP
ip address 1.1.1.70 255.255.255.252
!
!
interface fast 0/1
description LINK to PC's
ip address 2.2.2.113 255.255.255.240
!
!
!
ip route 0.0.0.0 0.0.0.0 1.1.1.69 name default_gw
All help is appreciated