Re: Raspberry pi for network vpn

2024-03-27 Thread xuser
Thank you that will most likly work On Sat, 23 Mar 2024, Ignatios Souvatzis wrote: Sorry, but vlan or not is independent of forwarding. You can have, if you insist, forward between two different networks on the same cable and interface without vlans. But I read you want some sort of VPN. Your

Re: Raspberry pi for network vpn

2024-03-27 Thread xuser
Yes that was one problem. Thank you On Fri, 22 Mar 2024, Dave B wrote: On Fri, Mar 22, 2024 at 03:44:08PM +, xuser wrote: Does any one know how to forward packets from one alias to another? The raspberry pi has one ethernet socket. If you already have all needed routes set up just right,

Re: Raspberry pi for network vpn

2024-03-27 Thread xuser
Does a vlan have to connect to another? On Fri, 22 Mar 2024, Vitaly Shevtsov wrote: maybe vlan? пт, 22 мар. 2024 г., 18:51 Justin Parrott : the packet filter can probably forward packets. On Fri, Mar 22, 2024 at 11:44 AM xuser wrote: Does any one know how to forward packets from

Re: Raspberry pi for network vpn

2024-03-27 Thread xuser
It does not seem to work on one interface On Fri, 22 Mar 2024, Justin Parrott wrote: the packet filter can probably forward packets. On Fri, Mar 22, 2024 at 11:44 AM xuser wrote: Does any one know how to forward packets from one alias to another? The raspberry pi has one eth

Re: Raspberry pi for network vpn

2024-03-23 Thread Ignatios Souvatzis
Sorry, but vlan or not is independent of forwarding. You can have, if you insist, forward between two different networks on the same cable and interface without vlans. But I read you want some sort of VPN. Your VPN software will create a virtual interface. Forwarding to/from your other interf

Re: Raspberry pi for network vpn

2024-03-23 Thread Dave B
On Fri, Mar 22, 2024 at 03:44:08PM +, xuser wrote: > Does any one know how to forward packets from one alias to another? > The raspberry pi has one ethernet socket. If you already have all needed routes set up just right, but by chance haven't already done this (or equivalent): sysctl -w

Re: Raspberry pi for network vpn

2024-03-22 Thread Justin Parrott
so it sounds like you need vlan and the packet filter On Fri, Mar 22, 2024 at 3:14 PM Vitaly Shevtsov wrote: > Vlan works as a completely separate interface. So having two vlans on a > single physical interface means they behave as two physical network cards

Re: Raspberry pi for network vpn

2024-03-22 Thread Vitaly Shevtsov
Vlan works as a completely separate interface. So having two vlans on a single physical interface means they behave as two physical network cards. So yes, you can forward traffic between them пт, 22 мар. 2024 г., 21:09 Justin Parrott : > does that forward? > > On Fri, Mar 22, 2024 at 12:53 PM Vit

Re: Raspberry pi for network vpn

2024-03-22 Thread Justin Parrott
does that forward? On Fri, Mar 22, 2024 at 12:53 PM Vitaly Shevtsov wrote: > maybe vlan? > > пт, 22 мар. 2024 г., 18:51 Justin Parrott : > >> the packet filter can probably forward packets. >> >> On Fri, Mar 22, 2024 at 11:44 AM xuser wrote: >> >>> Does any one know how to forward packets from

Re: Raspberry pi for network vpn

2024-03-22 Thread Vitaly Shevtsov
maybe vlan? пт, 22 мар. 2024 г., 18:51 Justin Parrott : > the packet filter can probably forward packets. > > On Fri, Mar 22, 2024 at 11:44 AM xuser wrote: > >> Does any one know how to forward packets from one alias to another? >> The raspberry pi has one ethernet socket. >> >> > > -- > Justin

Re: Raspberry pi for network vpn

2024-03-22 Thread Justin Parrott
the packet filter can probably forward packets. On Fri, Mar 22, 2024 at 11:44 AM xuser wrote: > Does any one know how to forward packets from one alias to another? > The raspberry pi has one ethernet socket. > > -- Justin Allen Parrott

Raspberry pi for network vpn

2024-03-22 Thread xuser
Does any one know how to forward packets from one alias to another? The raspberry pi has one ethernet socket.