Community discussions

MikroTik App
 
jfulton
just joined
Topic Author
Posts: 5
Joined: Tue Apr 30, 2024 11:07 pm

Best solution for site to site tunnel for public internet delivery

Wed Dec 11, 2024 12:43 am

I am delivering internet to several small communities in Alaska.

We are moving to OneWeb for these sites which used to be dedicated C-band and ku-Band satellite networks. Those satellite modems delivered routed public address space to those cities some as small as a /26, other sites multiple /24 depending on the population.

OneWeb delivers a private address space behind the satellite modem but we ordered a static IP for the panel and then configured a DMZ address to the Mikrotik CCR router behind the panel.

At my core with all our owned public address space, I have another CCR with BGP peering to multiple Tier 1 providers.

I would like to push the routed subnets currently routed across the legacy satellite network to that particular city now to the Mikrotik router behind the OneWeb Panel.

As this is public routed Internet address space, encryption is not particularly necessary.

What would be the best mechanism to tunnel those routed subnets to the far end Mikrotik behind the OneWeb Panel?
 
User avatar
panisk0
Member Candidate
Member Candidate
Posts: 149
Joined: Sun Mar 06, 2016 10:36 pm
Location: Cracow
Contact:

Re: Best solution for site to site tunnel for public internet delivery

Sun Dec 15, 2024 2:43 pm

/interface/ipip
 
holvoetn
Forum Guru
Forum Guru
Posts: 7276
Joined: Tue Apr 13, 2021 2:14 am
Location: Belgium

Re: Best solution for site to site tunnel for public internet delivery

Sun Dec 15, 2024 3:27 pm

Depending on needs for further routing, vlan, discovery, romon, ... EOIP might be better since it will create a virtual interface for which you can do exactly the same as any ethernet interface.
But IPIP should do as well if you only need IP-related functions.
 
User avatar
panisk0
Member Candidate
Member Candidate
Posts: 149
Joined: Sun Mar 06, 2016 10:36 pm
Location: Cracow
Contact:

Re: Best solution for site to site tunnel for public internet delivery

Sun Dec 15, 2024 8:41 pm

/interface vxlan
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 23384
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Best solution for site to site tunnel for public internet delivery

Mon Dec 16, 2024 12:01 am

@panisk0cannotmakeupmymind are you asking or suggesting, and if so, which one and why//////////
 
jfulton
just joined
Topic Author
Posts: 5
Joined: Tue Apr 30, 2024 11:07 pm

Re: Best solution for site to site tunnel for public internet delivery  [SOLVED]

Tue Feb 18, 2025 8:44 pm

Ended up just using l2tp without encryption. Was the quickest and easiest to setup.
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 23384
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Best solution for site to site tunnel for public internet delivery

Tue Feb 18, 2025 9:18 pm

Did you consider SSTP, as even without installing credentials it has some security>>>