Stan Wright wrote:

What is the best way to share an internet connection between two FreeBSD machines ? The network [192.168.0.x] is already set up. I can ssh etc. from one machine to the other.

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




Using ppp for Inet connection, or a NIC/broadband?

I use "ppp -nat" for my modem connection.  For broadband,
use "natd_enable=YES" and "natd_interface=rl0" (or whatever
if you have...)

IIRC, you must have some kernel options to do the latter,
or perhaps a KLD.

Check the handbook section on "Network Address Translation"
in chapter 19.....

HTH,

KDK

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to