Re: IPv6 Support #2
Posted 14 January 2013 - 21:10
root@et9x00:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:B4:02:FE:9B
inet addr:192.168.1.10 Bcast:0.0.0.0 Mask:255.255.255.0
inet6 addr: fe80::216:b4ff:fe02:fe9b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3030 errors:0 dropped:0 overruns:0 frame:0
TX packets:3131 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:431045 (420.9 KiB) TX bytes:909833 (888.5 KiB)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 TX bytes:0 (0.0
Edited by littlesat, 14 January 2013 - 21:11.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: IPv6 Support #3
Posted 14 January 2013 - 21:59
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: IPv6 Support #4
Re: IPv6 Support #5
Posted 14 January 2013 - 22:49
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: IPv6 Support #6
Posted 14 January 2013 - 23:17
Re: IPv6 Support #7
Posted 15 January 2013 - 00:26
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: IPv6 Support #8
Posted 15 January 2013 - 16:32
Creating a configuration plugin for it for the handful of people that actually know and need to configure it isn't a very grateful task.
Re: IPv6 Support #9
Posted 15 January 2013 - 18:32
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: IPv6 Support #10
Posted 15 January 2013 - 18:37
In a normal IPv6 setup, the router advertises the public settings, so the box would automatically get a routable address (in addition to its link-local address).
In a regular "home" situation, the only reason I can think of to deviate from that is privacy: Your MAC address is used as public IP address, which makes every device trackable across the world. But now that the IPv6 guys have come to their senses and there's NAT for IPv6, you can once more hide your identity behind the router.
Re: IPv6 Support #11
Posted 15 January 2013 - 19:30
Absolutely!I think Erik's entire house is IPv6, so yeah, don't think that's a problem.
BTW telnet on OpenPLi doesn't work on ipv6, but ssh (dropbear) does!
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: IPv6 Support #12
Posted 15 January 2013 - 19:32
Personally I don't want a mac address in my ip address (not for privacy purposes, btw), so indeed I need to set the addresses manually.
* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.
Re: IPv6 Support #13
Posted 15 January 2013 - 20:15
So back to the OP: how to do that?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: IPv6 Support #14
Re: IPv6 Support #15
Re: IPv6 Support #16
Re: IPv6 Support #17
Posted 16 January 2013 - 15:37
# automatically generated by enigma2 # do NOT change manually! auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.98 netmask 255.255.255.0 iface eth0 inet6 static address fc00::98 netmask 64
Now, if adding a GUI to Enigma is too much effort for the use case, how about making Enigma not overwrite the entire file, but a section? Like this:
# This section of this file was automatically generated by Enigma2. Do not edit manually! # BEGIN AUTOGENERATED SECTION -- DO NOT REMOVE auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.98 netmask 255.255.255.0 # END AUTOGENERATED SECTION -- DO NOT REMOVE iface eth0 inet6 static address fc00::98 netmask 64
This would allow people to use most or all functionality that Busybox is able to offer, rather than to limit users by the possibilities of the Enigma2 user interface.
Edited by Zuppelan, 16 January 2013 - 15:38.
Re: IPv6 Support #18
Re: IPv6 Support #19
Posted 16 January 2013 - 16:03
That's nonsense, in ipv6 you can use static, routing advertisement or DHCP, completely at your choice.
Your statement is similar that no static ip assignment is needed in ipv4 because a router that cannot do DHCP is broken or doesn't support IPV4.
The difference is that router anouncement for IPv6 is mandatory, while DHCP is optional. An IPv4 router that doesn't support DHCP is still a perfectly valid router, it just lacks some feature.
An router that does not support RA is not an IPv6 router, it does not conform to the specification. It should not be sold as "IPv6" router.
Edited by MiLo, 16 January 2013 - 16:04.
Re: IPv6 Support #20
Posted 16 January 2013 - 16:09
Under which circumstances a static IP for IPv6 is really required?
From a technical point of view: Never.
In addition to that, there are all kinds of perfectly valid reasons to assign or add static addresses to the box, such as unicast and multicast targets, or simply a simple address as to not have to type so many hex characters when you use the box's raw address.
Also tagged with one or more of these keywords: OpenPLI
Change from openvix to openpli - lose existing hdd recordings?Started by xdoktor, 30 Dec 2023 openpli, openvix, hdd, recordings |
|
|||
Having Trouble While Installing This SoftwareStarted by CharleyDavis, 27 Jun 2023 OpenPLi |
|
|||
Faild to flash or update OPENPLIStarted by dede_one, 8 Oct 2022 openpli |
|
|||
hd+ funktioneret nichtStarted by JeppeG, 29 Sep 2022 Vu+, hd+, oscam, openpli |
|
|||
No data on transponder! (Timeout reading PAT)Started by JelleB8, 10 Jul 2022 openpli, vu+ |
|
4 user(s) are reading this topic
0 members, 4 guests, 0 anonymous users