
Hi Mich, Attarched is the rc.conf and natd.conf Looks like these files are ok. take a look thanks ALex Michuki Mwangi wrote:
Hi Alex,
in /etc/rc.conf please check to see that you have ipfw_enable="YES"
Secondly could you send us post your natd.conf here for us to have a look am not sure if its picking up the right interface based on your description of where its freezing.
Best regards,
Mich
Kisakye Alex wrote:
Odhiambo ワシントン wrote:
On Tue, May 26, 2009 at 4:18 PM, Kisakye Alex <akisakye@ucs.ucu.ac.ug
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
#Sample NATD configuration file for 2-port BWMGR appliances. #This should be the public, outside interface (with the 'real' IP address) interface em0 #Only perform NAT on private, unroutable addresses. unregistered_only #Uncomment this if you get your public IP address via DHCP. #dynamic ~ # Created: Fri Nov 16 06:35:24 2007 # 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. inetd_enable="YES" sendmail_enable="NO" sshd_enable="YES" etbridge_enable="YES" hostname="r2400" #ipfw_enable="YES" #gateway_enable="NO" gateway_enable="YES" # Enable natd. natd_enable="YES" natd_interface="em0" # your public network interface natd_flags="-m" #natd_flags="" ipfw_enable="YES" ifconfig_em0="inet MY.PUB.IP netmask xxx.xxx.xxx.xxx" defaultrouter="xx.xx.xx.xx" ifconfig_em1="inet MY.LAN.IP netmask 255.255.255.0 broadcast xx.xx.xx.255"