Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2012 11:44:25 -0600
From:      Mark Felder <feld@feld.me>
To:        freebsd-hackers@freebsd.org, freebsd-stable@freebsd.org
Cc:        hrs@FreeBSD.org
Subject:   Re: accepting rtadv broken on 9-STABLE, re driver?
Message-ID:  <op.v7tvkbkr34t2sn@tech304>
In-Reply-To: <20120108.052346.1749642548460957219.hrs@allbsd.org>
References:  <op.v7ogp01w34t2sn@tech304> <20120107.211122.2051906580877809031.hrs@allbsd.org> <891fe25c-1560-479f-b855-1713c1c7a976@email.android.com> <20120108.052346.1749642548460957219.hrs@allbsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 07 Jan 2012 14:23:46 -0600, Hiroki Sato <hrs@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.v7tvkbkr34t2sn>