Just a quick question. Im building a 5 nic Freebsd 5.2 Gateway/Router. I have dhcp and all basic network functions running but no matter what i do i cant ping from the inside interfaces out through the Wan interface. Yet i can ping the Wan interface it self. If any one can enlighten me on my mistake i would greatly apreciate it. Here are my /etc/rc.conf
/etc/natd.conf.
Rc.conf
kern_securelevel_enable="NO"
moused_enable="YES"
sendmail_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
hostname="Gateway.Friendly"
gateway_enable="YES"
firewall="YES"
firewall_type="/etc/ipfw.conf"
defaultrouter="192.168.0.1"
ifconfig_fxp0_alias0="inet 192.168.0.254 netmask 255.255.255.0"
ifconfig_dc0="inet 192.168.1.1 netmask 255.255.255.0"
ifconfig_dc1="inet 172.16.0.1 netmask 255.255.255.0"
ifconfig_xl0="inet 10.0.0.1 netmask 255.255.255.0"
#ifconfig_xl1=""
natd_program="/sbin/natd"
natd_enable="YES"
natd_interface="fxp0"
natd_flags="-f /etc/natd.conf"
Natd.conf
use_sockets yes
same_ports yes
interface fxp0
Also i have recompiled the kernel with IPFIREWALL, IPFILTER, IPDIVERT.
Thankyou
/etc/natd.conf.
Rc.conf
kern_securelevel_enable="NO"
moused_enable="YES"
sendmail_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
hostname="Gateway.Friendly"
gateway_enable="YES"
firewall="YES"
firewall_type="/etc/ipfw.conf"
defaultrouter="192.168.0.1"
ifconfig_fxp0_alias0="inet 192.168.0.254 netmask 255.255.255.0"
ifconfig_dc0="inet 192.168.1.1 netmask 255.255.255.0"
ifconfig_dc1="inet 172.16.0.1 netmask 255.255.255.0"
ifconfig_xl0="inet 10.0.0.1 netmask 255.255.255.0"
#ifconfig_xl1=""
natd_program="/sbin/natd"
natd_enable="YES"
natd_interface="fxp0"
natd_flags="-f /etc/natd.conf"
Natd.conf
use_sockets yes
same_ports yes
interface fxp0
Also i have recompiled the kernel with IPFIREWALL, IPFILTER, IPDIVERT.
Thankyou