I have solved the subnet problem I posted a few days ago. My backbone
network is 192.168.0.0 and my subnet is 192.168.36.0 as shown here:
[Client A]192.168.36.97---[Subnet Hub]---192.168.36.1[Rou-
ter]192.168.0.6---[Backbone Hub]---192.168.0.1[STN]---/---[Internet]
Use the Route command to add a route to STN back to the 192.168.36.0 subnet:
route add -net 192.168.36.0 gw 192.168.0.6
Use ipfwadm to modify the firewall:
ipfwadm -F -a m -S 192.168.36.0/24
I left off the netmask in the Route command because I'm using a class c
subnet and route defaults to the correct netmask. I added the keyword 'gw'
in front of the gateway address.
I left off the destination in the ipfwadm command, which sets the rule's
destination to 'anywhere'.
Joe Gottschall
Information Services Director
The Time Group
701 Cathedral Street
Baltimore, MD 21201
(410) 727-5525 x 134
_______________________________________________
ShareTheNet maillist - [EMAIL PROTECTED]
http://www.webserv.com/mailman/listinfo/sharethenet