Re: pair(4) question

2025-04-05 Thread deich...@placebonol.com
I have a/24 from ARDC 44 net. I put that/24 into a different rdomain, makes it easier for me to move it off to a different router in the future. I have ipsec tunnels from various amateur radio remote stations which terminate in the rdomain, this system is used as a hub for these sites. diana

Re: pair(4) question

2025-03-31 Thread deich...@placebonol.com
Thanks for the detailed information, I'll take a look at rport(4) after I update this system to 7.6. 73 diana

Re: pair(4) question

2025-03-30 Thread Philipp Buehler
Am 31.03.2025 03:49 schrieb David Gwynne: you can also try rport(4) to replace pair(4) for p2p links between rdomains. Has been some years since i dug through all this - and rport is pretty brand new , thanks for the hint. Unsure why no .Xr .. PS: i would debate if I want a failed IP-config l

Re: pair(4) question

2025-03-30 Thread Andrew Lemin
I had a similar issue years ago which I solved by putting 'up' as the first line in the hostname.pairX files, so the pair interfaces come up without any config first. But that was probably even before the ordering improvements mentioned by David above, and is probably not ideal anymore. I used on

Re: pair(4) question

2025-03-30 Thread David Gwynne
On Mon, Mar 24, 2025 at 09:03:49AM -0600, Diana Eichert wrote: > inline > > On Sun, Mar 23, 2025 at 10:30???PM Philipp Buehler > wrote: > > > > Am 24.03.2025 00:24 schrieb Diana Eichert: > > > Am I missing something or is this the only way to automatically bring > > > up a pair(4) patch? > > > >

Re: pair(4) question

2025-03-24 Thread Diana Eichert
inline On Sun, Mar 23, 2025 at 10:30 PM Philipp Buehler wrote: > > Am 24.03.2025 00:24 schrieb Diana Eichert: > > Am I missing something or is this the only way to automatically bring > > up a pair(4) patch? > > > > find /etc -name '*.pair*' -print -exec cat {} \; > > /etc/hostname.pair0 > > rdom

Re: pair(4) question

2025-03-23 Thread Philipp Buehler
Am 24.03.2025 00:24 schrieb Diana Eichert: Am I missing something or is this the only way to automatically bring up a pair(4) patch? find /etc -name '*.pair*' -print -exec cat {} \; /etc/hostname.pair0 rdomain 0 group pair lladdr 00:00:C0:44:44:00 group and lladdr is optional inet 10.1.1.

pair(4) question

2025-03-23 Thread Diana Eichert
Another question. I used pair(4) to create a point to point connection into a different rdomain from rdomain 0. I followed the man page and everything worked as expected. ( That is it worked once I discovered the typo that kept it from working for 6 days of banging my head on the wall ;-) ) The