Salzburg AG offered to set the modem into bridge mode, but then likely telephone service will not be available. What are the alternatives? There are other protocols used for tunneling, in particular wireguard, which is a modern protocol which passes traffic over UDP. Wireguard is supported by my Mikrotik router (ROS version 7 required), but not he.net. Let's look into other tunnelbroker services, such as route48 and route64.
+-------------+ +--------------+ | Cablelink | | Mikrotik | <----> VLAN1 (192.168.1.0/24) Uplink <----> | modem | <----> | router | <----> VLAN2 (192.168.2.0/24) | 192.168.0.1 | | 192.168.0.10 | +-------------+ +--------------+
route48 worked immediately, there is a nice tutorial to configure an IPv6 tunnel with Mikrotik. They hand out a /48 which makes it easy to divide into subnets for local consumption.
route64 is similar, but here you have IPv6 addresses for the gateway, and a separate /56 subnet. So far, I could not get it to work, the remote gateway host tells me that "Destination unreachable: No route", hm.
posted at: 01:35 | path: /configuration | permanent link