Router setup

2023-12-25 Thread xuser
Does any one know how to setup ip forwarding on netbsd? Thanks, xu...@sdf.org SDF Public Access UNIX System - http://sdf.org

router setup

2023-12-30 Thread xuser
usmsc0 locks up on NetBSD 9.3 rpi evbarm6 when ip forwarding is enabled xu...@sdf.org SDF Public Access UNIX System - http://sdf.org

Re: Router setup

2023-12-25 Thread Martin Husemann
On Mon, Dec 25, 2023 at 12:58:27PM -0500, xuser wrote: > Does any one know how to setup ip forwarding on netbsd? In /etc/sysctl.conf add: net.inet.ip.forwarding=1 net.inet6.ip6.forwarding=1 Martin

Re: Router setup

2023-12-25 Thread xuser
Thanks alot xu...@sdf.org SDF Public Access UNIX System - http://sdf.org On Mon, 25 Dec 2023, Martin Husemann wrote: On Mon, Dec 25, 2023 at 12:58:27PM -0500, xuser wrote: Does any one know how to setup ip forwarding on netbsd? In /etc/sysctl.conf add: net.inet.ip.forwarding=1 net.inet6.ip