natd core dumps on FreeBSD 5.3-stable

hydros hydros at mail.ru
Fri Mar 11 12:00:33 PST 2005


Hello, All.
Natd dumping its core without any additional messages\logs exclude
this
Mar 11 22:31:54 gw kernel: pid 217 (natd), uid 0: exited on signal 11 (core dumped)-/var/log/messages
I`m using following configuration
FreeBSD 5.3-stable
3 interfaces: ed0 to my ISP
rl0-to my internal LAN-1 and LAN-2
LAN-2 has real ip adresses

rl1 to my LAN-3

------------------------- /etc/rc.conf --------------------------
# External interface address to my ISP
ifconfig_ed0="inet 213.x.x.38  netmask 255.255.255.252"

#Internal for my LAN-1 and LAN-2 rl0
ifconfig_rl0="inet 192.168.1.193 netmask 255.255.255.0" #LAN-1
ifconfig_rl0_alias0="inet 194.x.x.193 netmask 255.255.255.240"#LAN-2

#Internal for my LAN-3 rl1
ifconfig_rl1="inet 194.x.x.222  netmask 255.255.255.240"

defaultrouter="213.x.x.37"
hostname="gw"


moused_enable="YES"
sshd_enable="YES"
gateway_enable="YES"
firewall_enable="YES"
firewall_type="OPEN"
firewall_script="/etc/rc.firewall"
natd_enable="YES"
natd_program="/sbin/natd"
natd_interface="rl0" #i`m using internal interface
natd_flags="-reverse -unregistered_only -log"


----------------------- ifconfig -a------------------------------
ed0: flags=108843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 213.x.x.38 netmask 0xfffffffc broadcast 213.x.x.39
        inet6 fe80::x:x:fede:683e%ed0 prefixlen 64 scopeid 0x1
        ether 00:80:48:de:68:3e
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=8<VLAN_MTU>
        inet 192.168.1.193 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::x:x:x:ed02%rl0 prefixlen 64 scopeid 0x2
        inet 194.x.x.193 netmask 0xfffffff0 broadcast 194.x.x.207
        ether 00:80:48:14:ed:02
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
rl1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=8<VLAN_MTU>
        inet 194.x.x.222 netmask 0xfffffff0 broadcast 194.x.x.223
        inet6 fe80::x:x:fe14:dfe9%rl1 prefixlen 64 scopeid 0x3
        ether 00:80:48:14:df:e9
        media: Ethernet autoselect (none)
        status: no carrier
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5

        
---------------- ipfw show ----------------------------
00050  157   10434 divert 8668 ip from 192.168.1.0/24 to any via rl0
00055    0       0 divert 8668 ip from any to 192.168.1.0/24 via rl0
00100    0       0 allow ip from any to any via lo0
00200    0       0 deny ip from any to 127.0.0.0/8
00300    0       0 deny ip from 127.0.0.0/8 to any
65000 8533 1392765 allow ip from any to any
65535    0       0 allow ip from any to any
-------------------------------------------------------



Feel free to answer directly to my e-mail.
-- 
Best regards,
 hydros                          mailto:hydros at mail.ru



More information about the freebsd-net mailing list