networker050184 wrote: » The router isn't going to let you overlap the subnets on different interfaces.
Heero wrote: » do 1 to 1 static NAT for those addresses. Connection to ISP would be 68.43.5.2. First address is ISP gateway, second is your ASR, the rest would be NATed to whatever internal address you want it to map to.
networker050184 wrote: » Just tell them you want a /30 for the uplink and to route the /27 to you. Then you can do what you want on the inside with it.
ChooseLife wrote: » +1, this is a very (most?) common implementation, and the gateway device is usually a multizone firewall because otherwise you will need multiple firewalls for web servers and clients. In this set up, public IPs are assigned on the firewall's fa0/0 interface, then some of them are NAT'ed to servers in DMZ(s), while others are used for NAT'ing internal network.
wave wrote: » You can run into problems with some server applications, Internet serving DNS for example, if you're not able to bind the public IP to the server.
JeanM wrote: » Q: but then are you opening up your box potential sec issues since it's not behind nat/firewall?
ChooseLife wrote: » I'm curious, could you elaborate on the problems? I managed Internet-facing DNS behind NAT in the past, do not recall having any issues with that.