Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-30 Thread Ashish Shukla आशीष शुक्ल
,--- Kirk Strauser writes:
| On Sunday 29 June 2008, Ashish Shukla आशीष शुक्ल wrote:
|| I think how without specifying zone index[1] in link-local address
|| worked, it is probably due to availability of only single inet6
|| interface except lo0.

| The physical and virtual interfaces on the system are exactly as before.  
| I'm guessing that my setup worked as a side effect of a now-fixed bug, 
| probably the same one that was preventing me from using the 2001: 
| defaultrouter when I first got the system up and running.

Did you mean your setup stopped working after you compiled new kernel, hmm...?

|| Just wanted to confirm, is following command worked ? if possible paste
|| the output:
|| 
|| % ping6 fe80::213:10ff:fe79:137a

| $ ping6 fe80::213:10ff:fe79:137a
| ping6: UDP connect: Network is unreachable

Yes, this is the expected behavior.

Ashish
-- 
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --


pgpgB8LucLOXT.pgp
Description: PGP signature


Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-30 Thread Kirk Strauser
On Monday 30 June 2008, Ashish Shukla आशीष शुक्ल wrote:

 Did you mean your setup stopped working after you compiled new kernel,
 hmm...?

Yes.  Unfortunately, I'm not sure exactly when it happened.  I saw an 
article on Slashdot about IPv6, went to look at my maillog to see how much 
traffic I'd been getting, and found none.

So back to my original post: take this as a heads-up.  Anyone who had a 
setup like mine that suddenly stopped working might be able to fix it by 
updating their defaultrouter.
-- 
Kirk Strauser


signature.asc
Description: This is a digitally signed message part.


Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-30 Thread Ashish Shukla आशीष शुक्ल
,--- Kirk Strauser writes:
| On Monday 30 June 2008, Ashish Shukla आशीष शुक्ल wrote:

|| Did you mean your setup stopped working after you compiled new kernel,
|| hmm...?

| Yes.  Unfortunately, I'm not sure exactly when it happened.  I saw an 
| article on Slashdot about IPv6, went to look at my maillog to see how much 
| traffic I'd been getting, and found none.

| So back to my original post: take this as a heads-up.  Anyone who had a 
| setup like mine that suddenly stopped working might be able to fix it by 
| updating their defaultrouter.

Okay, thanks for the info.

Ashish
-- 
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --


pgpIPIAY2FiM1.pgp
Description: PGP signature


Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-30 Thread Kirk Strauser
On Sunday 29 June 2008, Ashish Shukla आशीष शुक्ल wrote:
 I think how without specifying zone index[1] in link-local address
 worked, it is probably due to availability of only single inet6
 interface except lo0.

The physical and virtual interfaces on the system are exactly as before.  
I'm guessing that my setup worked as a side effect of a now-fixed bug, 
probably the same one that was preventing me from using the 2001: 
defaultrouter when I first got the system up and running.

 Just wanted to confirm, is following command worked ? if possible paste
 the output:

 % ping6 fe80::213:10ff:fe79:137a

$ ping6 fe80::213:10ff:fe79:137a
ping6: UDP connect: Network is unreachable

This is after rebooting with ipv6_defaultrouter=2001:470:a80a:1::1.

-- 
Kirk Strauser


signature.asc
Description: This is a digitally signed message part.


Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-29 Thread Ashish Shukla आशीष शुक्ल
,--- Kirk Strauser writes:
| I've been using IPv6 on my FreeBSD-7 host for quite some time.  My
| IPv6 router is a different machine, so the FreeBSD server is just a
| regular host on the network.

| This morning I discovered that I couldn't pass packets to hosts
| outside my LAN from FreeBSD, although an OS X host on the same LAN had
| no problems pinging www.kame.net.

| I had this in my /etc/rc.conf:

| ipv6_ifconfig_fxp0=2001:470:a80a:1:2d0:b7ff:fe0e:3a4a prefixlen
| 64
| ipv6_defaultrouter=fe80::213:10ff:fe79:137a

I don't know how is above ipv6_defaultrouter setting is working, since
above is a link-local address, and you've not specified any explicit
link in above fe80::/10 address. BtW, did you recently changed your
configuration ? Is this same setting working since you started using
IPv6 on your FreeBSD host, hmm..?

| Whenever I'd try to ping6 my local router, I'd get:

| ping6: UDP connect: Network is unreachable

Are you trying to ping6 a link-local address, without any mention of
interface, hmm...?

| Also, the routing table seemed a bit screwy and was sending everything
| to lo0:

| $ netstat -nr -f inet6
| [...]
| default   fe80::213:10ff:fe79:137a UGS
| lo0

| I found two workarounds:

| ipv6_defaultrouter=2001:470:a80a:1::1

I think above solution is better.

-- 
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --


pgpr1InEzQQbE.pgp
Description: PGP signature


Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-29 Thread Kirk Strauser

Ashish Shukla  ? wrote:


| ipv6_ifconfig_fxp0=2001:470:a80a:1:2d0:b7ff:fe0e:3a4a prefixlen
| 64
| ipv6_defaultrouter=fe80::213:10ff:fe79:137a



I don't know how is above ipv6_defaultrouter setting is working, since
above is a link-local address, and you've not specified any explicit
link in above fe80::/10 address. BtW, did you recently changed your
configuration ? Is this same setting working since you started using
IPv6 on your FreeBSD host, hmm..?


That configuration has been working, unchanged, for a few months now. 
Until recently it used the fxp0 interface, as evidenced by the fact that 
it actually worked.  :-)



Are you trying to ping6 a link-local address, without any mention of
interface, hmm...?


Again, it worked.  If it hadn't, I would have kept messing with it until 
it did.   I host web and mail on that host's IPv6 address and was very 
keen in getting it up and running.



I think above solution is better.


Perhaps.  I'm content with anything that keeps my connectivity up 
between reboots.

--
Kirk Strauser
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-29 Thread Ashish Shukla आशीष शुक्ल
,--- Kirk Strauser writes:
| Ashish Shukla  ? wrote:

|| | ipv6_ifconfig_fxp0=2001:470:a80a:1:2d0:b7ff:fe0e:3a4a prefixlen
|| | 64
|| | ipv6_defaultrouter=fe80::213:10ff:fe79:137a

|| I don't know how is above ipv6_defaultrouter setting is working, since
|| above is a link-local address, and you've not specified any explicit
|| link in above fe80::/10 address. BtW, did you recently changed your
|| configuration ? Is this same setting working since you started using
|| IPv6 on your FreeBSD host, hmm..?

| That configuration has been working, unchanged, for a few months
| now. Until recently it used the fxp0 interface, as evidenced by the
| fact that it actually worked.  :-)

|| Are you trying to ping6 a link-local address, without any mention of
|| interface, hmm...?

| Again, it worked.  If it hadn't, I would have kept messing with it
| until it did.   I host web and mail on that host's IPv6 address and
| was very keen in getting it up and running.

I think how without specifying zone index[1] in link-local address
worked, it is probably due to availability of only single inet6
interface except lo0.

Just wanted to confirm, is following command worked ? if possible paste
the output:

% ping6 fe80::213:10ff:fe79:137a

Reference:
[1] - http://en.wikipedia.org/wiki/IPv6#Zone_indices

Regards
-- 
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --


pgpA3KJWYxyN6.pgp
Description: PGP signature


Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-28 Thread Kirk Strauser
I've been using IPv6 on my FreeBSD-7 host for quite some time.  My  
IPv6 router is a different machine, so the FreeBSD server is just a  
regular host on the network.


This morning I discovered that I couldn't pass packets to hosts  
outside my LAN from FreeBSD, although an OS X host on the same LAN had  
no problems pinging www.kame.net.


I had this in my /etc/rc.conf:

ipv6_ifconfig_fxp0=2001:470:a80a:1:2d0:b7ff:fe0e:3a4a prefixlen  
64

ipv6_defaultrouter=fe80::213:10ff:fe79:137a

Whenever I'd try to ping6 my local router, I'd get:

ping6: UDP connect: Network is unreachable

Also, the routing table seemed a bit screwy and was sending everything  
to lo0:


$ netstat -nr -f inet6
[...]
default   fe80::213:10ff:fe79:137a  
UGSlo0


I found two workarounds:

ipv6_defaultrouter=2001:470:a80a:1::1

and

ipv6_defaultrouter=fe80::213:10ff:fe79:137a%fxp0

I'm leaning slightly toward the latter, as it still uses the  
guaranteed-configured link local addresses, but the latter works OK  
too (although it didn't when I originally configured this many months  
ago, which is why I was using link local routing in the first place).


So, I'm not too sure which is right or wrong, but I definitely know  
that something has changed recently.  Consider this a heads-up if you  
want.


--
Kirk Strauser
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]