cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
698
Views
0
Helpful
3
Replies

Using two public IP blocks

rayamitchell
Level 1
Level 1

Scenario:

- There is a rack of servers for our clients who are all being served by our ISP through an Cisco 3560.

- Our ISP provided us with a block of two public IP subnets.

- Our ISP provided a gateway for both of those blocks which is not on either subnet.

Normally, I would setup one IP as a routed port with an IP in the subnet to use as my interface with the WAN connection coming in from the provider. In this case, I'm a bit confused as to how to best set this up to get proper communication since the gateway is outside of both subnets. I tried setting up a routed port with an IP address in one of the subnet blocks and forcing IP Route 0.0.0.0 0.0.0.0 to point to the default gatway given, but it doesn't seem to be able to communicate (find a route) with the gateway.

Example blocks:

Block 1: 209.17.191.80/29

Useable 209.17.191.81-86

SNM: 255.255.255.248

Gateway: 209.17.191.145

Block 2: 209.17.191.176/28

Useable: 209.17.191.177-190

SNM: 255.255.255.240

Gateway: 209.17.191.145

Any help is appreciated.

Thanks

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

So there is no NAT going on ie. you are assigning the public IPs to actual devices ?

The gateway address of 209.17.191.145 that is their end is it ? Did they not assign you an IP from the same subnet ie. usually they use a /30 so it would be -

207.17.191.144/30  where they use .145 and you would use .146.

Obviously i'm not suggesting you just do this but this is normally how it works so it is perhaps worth checking with them.

Jon

No nat. That IP is their device.

That is my thinking as well. But no they did not assign an IP in that subnet for our usage. It's strange to me, but I thought maybe I'm missing though since I'm not too familiar with datacenter setups.

With point to point links using PPP etc. you can have the two ends in different subnets and it works because on a point to point link there is only one place to send packets.

However with ethernet even if the default route was pointed out the interface it would still arp out for every unknown address and i'm pretty sure your ISP does not want this ie. arping out for every single internet address.

I would talk to them and see if they were meant to send you an address for your end.

This is not DC specific, it is more to do with basic routing.

Jon