asked on
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Servers are computing devices that are similar to desktop computers in that they have the same basic components, but are significantly different in size, configuration and purpose. Servers are usually accessed over a network, and many run unattended, without a computer monitor, input device, audio hardware or USB interfaces. Many servers do not have a graphical user interface (GUI), and are configured and managed remotely. Servers typically include hardware redundancy such as dual power supplies, RAID disk systems, and ECC memory, along with extensive pre-boot memory testing and verification. Critical components might be hot swappable, and to guard against overheating, servers might have more powerful fans or use water cooling.
TRUSTED BY
ASKER
Yes... MacOS X is very close to FreeBSD. I have been looking at websites for FreeBSD to find most of my information.
ipforwarding is set to 1
------------------
I'm not sure about the gateway_enable parameter... I'm assuming this is related to the ipforwarding being turned on during startup?
I looked for a rc.conf file, but only found rc, rc.common, rc.boot. I looked for a gateway parameter in those files and did not find it. Let me know if I need to find that parameter and make sure that parameter is turned on.
----------------
For the delaut router on different subnets...
The default router in the .1.x subnet is 192.168.1.1.
The Mac Server (which is the server that has the Routing Table I am working on) is connected to that subnet through a NIC card with the address: 192.168.1.101.
All the clients on the .1x subnet are pointing to the 192.168.1.1 router.
In my Mac Server Routing Table... should the gateway be the NIC card on the Mac server or the router on the subnet? Should it be...
route add -net 192.168.1/24 192.168.1.101
or
route add -net 192.168.1/24 192.168.1.1
This has caused me some confusion.
Hmm... do I need to go into the default router on the .1.x subnet (192.168.1.1) and update that routing table to point requests for 192.168.3/24 to the mac server (192.168.1.101)?
I have a default route set up... and am wondering if I should get rid of it?
Again, thank you for the help.