Welcome Guest ( Log In | Register )

69 Pages « < 22 23 24 25 26 > » Bottom

Outline · [ Standard ] · Linear+

Unifi TMnet Streamyx/Unifi & IPv6, Now live!

views
     
alexwsk
post Nov 25 2013, 12:01 AM

Look at all my stars!!
*******
Senior Member
4,092 posts

Joined: Jan 2003
From: USJ


QUOTE(asellus @ Nov 24 2013, 11:41 PM)
You need to create a DHCPv6-PD client on your @wan interface too.
*
any details guide? currently i have luci but have not install luci-proto-ipv6
can I do it manually by modifying /etc/config/network only or need to modify more files?
asellus
post Nov 25 2013, 05:50 AM

#gompusas
Group Icon
Elite
4,541 posts

Joined: Jan 2003
From: BSRPPG51 Access Concentrator


QUOTE(alexwsk @ Nov 25 2013, 12:01 AM)
any details guide? currently i have luci but have not install luci-proto-ipv6
can I do it manually by modifying /etc/config/network only or need to modify more files?
*
With Barrier Breaker, only need to modify '/etc/config/network' file, if you don't install luci-proto-ipv6. Still need odhcp6c though.

This post has been edited by asellus: Nov 25 2013, 05:52 AM
SUSmrlive005
post Nov 25 2013, 06:33 AM

Getting Started
**
Junior Member
114 posts

Joined: Nov 2013
Do you guys running on both ? btw Ipv4 and Ipv6 ? im not sure if im doing the right things, just clear me up tongue.gif or i should disable one of them ?

user posted image

This post has been edited by mrlive005: Nov 25 2013, 06:34 AM
asellus
post Nov 25 2013, 06:48 AM

#gompusas
Group Icon
Elite
4,541 posts

Joined: Jan 2003
From: BSRPPG51 Access Concentrator


QUOTE(mrlive005 @ Nov 25 2013, 06:33 AM)
Do you guys running on both ? btw Ipv4 and Ipv6 ? im not sure if im doing the right things, just clear me up tongue.gif or i should disable one of them ?

» Click to show Spoiler - click again to hide... «

*
Of course you should run both, many sites are still IPv4-only.
Anonymous34
post Nov 25 2013, 10:45 AM

Look at all my stars!!
*******
Senior Member
3,176 posts

Joined: May 2013
From: Petaling Jaya


QUOTE(andrew9292 @ Nov 24 2013, 09:17 PM)
They just ran out of addresses. Just like number plates.

WYZ 1234 = v4
W 1234 A = v6

Route still the same or assigned by isp peering.
It means that even if u hav ipv6 'number plate'. If your isp assigns a 'kampung road' to your address, it wont be any faster. If u get a fast route, faster. Simillar route, same speed.

Old number plate or new number plate, both on the same existing roads.
Ipv4 or ipv6. Same theory.
At the end of the day, just a number plate to identify yourself.lol.

If there's any speed difference, it will be due to specific peering to that ip subnet by isp, which happens to be a faster or slower route.

Correct me if im wrong.
----

For ipv6 on Openwrt i only got it to work on latest beta 'barrier breaker'. It has native ipv6 support
Settings have to be done via ssh as the build is too big to install luci. Follow their wiki, pretty straightforward.
http://wiki.openwrt.org/doc/uci/network6#b...eaker.and.later
*
Mind explaining to me more detailing? I'm sorry I'm a noob in networking sad.gif
If you help me this time I could help you with your computer next time! biggrin.gif
PS:I have no idea how to install Barrier breaker

This post has been edited by Anonymous34: Nov 25 2013, 10:46 AM
alexwsk
post Nov 25 2013, 11:29 AM

Look at all my stars!!
*******
Senior Member
4,092 posts

Joined: Jan 2003
From: USJ


QUOTE(asellus @ Nov 25 2013, 05:50 AM)
With Barrier Breaker, only need to modify '/etc/config/network' file, if you don't install luci-proto-ipv6. Still need odhcp6c though.
*
odhcp6c has been installed by default
can you post or pm me your /etc/config/network without those sensitive info, thx notworthy.gif
Moogle Stiltzkin
post Nov 25 2013, 12:19 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Jan 2003
bruce.gif

This post has been edited by Moogle Stiltzkin: Jul 15 2017, 10:47 AM
asellus
post Nov 25 2013, 12:46 PM

#gompusas
Group Icon
Elite
4,541 posts

Joined: Jan 2003
From: BSRPPG51 Access Concentrator


QUOTE(alexwsk @ Nov 25 2013, 11:29 AM)
odhcp6c has been installed by default
can you post or pm me your /etc/config/network without those sensitive info, thx  notworthy.gif
*
I don't have the router anymore, but just doing what http://wiki.openwrt.org/doc/uci/network6 told you and you should be OK.

CODE

config interface wan
       option ipv6 1 # only required for PPP-based protocols
       ...

config interface wan6
       option ifname   @wan
       option proto    dhcpv6

config interface lan
       option proto    static
       option ip6assign 60
       ...

alexwsk
post Nov 25 2013, 03:28 PM

Look at all my stars!!
*******
Senior Member
4,092 posts

Joined: Jan 2003
From: USJ


QUOTE(asellus @ Nov 25 2013, 12:46 PM)
I don't have the router anymore, but just doing what http://wiki.openwrt.org/doc/uci/network6 told you and you should be OK.

CODE

config interface wan
       option ipv6 1 # only required for PPP-based protocols
       ...

config interface wan6
       option ifname   @wan
       option proto    dhcpv6

config interface lan
       option proto    static
       option ip6assign 60
       ...

*
ok, thx
will try it out, currently one location no ipv6 yet (USJ), will try at another location (PJ)
asellus
post Nov 25 2013, 04:29 PM

#gompusas
Group Icon
Elite
4,541 posts

Joined: Jan 2003
From: BSRPPG51 Access Concentrator


QUOTE(alexwsk @ Nov 25 2013, 03:28 PM)
ok, thx
will try it out, currently one location no ipv6 yet (USJ), will try at another location (PJ)
*
BTW, the 'option ip6assign' for Streamyx should be 64.
alexwsk
post Nov 25 2013, 11:50 PM

Look at all my stars!!
*******
Senior Member
4,092 posts

Joined: Jan 2003
From: USJ


QUOTE(asellus @ Nov 25 2013, 04:29 PM)
BTW, the 'option ip6assign' for Streamyx should be 64.
*
mine are unifi/unifibiz
no luck at both areas
XeactorZ
post Nov 26 2013, 01:12 AM

♥ PandaDog ♥
*********
All Stars
31,607 posts

Joined: Aug 2010
QUOTE(mrlive005 @ Nov 25 2013, 06:33 AM)
Do you guys running on both ? btw Ipv4 and Ipv6 ? im not sure if im doing the right things, just clear me up tongue.gif or i should disable one of them ?

user posted image
*
yup running both
XeactorZ
post Nov 26 2013, 01:18 AM

♥ PandaDog ♥
*********
All Stars
31,607 posts

Joined: Aug 2010
btw how to enable ipv6 for google chrome ?
try below link solution, don't have the button at all
http://www.upubuntu.com/2012/06/how-to-ena...-in-google.html

only showing Default address family: UNSPECIFIED

fizal hashim
post Nov 26 2013, 01:13 PM

New Member
*
Newbie
1 posts

Joined: Nov 2013


hello fella's,

why i cannot set ipv6 at my laptop and my router too?
im using unifi vip 5 and my laptop is using windows 7 pro.
as my router L7.

1.cannot tick at dual lan
Moogle Stiltzkin
post Nov 26 2013, 01:31 PM

Look at all my stars!!
*******
Senior Member
4,454 posts

Joined: Jan 2003
bruce.gif

This post has been edited by Moogle Stiltzkin: Jul 15 2017, 10:47 AM
OKLY
post Nov 27 2013, 11:01 PM

The Penguin Vader
Group Icon
Staff
12,089 posts

Joined: Dec 2004
From: Malaysia


QUOTE(fizal hashim @ Nov 26 2013, 01:13 PM)
hello fella's,

why i cannot set ipv6 at my laptop and my router too?
im using unifi vip 5 and my laptop is using windows 7 pro.
as my router L7.

1.cannot tick at dual lan
*
When you say cannot set, are your devices not getting any IPv6 addresses from the router? Perhaps some supporting screenshots of your router configuration page would help.
alexwsk
post Nov 28 2013, 11:46 AM

Look at all my stars!!
*******
Senior Member
4,092 posts

Joined: Jan 2003
From: USJ


seems like PJ seksyen 17 got ipv6
just testing out with this post

/etc/config/network for openwrt barrier breaker as below:

config interface 'wan'
option ifname 'eth0.500'
option proto 'pppoe'
option username 'xxxxxx@unifi'
option password 'xxxxxx'
option peerdns '0'
option dns '8.8.8.8 208.67.222.222'
option ipv6 '1'

config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option peerdns '0'
option dns '2001:4860:4860::8888 2620:0:ccc::2'

This post has been edited by alexwsk: Nov 28 2013, 11:55 AM
TSwKkaY
post Nov 28 2013, 04:24 PM

misutā supākoru
Group Icon
VIP
6,008 posts

Joined: Jan 2003
Just went for a presentation by TM on their IPv6 broadband rollout.

A few new things I learned today:

1) Dual-stacking IPv4/IPv6 increases resource usage at the BRAS (memory, licensing, etc). This is one of the factors that limit the rollout.

2) Business broadband (static IP) customers need to call their account manager or branch to request for an IPv6 prefix. It isn't assigned automatically like for home users.

3) The hotline staff are trained in IPv6 hmm.gif
aneip
post Nov 28 2013, 04:43 PM

Look at all my stars!!
*******
Senior Member
2,466 posts

Joined: Nov 2004


QUOTE(wKkaY @ Nov 28 2013, 04:24 PM)
Just went for a presentation by TM on their IPv6 broadband rollout.

A few new things I learned today:

1) Dual-stacking IPv4/IPv6 increases resource usage at the BRAS (memory, licensing, etc). This is one of the factors that limit the rollout.

2) Business broadband (static IP) customers need to call their account manager or branch to request for an IPv6 prefix. It isn't assigned automatically like for home users.

3) The hotline staff are trained in IPv6 hmm.gif
*
All place roll out already?
asellus
post Nov 28 2013, 05:34 PM

#gompusas
Group Icon
Elite
4,541 posts

Joined: Jan 2003
From: BSRPPG51 Access Concentrator


QUOTE(wKkaY @ Nov 28 2013, 04:24 PM)
Just went for a presentation by TM on their IPv6 broadband rollout.

A few new things I learned today:

1) Dual-stacking IPv4/IPv6 increases resource usage at the BRAS (memory, licensing, etc). This is one of the factors that limit the rollout.

2) Business broadband (static IP) customers need to call their account manager or branch to request for an IPv6 prefix. It isn't assigned automatically like for home users.

3) The hotline staff are trained in IPv6 hmm.gif
*
you didn;t ask if TM will give out prefix larger than /64?

69 Pages « < 22 23 24 25 26 > » Top
 

Change to:
| Lo-Fi Version
0.0224sec    0.24    6 queries    GZIP Disabled
Time is now: 1st December 2025 - 06:56 AM