Slashdot Mirror


User: marka63

marka63's activity in the archive.

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

Comments · 364

  1. Re:Reparations? on Sweden Returns Passport To Pirate Bay Co-Founder · · Score: 1

    While I don't know where you live, I suspect that there are fines that can be levied against you if the court was to decide so as well as court costs. For example the fines in NSW are up to 20 penalty units Road Rules for Pedestrians which equates to $2200.

  2. Re:So the google gay marriage campaign...? on Google Gets Into Politics With Civic Info API · · Score: 1

    Well here in Australia the polling stations (local schools, churches and town halls) don't change much from election to election (local, state and federal) and if you don't know where to vote the Electoral Commission's web site will tell you. Also since you are required register when you turn 18 and to attend a polling place every election this sort of disinformation campaign just doesn't happen here. You can also pre-vote, postal vote and absentee vote for all elections.

  3. Re:Be Fair on UK's 'Unallocated' IPv4 Block Actually In Use, Not For Sale · · Score: 1

    If you're going to grab networks that aren't BGP Advertised, take them all:

    7/8 (ARIN)
    9/8 (IBM)
    11/8 (US Defense)
    19/8 (Ford Motor Company)
    21/8 (US Defense)
    22/8 (US Defense)
    25/8 (UK Defense)
    26/8 (US Defense)
    28/8 (US Defense)
    29/8 (US Defense)
    30/8 (US Defense)
    31/8 (RIPE)
    45/8 (Prudential Securities)
    102/8 (AFINIC)
    104/8 (ARIN)
    179/8 (LACNIC)
    191/8 (LACNIC)

    and when are we going to do someting with 240/4? How many proposals have to be unfulfilled to use this resource when the resource is scarce? (I know, it'll take a while for some vendors to support this)

    ARIN, RIPE, AFINIC and LACNIC are all Internet Registries. They are the bodies that hand out addresses to companies and individuals. Or were you looking to generate a Perpetual Assignment Process:-)

    As for 240/4 it really can't be made usable on a global scale. To many machines can't talk to it. One could use it between consenting machines in a limited way. e.g. between the CPE and a CGN.

  4. Re:Enlighten me please on UK's 'Unallocated' IPv4 Block Actually In Use, Not For Sale · · Score: 1

    No, we didn't skip IPv5. It just was not a main stream protocol.

  5. Re:Enlighten me please on UK's 'Unallocated' IPv4 Block Actually In Use, Not For Sale · · Score: 1

    But mostly I see people whining about how evil NAT is, but without ever giving any supporting reasons.

    Mainly because it is self evident to anyone who has had to code software to do anything other than the trivial connect to a server out there.

    If you want two clients to be able to talk to each other from behind a NAT you need to deploy a relay server or use STUN and PCP/UPNP and hope that the NAT is configured to support it. This all takes extra development time. Requires extra hardware for the relay server or the STUN server. It's also fragile.

    Without NAT each client knows its own address so no need for a STUN server. Depending upon the firewall it may need PCP/UPNP but there to it becomes simpler.

  6. Re:Enlighten me please on UK's 'Unallocated' IPv4 Block Actually In Use, Not For Sale · · Score: 1

    IPv6 is as finalised as IPv4 is. Whats going on now is tinkering and making IPv4 interop better. The main issue with deploying IPv6 is backend software that assumes that IP addresses are 4 octets, dotted quads or has hard coded AF_INET into the socket calls. Most of these issues are relatively straight forward to fix if you have access to the source code. There are address family agnostic techniques to address these issues that are well known.

    e.g. replace gethostbyname() with getaddrinfo(), replace "struct sockaddr_in" with "struct sockaddr_storage".

  7. Re:Enlighten me please on UK's 'Unallocated' IPv4 Block Actually In Use, Not For Sale · · Score: 1

    Which isn't true. There are a whole suite of technologies designed to allow a IPv6-only host reach IPv4 only servers. Lots of mobile phones are IPv6 only devices today yet they still reach IPv4 only sites. Going from IPv6 to IPv4 is trivial. Going from a IPv4 only client to a IPv6 only server is harder only because it's hard
    to squeeze 128 bits into 32 bits and make that scale to a large number of clients.

  8. Re:Enlighten me please on UK's 'Unallocated' IPv4 Block Actually In Use, Not For Sale · · Score: 1

    Actually it doesn't require the ISP to be completely IPv6 or even deploy the AFTR box as that can be outsourced at the cost of a little more latency.

    The AFTR box is still a LS-NAT. It just isn't a double NAT and doesn't have to be in-line nor a be a traditional router.

  9. Re:Who cares on UK Government Owns 16.9 Million Unused IPv4 Addresses · · Score: 1

    I would suggest that you really should be looking at your security policies to see if they make sense. DDNS with TSIG or SIG(0) is as secure if not more so than whatever script you are running. This is a decade old technology that has been used in some of the biggest companies in the world, read "Fortune 100" and bigger.

  10. Re:Who cares on UK Government Owns 16.9 Million Unused IPv4 Addresses · · Score: 2

    On a mac, system preferences -> sharing, and if you hit edit you can teach it how to register itself in the DNS.

  11. Re:Odd... on Judge Rules Sniffing Open Wi-Fi Networks Is Not Wiretapping · · Score: 1

    Except there never has been the expectation that communication on the Internet is private without encryption and identification of the party you are talking to. The public has been told this repeatedly for the last two decades. This is one of the reasons people are told to use HTTPS when connecting to banks.

  12. Re:Odd... on Judge Rules Sniffing Open Wi-Fi Networks Is Not Wiretapping · · Score: 1

    It's very easy to see what page you are looking up unless you encrypt the traffic by using HTTPS. HTTP sends the requests in ASCII and tcpdump will happily display the entire packet in both hexadecimal and ASCII forms.

    tcpdump -i en1 -s 0 -X port 80

    10:31:22.661164 IP 192.168.191.223.62650 > 216.34.181.45.80: Flags [P.], ack 1, win 33304, options [nop,nop,TS val 1494640011 ecr 2912268514], length 721
            0x0000: 4500 0305 66ba 4000 4006 c360 c0a8 bfdf E...f.@.@..`....
            0x0010: d822 b52d f4ba 0050 4555 d596 dcb5 00b1 .".-...PEU......
            0x0020: 8018 8218 871f 0000 0101 080a 5916 658b ............Y.e.
            0x0030: ad95 b0e2 4745 5420 2f20 4854 5450 2f31 ....GET./.HTTP/1
            0x0040: 2e31 0d0a 486f 7374 3a20 736c 6173 6864 .1..Host:.slashd
            0x0050: 6f74 2e6f 7267 0d0a 5573 6572 2d41 6765 ot.org..User-Age
            0x0060: 6e74 3a20 4d6f 7a69 6c6c 612f 352e 3020 nt:.Mozilla/5.0.
            0x0070: 284d 6163 696e 746f 7368 3b20 496e 7465 (Macintosh;.Inte
            0x0080: 6c20 4d61 6320 4f53 2058 2031 305f 375f l.Mac.OS.X.10_7_
            0x0090: 3429 2041 7070 6c65 5765 624b 6974 2f35 4).AppleWebKit/5
            0x00a0: 3336 2e32 3520 284b 4854 4d4c 2c20 6c69 36.25.(KHTML,.li
            0x00b0: 6b65 2047 6563 6b6f 2920 5665 7273 696f ke.Gecko).Versio
            0x00c0: 6e2f 362e 3020 5361 6661 7269 2f35 3336 n/6.0.Safari/536
            0x00d0: 2e32 350d 0a41 6363 6570 743a 2074 6578 .25..Accept:.tex
            0x00e0: 742f 6874 6d6c 2c61 7070 6c69 6361 7469 t/html,applicati
            0x00f0: 6f6e 2f78 6874 6d6c 2b78 6d6c 2c61 7070 on/xhtml+xml,app
            0x0100: 6c69 6361 7469 6f6e 2f78 6d6c 3b71 3d30 lication/xml;q=0
            0x0110: 2e39 2c2a 2f2a 3b71 3d30 2e38 0d0a 4163 .9,*/*;q=0.8..Ac
            0x0120: 6365 7074 2d4c 616e 6775 6167 653a 2065 cept-Language:.e

    audio and video are not much harder. The Mac comes with all the tools
    required to display / play back audio and video and it is trivial to take a
    stream captured with tcpdump and extract the payload, write it to disk
    then play it back.

  13. Re:Odd... on Judge Rules Sniffing Open Wi-Fi Networks Is Not Wiretapping · · Score: 1

    I've got a digital wireless phone at home. One of selling points was that it encrypts between the handset and the base station. If I had bought a wireless phone that didn't encrypt the radio signal I would expect that it could be heard by anyone in range.

    I've got a wifi at home. It encrypts communication between the wifi capable device and the access point. If I turn that encryption off I expect that anyone the has a wifi capable device is capable of reading the communication.

  14. Re:Odd... on Judge Rules Sniffing Open Wi-Fi Networks Is Not Wiretapping · · Score: 1

    My Mac with factory installed software can dump entire communication streams which I use regularly to debug networking problems.

    "tcpdump -i en1 -s 0 -X port 25" will show all the email being sent.

  15. Re:Communications white paper 2000 on Jimmy Wales Threatens To Obstruct UK Government Snooping · · Score: 1

    There are options that allow you to detect MiTM SSL interception attacks by allowing you to verify the CERT being returned by a path that is not vulnerable. See: DANE.

  16. Re:SSL Certificate on Jimmy Wales Threatens To Obstruct UK Government Snooping · · Score: 1

    No, he is thinking about adding a redirect to the *existing* HTTPS instances for everyone he can identify as coming from the UK.

  17. Re:I have a dream on Jimmy Wales Threatens To Obstruct UK Government Snooping · · Score: 1
  18. Re:self signed on Jimmy Wales Threatens To Obstruct UK Government Snooping · · Score: 1

    And use DANE to publish the CERT in a cryptographically verifiable manner,

  19. Re:Threat? on Jimmy Wales Threatens To Obstruct UK Government Snooping · · Score: 1

    And the next most untrustworthy party is your ISP.

  20. Re:i don't know ... on Networked Cars: Good For Safety, Bad For Privacy · · Score: 1

    Which is why cyclists are often banned from higher speed roads or have dedicated lanes where the difference in speed is likely to cause a issue.

    If you are a slow vehicle you are also supposed to pull over and let other vehicles past.

  21. Re:Pets have rights? on Social Robots May Gain Legal Rights, Says MIT Researcher · · Score: 1

    Actually it isn't forbidden. What is forbidden is driving them on a public road/place without a licence which is about public safety and human rights not car rights.

  22. Re:Do beef cows have rights? on Social Robots May Gain Legal Rights, Says MIT Researcher · · Score: 2

    Both

    Person A kills dog belonging to Person A

    and

    Person A kills cow belonging to Person A

    are both actionable and legal. It is the method of killing that matters not the killing itself.

  23. Re:Skis vs Wheels? on Meet the Very First Rover To Land On Mars · · Score: 1

    The skis still have moving parts. They need to be lifted up and put down. For a robot like this, no moving parts means no movement at all.

    Now there are transport systems with no moving parts but they use linear accelerators.

  24. Re:I call BS on US Doctors Back Circumcision · · Score: 1

    I call BS. Of the 2,437,163 deaths in the US in 2009, 28,088 were due to prostate cancer. http://www.cdc.gov/nchs/data/nvsr/nvsr60/nvsr60_03.pdf

    As they say you are more likely to die with prostate cancer than of prostate cancer.

  25. Re:So... on Windows 8 Changes Host File Blocking · · Score: 1

    Then if I'm a black hat I just run a local http server and redirect traffic where I please. Now if applications checked for 0.0.0.0 and :: and didn't make a connection attempt one could use these to indicate that a site is not to be talked to. Unfortunately most applications will happily attempt to connect to 0.0.0.0 and :: and if there is a local service it will succeed.