Help Connecting to the Internet through BSD

For an assignment we have to connect two workstations to the internet through an HP server running BSD. The WS are connected to a switch that runs to eth0(10.0.0.0 network) and eth1 is connected to the schools internet 192.168.175.0 network. Gateway is enabled, the server is connected to the internet, and the WS can ping either port interface no problem. But, the WS cannot reach through and connect/ping the outside internet. All our ipfw rules are basically all any to any. Looking for help to get the WS connected to the internet. (I'm a noob)
 
I don't know what version of FreeBSD you are using but I had to add NAT support through the kernel.....
Code:
options IPFIREWALL
options IPDIVERT

as directed here.

Peace,
Jonathan.
 
Back
Top