Fwd: Fresh installation 9.1
Hi , I need one more help - This is my new /etc/rtadvd.conf -- rl0:\ :addr="fd8f:d6d0:e6e7:100::":prefixlen#64 re0:\ :addr="fd44:13de:a366:200::":prefixlen#64 \ :addr1="2001:db8::1::":prefixlen#64:vltime#12345:pltime#12345: For this all the Client machines received the router advertisement. There are two IPv6 clients are connected to Re0 interface of FreeBSD router using a HUB. All IPv6 clients updates there IPv6 address table. client1 IPv6 address - IP Address. . . . . . . . . . . . : 2001:db8::1:f009:905e:1667:4aae IP Address. . . . . . . . . . . . : 2001:db8::1:224:7eff:fee0:6b51 IP Address. . . . . . . . . . . . : fd44:13de:a366:200:f009:905e:1667:4aae IP Address. . . . . . . . . . . . : fd44:13de:a366:200:224:7eff:fee0:6b51 IP Address. . . . . . . . . . . . : fd8f:d6d0:e6e7:100::1337 IP Address. . . . . . . . . . . . : 2001:db8::2::200 IP Address. . . . . . . . . . . . : fe80::224:7eff:fee0:6b51%5 Default Gateway . . . . . . . . . : fe80::21f:d0ff:fe40:8bbd%5 Client2 Ipv6 address - - fe80:0:0:0:204:a3ff:fe11:9d19 - fd44:13de:a366:200:204:a3ff:fe11:9d19 - fd44:13de:a366:200:0:0:0:200 - 2001:db8::1:204:a3ff:fe11:9d19 My surprise is that - I am able to get a reply for a client1 ICMPv6 request ( fd44:13de:a366:200:204:a3ff:fe11:9d19 is a another client2 IPv6 address- >ping6 fd44:13de:a366:200:204:a3ff:fe11:9d19 Pinging fd44:13de:a366:200:204:a3ff:fe11:9d19 from fd44:13de:a366:200:f009:905e:1667:4aae with 32 bytes of data: Reply from fd44:13de:a366:200:204:a3ff:fe11:9d19: bytes=32 time<1ms Reply from fd44:13de:a366:200:204:a3ff:fe11:9d19: bytes=32 time<1ms Reply from fd44:13de:a366:200:204:a3ff:fe11:9d19: bytes=32 time<1ms Reply from fd44:13de:a366:200:204:a3ff:fe11:9d19: bytes=32 time<1ms But - when I send this ICMPv6 request from Client1 , I am not able to get the reply. >ping6 2001:db8::1:204:a3ff:fe11:9d19 Pinging 2001:db8::1:204:a3ff:fe11:9d19 from 2001:db8::1:f009:905e:1667:4aae with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Please help me on this. Regards Hrisikesh On Wed, Jun 12, 2013 at 6:22 PM, hrkesh sahu wrote: > Hi Trond, > I understood that rtadvd should be stopped and rtadvd_enable should be > disabled when we are using Link local address. > Now i am able to ping link local address. > > > > > On Wed, Jun 12, 2013 at 5:06 PM, hrkesh sahu wrote: > >> Hi Trond, >> Thanks a lot for this clear information and your help. >> >> I need one more help on this link local address communication - >> >> I am not able to ping link local address of FREEBSD machine. >> >> >> Laptop ( windows XP) <->< rl0 interface > FreeBSD Router >> >> ping from laptop to freebsd Link address - >> >> >ping6 fe80::21f:d0ff:fe40:8bbd%5 >> >> Pinging fe80::21f:d0ff:fe40:8bbd%5 >> >> from fe80::224:7eff:fee0:6b51%5 with 32 bytes of data: >> >> Request timed out. >> Request timed out. >> >> Reply from fe80::224:7eff:fee0:6b51%5: Destination address unreachable. >> Reply from fe80::224:7eff:fee0:6b51%5: Destination address unreachable. >> >> Ping statistics for fe80::21f:d0ff:fe40:8bbd%5: >> Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), >> >> >> My rc.conf >> >> ipv6_gateway_enable="YES" >> rtadvd_enable="YES" >> rtadvd_interfaces="rl0 re0" >> >> >> Regards >> >> >> >> >> On Wed, Jun 12, 2013 at 4:32 PM, Trond Endrestøl < >> trond.endres...@fagskolen.gjovik.no> wrote: >> >>> On Wed, 12 Jun 2013 16:16+0530, hrkesh sahu wrote: >>> >>> > Hi Trond, >>> > Now it is working. >>> > >>> > could you please tell me how to route link local address routing? >>> >>> Link local addresses are just that, link local. They are NEVER ment to >>> traverse through any router. Think of link local as VLAN local or >>> subnet local. They play a crucial role in Neighbor Discovery and are >>> useful in ad-hoc nets. >>> >>> See section 2.5.6 of RFC 4291: http://tools.ietf.org/html/rfc4291 >>> See the entire section 7 of RFC 4861: http://tools.ietf.org/html/rfc4861 >>> See section 5.3 of RFC 4862: http://tools.ietf.org/html/rfc4862 >>> >>> > Laptop ( windows XP) <->< rl0 interface > FreeBSD >>> Router >> > interface ><->Target Ipv6 Device >>> > (XP Link local address ) >>> > fe80::224:7eff:fee0:6b51<-connected to >>> > ->fe80::210:b5ff:fe48:9f73 >>> > ( freebsd rl0 interface) >>> > >>> > ( Freebsd re0 Link local address) >>> > fe80::21f:d0ff:fe40:8bbd<--connected to ---> >>> > fe80::204:a3ff:fe11:9d19 >>> > ( target device link local address) >>> > >>> > >>> > >>> > I send a ICMPv6 request from Laptop to Target device Link local >>> address. >>> > >ping6 fe80::204:a3ff:fe11:9d19%5 >>> > >>> > Pinging fe80::204:a3ff:fe11:9d19%5 >>> > from fe80::224:7eff:fee0:6b51%5 with 32 bytes of data: >>> > >>> > Reply from fe80::224:7eff:
Re: How to force a static /etc/resolv.conf?
On 13/06/2013 02:46, Darren Pilgrim wrote: I'm running 9.1. I run a local recursive resolver, so my /etc/resolv.conf needs to remain static. I have DHCPv4, DHCPv6 and VPN clients running which all want to modify /etc/resolv.conf. I have set in /etc/resolvconf.conf: search_domains="example.com. example.net." name_servers="2001:db8::53" But that only prepends that information. Search domains and nameservers from other sources still get included. I can set /etc/resolv.conf as immutable, but's a hack and it generates errors from resolveconf. How do I tell resolvconf to always use a static configuration or, better yet, to not muck with /etc/resolv.conf at all? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" Hi, You can configure it in your dhclient.conf file. Use the supersede keyword. For example, in your case add: supersede domain-search "example.com example.net" supersede domain-name-servers 2001:db8::53 to your /etc/dhclient.conf Loic ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
8.4-RELEASE buildworld failure
Hi all, I checked out releng/8.4, executed buildworld, and received the following error. Wondering if someone might have experience with this scenario. ===> share/doc/psd/13.rcs/rcs_func (all) groff -Tascii -P-c -mtty-char -ms /usr/src/share/doc/psd/13.rcs/rcs_func/../../../../../gnu/usr.bin/rcs/doc/ rcs_func.ms | gzip -cn > rcs_func.ascii.gz ===> share/doc/psd/15.yacc (all) touch _stamp.extra make: don't know how to make ssA. Stop *** Error code 2 Stop in /usr/src/share/doc/psd. *** Error code 1 Stop in /usr/src/share/doc. *** Error code 1 Stop in /usr/src/share. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. There is no src.conf and make.conf only sets PERL_VERSION. -- Take care Rick Miller ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
mail from Charlie
Hi all :-) I use 9.1... I don't known why, from yesterday I didn't received any mail from Charlie :-/ postfix runs perfectly and I don't known how investigate about this problem... Also portaudit should be send an email? thanks for help! Pol ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: How to force a static /etc/resolv.conf?
On 2013-06-13 05:02, Loic Capdeville wrote: You can configure it in your dhclient.conf file. Use the supersede keyword. For example, in your case add: supersede domain-search "example.com example.net" supersede domain-name-servers 2001:db8::53 That only addresses the DHCPv4 client. The DHCPv6 client doesn't have those options and neither do the VPN clients. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: How to force a static /etc/resolv.conf?
On 2013-06-12 17:46, Darren Pilgrim wrote: How do I tell resolvconf to always use a static configuration or, better yet, to not muck with /etc/resolv.conf at all? According to the project developer, the answer is to have resolvconf not touch /etc/resolv.conf by put the following in /etc/resolvconf.conf resolv_conf="/dev/null" Then you just edit /etc/resolv.conf directly. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: mail from Charlie
On 06/13/2013 11:36 AM, Pol Hallen wrote: > Hi all :-) Wow: the combination of your domain name and the subject you chose really made this message look like spam. > I use 9.1... I don't known why, from yesterday I didn't received any > mail from Charlie :-/ Check that periodic has completed: sometimes it gets stuck when disks fail or filesystems disappear unexpectedly during a security scan or what have you, and the periodic process will hang around in ps forever. > postfix runs perfectly and I don't known how investigate about this > problem... Check the postfix mail log. I think it defaults to /var/log/maillog ; that will tell you if anything even attempted to send mail. Unless you changed the defaults, cron will kick off periodic daily at 03:00 local time. > Also portaudit should be send an email? This should be included in the security run email. > thanks for help! Hope this helps! -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://www.fur.com/peace/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
Re: mail from Charlie
The name Charlie is for Charlie Root, i.e. root. Generally it will just be cron messages, unless you get hacked and someone's nice. On 6/13/2013 11:36 AM, Pol Hallen wrote: Hi all :-) I use 9.1... I don't known why, from yesterday I didn't received any mail from Charlie :-/ postfix runs perfectly and I don't known how investigate about this problem... Also portaudit should be send an email? thanks for help! Pol ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"