ipv6 problem

2011-02-03 Thread pepe
I have 2001:14b8:10:402::/64 ipv6 from my isp and I cant get it working.
Ifconfig should be ok:
backup# ifconfig rl0 inet6

rl0: flags=8843 metric 0 mtu 1500
options=8
inet6 2001:14b8:10:402:2::1 prefixlen 64

default gateway is set to 2001:14b8:10:402::1. When I try to traceroute irc
server for example
I get this:

traceroute6: Warning: irc.cc.tut.fi has multiple addresses; using
2001:708:310:4952:4320:5365:7276:6572
traceroute6 to irc.cc.tut.fi (2001:708:310:4952:4320:5365:7276:6572) from
2001:14b8:10:402:2::1, 64 hops max, 12 byte packets
 1  2001:14b8:10:402:2::1  2026.908 ms !A  2999.587 ms !A  3000.423 ms !A

So. Could this be problem in my configs or is this because of something
wrong at the isp side?

-- 
pepe
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: ipv6 problem

2011-02-03 Thread pepe


On 3.2.2011 13:23, Bjoern A. Zeeb wrote:

On Thu, 3 Feb 2011, pepe wrote:


I have 2001:14b8:10:402::/64 ipv6 from my isp and I cant get it working.
Ifconfig should be ok:
backup# ifconfig rl0 inet6

rl0: flags=8843 metric 0 mtu 1500
options=8
inet6 2001:14b8:10:402:2::1 prefixlen 64

default gateway is set to 2001:14b8:10:402::1. When I try to
traceroute irc
server for example
I get this:

traceroute6: Warning: irc.cc.tut.fi has multiple addresses; using
2001:708:310:4952:4320:5365:7276:6572
traceroute6 to irc.cc.tut.fi (2001:708:310:4952:4320:5365:7276:6572) from
2001:14b8:10:402:2::1, 64 hops max, 12 byte packets
1 2001:14b8:10:402:2::1 2026.908 ms !A 2999.587 ms !A 3000.423 ms !A

So. Could this be problem in my configs or is this because of something
wrong at the isp side?


Not sure as you didn't show us your rc.conf configs and didn't give a
release.

Try what happens if you do .. manually (rc.conf would do it for you
normally) -- if you are on FreeBSD 8.x:

ifconfig rl0 -ifdisabled



IPv6 configs in rc.conf:

ipv6_enable="YES"
ipv6_defaultrouter="2001:14b8:0010:0402::1"
ipv6_network_interfaces="rl0"
ifconfig_rl0_alias52="inet6 2001:14b8:0010:0402:2::1 prefixlen 64"

Same system is running ipv4 that works fine... And it's 7.2-RELEASE-p6 i386
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: ipv6 problem

2011-02-03 Thread pepe

On 3.2.2011 13:23, Bjoern A. Zeeb wrote:

On Thu, 3 Feb 2011, pepe wrote:


I have 2001:14b8:10:402::/64 ipv6 from my isp and I cant get it working.
Ifconfig should be ok:
backup# ifconfig rl0 inet6

rl0: flags=8843 metric 0 mtu 1500
options=8
inet6 2001:14b8:10:402:2::1 prefixlen 64

default gateway is set to 2001:14b8:10:402::1. When I try to
traceroute irc
server for example
I get this:

traceroute6: Warning: irc.cc.tut.fi has multiple addresses; using
2001:708:310:4952:4320:5365:7276:6572
traceroute6 to irc.cc.tut.fi (2001:708:310:4952:4320:5365:7276:6572) from
2001:14b8:10:402:2::1, 64 hops max, 12 byte packets
1 2001:14b8:10:402:2::1 2026.908 ms !A 2999.587 ms !A 3000.423 ms !A

So. Could this be problem in my configs or is this because of something
wrong at the isp side?


Not sure as you didn't show us your rc.conf configs and didn't give a
release.

Try what happens if you do .. manually (rc.conf would do it for you
normally) -- if you are on FreeBSD 8.x:

ifconfig rl0 -ifdisabled

Now I added ipv6 config to another server on same network. It's 
8.1-RELEASE amd64. Exactly same problem, but ping6 between these server 
works fine:

backup% ping6 2001:14b8:10:402:1::1
PING6(56=40+8+8 bytes) 2001:14b8:10:402:2::1 --> 2001:14b8:10:402:1::1
16 bytes from 2001:14b8:10:402:1::1, icmp_seq=0 hlim=64 time=0.356 ms
16 bytes from 2001:14b8:10:402:1::1, icmp_seq=1 hlim=64 time=0.163 ms

traceroute6 doesn't:
backup% traceroute6 2001:14b8:10:402:1::1
traceroute6 to 2001:14b8:10:402:1::1 (2001:14b8:10:402:1::1) from 
2001:14b8:10:402:2::1, 64 hops max, 12 byte packets

 1  * * *
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Re: ipv6 problem

2011-02-03 Thread pepe

On 3.2.2011 14:13, Bjoern A. Zeeb wrote:

On Thu, 3 Feb 2011, pepe wrote:


On 3.2.2011 13:23, Bjoern A. Zeeb wrote:

On Thu, 3 Feb 2011, pepe wrote:


I have 2001:14b8:10:402::/64 ipv6 from my isp and I cant get it
working.
Ifconfig should be ok:
backup# ifconfig rl0 inet6

rl0: flags=8843 metric 0 mtu
1500
options=8
inet6 2001:14b8:10:402:2::1 prefixlen 64

default gateway is set to 2001:14b8:10:402::1. When I try to
traceroute irc
server for example
I get this:

traceroute6: Warning: irc.cc.tut.fi has multiple addresses; using
2001:708:310:4952:4320:5365:7276:6572
traceroute6 to irc.cc.tut.fi (2001:708:310:4952:4320:5365:7276:6572)
from
2001:14b8:10:402:2::1, 64 hops max, 12 byte packets
1 2001:14b8:10:402:2::1 2026.908 ms !A 2999.587 ms !A 3000.423 ms !A

So. Could this be problem in my configs or is this because of something
wrong at the isp side?


Not sure as you didn't show us your rc.conf configs and didn't give a
release.

Try what happens if you do .. manually (rc.conf would do it for you
normally) -- if you are on FreeBSD 8.x:

ifconfig rl0 -ifdisabled



IPv6 configs in rc.conf:

ipv6_enable="YES"
ipv6_defaultrouter="2001:14b8:0010:0402::1"
ipv6_network_interfaces="rl0"
ifconfig_rl0_alias52="inet6 2001:14b8:0010:0402:2::1 prefixlen 64"


That might work; try

ipv6_ifconfig_rl0="2001:14b8:0010:0402:2::1 prefixlen 64"

instead.

Another thing you can do is:

ping6 ff02::1%rl0

All hosts on the segment should reply with their link local address.

/bz



I changed rc.conf to what you suggest, but it didn't help. I seems to be 
same with either one of those lines.

output of that ping:
backup% ping6 ff02::1%rl0
PING6(56=40+8+8 bytes) fe80::208:54ff:fe36:f25b%rl0 --> ff02::1%rl0
16 bytes from fe80::208:54ff:fe36:f25b%rl0, icmp_seq=0 hlim=64 time=0.141 ms
16 bytes from fe80::240:f4ff:fe76:d441%rl0, icmp_seq=0 hlim=64 
time=0.294 ms(DUP!)

16 bytes from fe80::208:54ff:fe36:f25b%rl0, icmp_seq=1 hlim=64 time=0.054 ms
16 bytes from fe80::240:f4ff:fe76:d441%rl0, icmp_seq=1 hlim=64 
time=0.179 ms(DUP!)

16 bytes from fe80::208:54ff:fe36:f25b%rl0, icmp_seq=2 hlim=64 time=0.053 ms
16 bytes from fe80::240:f4ff:fe76:d441%rl0, icmp_seq=2 hlim=64 
time=0.169 ms(DUP!)

16 bytes from fe80::208:54ff:fe36:f25b%rl0, icmp_seq=3 hlim=64 time=0.041 ms
16 bytes from fe80::240:f4ff:fe76:d441%rl0, icmp_seq=3 hlim=64 
time=0.158 ms(DUP!)

^C
--- ff02::1%rl0 ping6 statistics ---
4 packets transmitted, 4 packets received, +4 duplicates, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.041/0.136/0.294/0.080 ms

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


Re: ipv6 problem

2011-02-03 Thread pepe

On 3.2.2011 15:22, Bjoern A. Zeeb wrote:

On Thu, 3 Feb 2011, pepe wrote:


IPv6 configs in rc.conf:

ipv6_enable="YES"
ipv6_defaultrouter="2001:14b8:0010:0402::1"
ipv6_network_interfaces="rl0"
ifconfig_rl0_alias52="inet6 2001:14b8:0010:0402:2::1 prefixlen 64"


That might work; try

ipv6_ifconfig_rl0="2001:14b8:0010:0402:2::1 prefixlen 64"

instead.

Another thing you can do is:

ping6 ff02::1%rl0

All hosts on the segment should reply with their link local address.

/bz



I changed rc.conf to what you suggest, but it didn't help. I seems to
be same with either one of those lines.


It's a freebsd 7 and you didn't have ipv6_enable=YES on your last boot,
right? I am asking because I didn't see a link-local address on your
ifconfig
output. Do you have one there?


Yes ipv6_enable was there...


I guess you do as otherwise the following might not have worked:


output of that ping:
backup% ping6 ff02::1%rl0
PING6(56=40+8+8 bytes) fe80::208:54ff:fe36:f25b%rl0 --> ff02::1%rl0
16 bytes from fe80::208:54ff:fe36:f25b%rl0, icmp_seq=0 hlim=64
time=0.141 ms
16 bytes from fe80::240:f4ff:fe76:d441%rl0, icmp_seq=0 hlim=64
time=0.294 ..


Let's assume that's your box and your other box? You should be able
to check that, btw.

So can you try ping6 ff02::2%rl0 which should make all routers reply
and see?


That doesn't work. 100% packet loss.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


Qualcom Atheros QCA6174 802.11ac

2020-03-01 Thread pepe
Just a quick question. Is there drivers for that wlan chip in topic?
FreeBSD 12.1 in use. Or if there
are not drivers, any idea if they're coming in any near future?

-- 
kpn@IRCnet, http://kpn.kahvipannu.fi
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"