Please help me 
I am new in unix so google says if you want to use freebsd as a gateway just type
in /etc/rc.conf 
well I have a windows XP SP2 computer and it is connected to my ISP directly on static IP protocol, so I use it for a gateway for now but I want to make the BSD machine to gateway (xp is not stable at all).
for now the XP gateway creates an internal network 192.168.0.X
and host a DHCP server so the BSD machine have internet and takes an IP 192.168.0.25.
And the second LAN card of the BSD machine has IP 192.168.1.1 and I want to meke just for the test that a third machine connects to 192.168.1.1 card of the BSD and to be able to rich the 192.168.0.X network.
Well the DHCP server gives me a install error so I use static IP
192.168.1.1 resondes to ping but can't connect any PC in 192.168.0.X network. 192.168.0.1 doestn't respond to ping.
This is the copy of my rc.conf file, I hope there is something little wrong on it and somebody tell me what it is.
10x everyone.

I am new in unix so google says if you want to use freebsd as a gateway just type
Code:
gateway_enable="YES"

well I have a windows XP SP2 computer and it is connected to my ISP directly on static IP protocol, so I use it for a gateway for now but I want to make the BSD machine to gateway (xp is not stable at all).
for now the XP gateway creates an internal network 192.168.0.X
and host a DHCP server so the BSD machine have internet and takes an IP 192.168.0.25.
And the second LAN card of the BSD machine has IP 192.168.1.1 and I want to meke just for the test that a third machine connects to 192.168.1.1 card of the BSD and to be able to rich the 192.168.0.X network.
Well the DHCP server gives me a install error so I use static IP
192.168.1.1 resondes to ping but can't connect any PC in 192.168.0.X network. 192.168.0.1 doestn't respond to ping.
This is the copy of my rc.conf file, I hope there is something little wrong on it and somebody tell me what it is.
Code:
# -- sysinstall generated deltas -- # Sat Nov 14 21:18:11 2009
# Created: Sat Nov 14 21:18:11 2009
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
gateway_enable="YES"
hostname=".mshome.net"
ifconfig_rl0="DHCP"
inetd_enable="YES"
keymap="bg.phonetic.ctrlcaps"
linux_enable="YES"
nfs_client_enable="YES"
nfs_server_enable="YES"
rpcbind_enable="YES"
sshd_enable="YES"
defaultrouter="192.168.0.1"
# -- sysinstall generated deltas -- # Sat Nov 14 22:43:18 2009
router_flags="-s"
router="/sbin/routed"
router_enable="YES"
tcp_extensions="YES"
10x everyone.