Slashdot Mirror


User: arttulaine

arttulaine's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. IPv6less on Mega Defends Its Security Practices · · Score: 2

    New global and high visibility service, without IPv6 service. The future is apparently briefly visiting the elsewhere.

  2. Air pirates welcome on FCC Smooths the Path For Airlines' In-Flight Internet · · Score: 1

    As the CIA has already nicely cleared the issue for travelers, if something is done at an aircraft, is is not really a concern of any jurisdiction. Please enjoy the total freedom of an airborne wifi network, semi-responsively.

  3. Re:No need on Sale of IPv4 Addresses Hindering IPv6 Adoption · · Score: 1

    For quality IP6 connectivity, you also need to accept the multicast address space in INPUT chain, or at least parts of it. Good old ICMP is also nice, your policy allowing:

        ip6tables -A INPUT -d ff00::/8 -j ACCEPT # Multicasts are necessary and nice
        ip6tables -A INPUT -p icmpv6 -j ACCEPT # ICMPs make us all quite happy

    For example, the IPv6 replacement of IPv4 ARP is performed using IPv6 link-local multicast, among other thingies.
    Firewall policies on (even the upstream) links must understand the IPv6 specific requirements for accepting inbound multicasts for the fullest IPv6 experience.

    When your local ISP still does not offer native IPv6 addressing and traffic, a good way to start using IPv6 is to get a free 6to4-tunnel from Hurricane Electric .

  4. Re:This is shared on 19 megabits on 3G · · Score: 1


    yup, IP is hopping around even in the mobile network cores, specially when carrying subscriber IP traffic and signaling.

    The protocol used is GTP(0) (or GTP1 for latest networks). GTP carries the user payload and a bunch of headers to identify the mobile subscriber for internal routing and biling thingies. IPIP or GRE does not have all that built in, and as GTP is only used internally in intra- and inter-telco links (Gn, Gp, Iu...), it does not have to be anything that our favourite Micro$oft or outside world should recognice anyway.

    GTP runs and is even used over UDP/IP, just avoid the evident TCP-meltdown. User application will resend, if one is needed. Network does not know even in telco world how resends should be done, so there. ETSI knows the details about GTP if you dare to ask the web form:

    http://pda.etsi.org/pda/queryform.asp