Routing help

hello!!!

i have 2 router in different places, one of thems have public wan connection, with the network describled below… the other is located in other building, and both are connected trought lan cable.
my question is, what is the best way to route a little public ip pool (100.100.100.160 - 100.100.100.171), from router 1 to router 2 ?


my sample public-network:

network: 100.100.100.64/26
gateway: 100.100.100.65
Available ip range: 100.100.100.66 - 100.100.100.171
broadcast : 100.100.100.172


Router1 (placed in building 1)
Gateway: 100.100.100.65
WAN Interface: 100.100.100.66 - 100.100.100.160
Lan Interface: 172.16.0.1/30
.
.
(private lan)
.
.
Router2 (placed in building 2)
Lan Interface: 172.16.0.2/30

txs a lot for a help!!!

IGadget -
The simple answer is in the routing table;

100.100.100.160/27 or 28 or 29 , depends on how many IPs you want to route over to the other building, GW=172.16.0.2 (LAN interface of building 2). At building 2 you can either use NAT or put the public IPs on one of your interfaces.


R/

Tks!