On Thu, 2006-01-26 at 23:50 +0000, Nate Nielsen wrote: > > So, my questions is this: How I make this route? > > I guess either with the 'route' command or by running a routing protocol > like RIP or OSPF.
Thank you, but I can do this: I make this route at my FreeBSD gateway: cat /usr/local/etc/rc.d/routes.sh #!/usr/local/bin/bash route delete 10.8.0.0 &> /dev/null route add -net 10.8.0.0 -netmask 255.255.255.0 192.168.0.253 &>/dev/null And now all works very good :-) -- Tiago Cruz http://linuxrapido.org Linux User #282636 "The box said: Requires MS Windows or better, so I installed Linux" _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"