On Sat, 07 Jan 2012 14:23:46 -0600, Hiroki Sato <h...@freebsd.org> wrote:

 It is an unexpected behavior and the flag should be set on all
 interfaces.  Can you send me your /etc/rc.conf, /etc/sysctl.conf, and
 the result of "ifconfig -a"?

Back at work so I have access to the machine again:

rc.conf:

hostname="tech304.office.xxx.net"
ifconfig_re0="inet 192.168.93.23/24"
defaultrouter="192.168.93.1"
ipv6_activate_all_interfaces="YES"
ipv6_ifconfig_re0="inet6 accept_rtadv"
sshd_enable="YES"
linux_enable="YES"
ntpd_enable="YES"
ntpdate_enable="YES"
vboxnet_enable="YES"

tcp_drop_synfin="YES"
icmp_log_redirect="YES"
update_motd="NO"

dbus_enable="YES"
hald_enable="YES"

moused_enable="NO"
moused_nondefault_enable="NO"

oss_enable="NO"

#nginx
nginx_enable="YES"
fcgiwrap_enable="YES"
fcgiwrap_user="www"

samba_enable="YES"
#samba_config="/usr/local/etc/samba34/smb.conf"
lpd_enable="YES"

#slim_enable="YES"

exim_enable="YES"
sendmail_enable="NONE"

nfs_client_enable="YES"

smartd_enable="YES"

zfs_enable="YES"



sysctl.conf:

# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0

net.inet.tcp.drop_synfin=1
net.inet.icmp.log_redirect=1

vfs.usermount=1
net.inet6.ip6.accept_rtadv=1


# ifconfig -a

11:43:29 tech304:~ > ifconfig -a
re0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
        
options=209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC>
        ether d0:67:e5:17:e1:32
        inet6 fe80::d267:e5ff:fe17:e132%re0 prefixlen 64 scopeid 0x2
        inet 192.168.93.23 netmask 0xffffff00 broadcast 192.168.93.255
        inet6 2607:f4e0:100:104:d267:e5ff:fe17:e132 prefixlen 64 autoconf
        nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=3<RXCSUM,TXCSUM>
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
vboxnet0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether 0a:00:27:00:00:00
        nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>




Regards,



Mark
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to