Re: creating a netbsd router

2017-07-15 Thread Andy Ruhl
Yes, it's possible. I did it with a raspberry pi for a short time. As others have stated, bonding and bridging are 2 separate things... Hopefully you know which one you want. Bridge is like creating a switch out of some ports (like the LAN ports of a home router), bonding (agr) is for attaching

Re: NetBSD 7.1 i386 on Virtualbox (fatal breakpoint trap in supervisor mode)

2017-07-15 Thread Rodolfo Edgar
2017-07-15 20:35 GMT-05:00, Valery Ushakov : > Rodolfo Edgar wrote: > >> I have machine when I am using virtualbox, I use 32 bits operating >> system as Debian, CentOS, FreeBSD, but NetBSD and OpenBSD have >> problem, in this case NetBSD 6.x or

Re: NetBSD 7.1 i386 on Virtualbox (fatal breakpoint trap in supervisor mode)

2017-07-15 Thread Valery Ushakov
Rodolfo Edgar wrote: > I have machine when I am using virtualbox, I use 32 bits operating > system as Debian, CentOS, FreeBSD, but NetBSD and OpenBSD have > problem, in this case NetBSD 6.x or 7.x have problem: > The screenshot about NetBSD and VirtualBox > >

Re: npf configuration

2017-07-15 Thread Edgar Pettijohn
On 07/15/17 13:18, Jan Danielsson wrote: On 07/15/17 20:08, Edgar Pettijohn wrote: pass in on egress inet proto tcp from any to (egress) port { 80 443 } rdr-to 192.168.1.2 would redirect $ext_if port http, https to $int_if port http, https [---] Looked through the manual again and it looks

npf configuration

2017-07-15 Thread Edgar Pettijohn
I was curious if npf can perform redirects similar to pf? For example the following pf rule: pass in on egress inet proto tcp from any to (egress) port { 80 443 } rdr-to 192.168.1.2 would redirect $ext_if port http, https to $int_if port http, https I've read the npf.conf manual and it

Re: creating a netbsd router

2017-07-15 Thread Johnny Billquist
On 2017-07-15 12:53, co...@sdf.org wrote: I don't know my way around networking, but I suspect agr(4) is the equivalent. Uh. I'm not sure. If I wanted to create some switch-line thingy, I would use the bridge interface... Johnny -- Johnny Billquist || "I'm on a bus

Re: creating a netbsd router

2017-07-15 Thread Martin Husemann
On Fri, Jul 14, 2017 at 12:53:58PM -0400, Derrick Lobo wrote: > I would like to create eth0 as the WAN interface and the remaining eth1-6 > as the LAN interface so that I can connect multiple switches and devices > directly on the 7 remaining ports.. As others have said: if you want multiple of

Re: creating a netbsd router

2017-07-15 Thread Mike Pumford
On 15/07/2017 11:33, Julian H. Stacey wrote: https://www.freebsd.org/cgi/man.cgi?query=lagg=0=0=FreeBSD+11.0-RELEASE+and+Ports=default=html is the same thing.. No lagg (4) under http://netbsd.gw.com/cgi-bin/man-cgi/apropos?lagg++NetBSD-current Name is different again on NetNSD you are

Re: creating a netbsd router

2017-07-15 Thread coypu
I don't know my way around networking, but I suspect agr(4) is the equivalent.

Re: creating a netbsd router

2017-07-15 Thread Julian H. Stacey
> I have a device with 8 network interface,so wondering if I can set this up > as my router/switch > > I would like to create eth0 as the WAN interface and the remaining eth1-6 > as the LAN interface so that I can connect multiple switches and devices > directly on the 7 remaining ports.. is

creating a netbsd router

2017-07-15 Thread Derrick Lobo
I have a device with 8 network interface,so wondering if I can set this up as my router/switch I would like to create eth0 as the WAN interface and the remaining eth1-6 as the LAN interface so that I can connect multiple switches and devices directly on the 7 remaining ports.. is vlan, bridging