02-27-2014 02:52 PM - edited 03-07-2019 06:27 PM
I am attempting to set up multiple GRE tunnels from a host to nine remote sites. The host has an Adtran 904E router and the remotes have Cisco 891 and 887s
I am using 192.168.10.1 255.255.255.0 and 192.168.10.2 255.255.255.0 for the inside tunnel addresses. When I go to set up the second tunnel on the same interface using 192.168.10.3 255.255.255.0 and 192.168.10.4 255.255.255 0, I get a subnet error.
How should these tunnels be addressed?
Many thanks in advance.
02-27-2014 05:42 PM
Try putting each each tunnel in a separate subnet
tunnel-1 192.168.10.1 255.255.255.0 and 10.2
tunnel-2 192.168.11.1 255.255.255.0 and 11.2
HTH
02-28-2014 02:38 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
"Regular" GRE tunnels are usually configured at p2p, i.e. with a /30 or /31. They can be configured with larger IP blocks, wasting IP space, but that will work fine as long as the address spaces don't overlay.
If you want multiple sites to share the same subnet, they you'll want to implement MGRE. Then you can use the IP addressing as you intended.
02-28-2014 04:56 AM
All your 4 address belongs to the same /24 network, in this case you should use a /30 subnet.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide