Re: isolate a wireguard vpn in rdomain

2025-02-28 Thread B. Atticus Grobe
My understanding is that the host doesn't have an routable connection from rdomain 0 to rdomain 1. wg1 and lo1 are specific to that rdomain, and sshd is 'attached' to rdomain 0. For the VM to interact directly with the host, you would have to add pair interfaces (see ifconfig man page) to route tr

Re: isolate a wireguard vpn in rdomain

2025-02-28 Thread alpha beta
> > add 'wgrtable 0' to hostname.wg1, and search for wgrtable in `man > > ifconfig'. it > > sets which rdomain the actual wireguard packets transit. the wireguard > > network and interface will be isolated to rdomain 1 while the wireguard > > packets > > will traverse through rdomain 0. > > > > t

Re: isolate a wireguard vpn in rdomain

2025-02-28 Thread Stuart Henderson
On 2025-02-28, B. Atticus Grobe wrote: > On Thu Feb 27, 2025 at 4:35 PM CST, alpha beta wrote: > > add 'wgrtable 0' to hostname.wg1, and search for wgrtable in `man ifconfig'. > it > sets which rdomain the actual wireguard packets transit. the wireguard > network and interface will be isolated to

Re: isolate a wireguard vpn in rdomain

2025-02-27 Thread B. Atticus Grobe
On Thu Feb 27, 2025 at 4:35 PM CST, alpha beta wrote: > Hello, I have a single homed VM and I'm trying to isolate a wireguard > interface inside a dedicated rdomain. All my peers except this host > are behind NAT, and this VM has a static IP. I would like to use it > to connect the several LANs beh

isolate a wireguard vpn in rdomain

2025-02-27 Thread alpha beta
Hello, I have a single homed VM and I'm trying to isolate a wireguard interface inside a dedicated rdomain. All my peers except this host are behind NAT, and this VM has a static IP. I would like to use it to connect the several LANs behind the peers. I don't necessarily trust all the peers, thus I