View Single Post
  #8   (View Single Post)  
Old 4th June 2008
AlexV AlexV is offline
New User
 
Join Date: May 2008
Location: Romania
Posts: 3
Default

Hello all
I'm still stuck....
Resuming, i have two external NIC. Both have routable IP's from same network with same subnet maskl.
Each one must serve one domain.
Only one is visible from the net.
Both are visible from LAN.
There are no rules in firewall to block icmp's.
Only one is used to routing.

Here is a portion of my rc.conf

#-----------------------#

defaultrouter="ISP_gateway_IP"
gateway_enable="YES"
hostname="ns.my_domain.ro"
#
ifconfig_xl0="inet IP_EXTERNAL_1 netmask 255.255.254.0"
ifconfig_rl0="inet IP_EXTERNAL_2 netmask 255.255.254.0"
ifconfig_nfe0="inet IP_TO_INTERNAL_LAN netmask 255.255.255.0"
#
named_enable="YES"
#
firewall_enable="YES"
firewall_type="simple"
firewall_logging="YES"
#
natd_enable="YES"
natd_interface="xl0"
natd_flags="-dynamic -m -u -f /etc/natd.conf"

NB: i attached an image with my home lan topology.
Attached Images
File Type: jpg net.jpg (23.1 KB, 79 views)
Reply With Quote