Re: best method of routing through route domains?
Kirill A. Korinsky <[email protected]> Tue, 04 Aug 2026 21:41:19 +0200
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 04 Aug 2026 18:55:51 +0200, Peter Philipp <[email protected]> wrote: > > Hi, > > I've been getting online again since a long time from the big I. > I'm glad to be back! :-) > > I'd like to know some insights on how to route from route domain 0 > to route domain 2 as I have lost a password again, and until I can > get in the router (LTE) I'd like to keep my home LAN seperated from > the LTE access point. > > I've had a rough time the last 8 months so I'm trying to pick up > the pieces, currently I have made a change to socks5 proxy through > mv VPS at obsd.amsterdam but this is only temporarily as I don't > want to burden that network on my youtube habits. > > I had tried pair(4) but it seemed to have leakage and in the end > it wasn't really working for me. > I think simpler way is rport: gw$ cat /etc/hostname.rport0 up inet 172.31.1.0 255.255.255.255 172.31.1.1 inet6 fd00:1:: 127 !route add 0.0.0.0/0 172.31.1.1 !route add ::/0 fd00:1::1 gw$ cat /etc/hostname.rport1 up rdomain 1 parent rport0 inet 172.31.1.1 255.255.255.255 172.31.1.0 inet6 fd00:1::1 127 !route -T 1 add 172.31.0.0/16 172.31.1.0 !route -T 1 add fd00::/8 fd00:1:: gw$ -- wbr, Kirill