Slashdot Mirror


A New Approach to IP Address Exhaustion

akkem writes "For a while now, we've been running out of IPv4 address space, resulting in more and more computers getting put behind NAT devices. That's fine for many computers, but what if you want that computer to be available as a server? As part of his PhD work, my friend Eugene has come up with a nifty solution, AVES, which enables any computer on the Internet to reach one or more servers placed behind a NAT. His approach is to give each server a unique name (via DNS), and to handle all the IP address translation automatically via an overlay network." This looks somewhat similiar to virtual DNS, but taking it another step, and having the server route the requests behind itself instead of just handling it a little differently.

191 comments

  1. Just map ports on NAT to servers on private LAN. by Anonymous Coward · · Score: 1

    Anything incoming to port 80 on the NAT goes to port 80 on foo.hidden.domain.tld. Repeat as needed.

  2. Re:Long-term solution...? by Anonymous Coward · · Score: 1

    Gee, this looks amazingly similar to the summary paragraphs from an interactive week (or one of those rags) article a few months ago!

    Cut-n-paste still good for a few quick&cheap karma points, it seems?

  3. Re:IPv6, IPv4 and other quirkifications by Anonymous Coward · · Score: 1

    The reason no one is using IPV6 is because Microsoft Windows doesn't support it.

  4. AVES: interesting, but useless by Anonymous Coward · · Score: 1
    This doesn't scale.

    You have to have N AVES "waypoints" to access N internal machines using a single NAT gateway.

    The total bandwidth available to AVES "waypoints" has to be at least bandwidth used by all Z AVES-NAT gateways (which is the sum of the bandwidth usage of all their AVES-NAT'd internal machines). This is a lot of bandwidth.

    And regardless of theoretical bandwith comparisons, this will never work for significant amounts of bandwidth. Anyone who has experimented with any kind of tunnelling has probably noticed that the internet sucks.

    Peering points suck. Bandwidth sucks unless you pay tons of money and have dedicated fiber, and even then peering points still suck.

    So what you really need is N AVES "waypoints" for each AVES-NAT gateway that are close to the direct path between A and B. Unfortunately this is pretty impractical even given massive amounts of money to deploy these things.

    And as 8 billion people have already pointed out, AVES makes it impossible to do any real packet filtering by essentially anonymizing the incoming connections, unless you're [un]lucky enough to be running linux 2.4 and want to write a netfilter plugin that gets the real remote ip from the AVES-NAT daemon. As if filtering didn't chew up enough CPU already.

    I really want to know why people are coming up with schemes like this that don't scale at all. Don't they have better things to do with their time?

    DO SOMETHING USEFUL. PROMOTE IPV6 (And learn more about it too, ipv4->ipv6 migration has been thoroughly addressed, no pun intended)

  5. Re:Neat idea, but it's asymmetric routing by Anonymous Coward · · Score: 2
    Actually, in their protocol, the NATbox replying to your request spoofs the AVES waypoint host, i.e. replies with a source IP of [1.2.3.4] to use your example.

    In the paper, the researchers mention that that can cause problems with ingress filtering by ISPs, which can be fixed by forwarding the return traffic through the waypoint as well.

    Read one of their papers.

  6. Re:Goody by Anonymous Coward · · Score: 2

    IP v4 space is not in much danger or running out - lots of space exists. The reason that they are rationing so tightly (www.arin.net) is that the global internet table was growing at such an alarming rate, it threatened to overrun the memory available on even the high end routers. 128M of ram will currently just fit the current table. If you are interested in more about this, read up at Arin (american registry for internet numbers) or go read the archives for NANOG (north am. network oper. group) at www.nanog.org. Again, lots of ipv4 space exists - especially b/c of NAT and the US DOD giving up large portions that it was sitting on. I return you to your programming.

  7. Good idea by Anonymous Coward · · Score: 3

    IP Address Exhaustion is a serious concern. We need to do something to keep our IP addresses from getting all tired out and stuff.

    Maybe we should propose IP Address Naps.

  8. IPv6 by DaveTerrell · · Score: 1
    IPv6 isn't being adopted for one major reason: The OS that 95% of the world uses on the desktop doesn't support it yet. Whistler will have an IPv6 option that is not supported (and comes with big red flags before you can turn it on). A friend of mine that works on Whistler networking has heard that Whistler server will ship with IPv6 as a supported option. Expect that in maybe two years. (The service pack for whistler end-user released at the same time will probably include the same IPv6 stack for production use.)

    Combined with the fact that router manufacturers should have a much stabler IPv6 base by then and critical mass of IP wireless devices should be arriving about then, expect to see a sudden surge in IPv6 connectivity and demand. You heard it here first!

  9. Re:Want this to be a standard? by Nat+Lanza · · Score: 1
    Premission to use, copy, modify and distribute this software and its documentation is hereby granted for non-comerical purposes" That is hardly a BSD-style license.

    I just downloaded cyrus-imap-2.0.12 and cyrus-sasl-1.5.24. Neither license says that. In fact, no file in the cyrus-sasl archive even contains the string "commercial".

    Where exactly did you get that quote from? My guess is that you just pulled it out of your butt.

  10. Re:Want this to be a standard? by Nat+Lanza · · Score: 1
    So you're basing your claim on an outdated version of the code, and you didn't even bother to look at the current version's.

    I see.

  11. Re:Want this to be a standard? by Nat+Lanza · · Score: 2

    CMU's unwilling to use a BSD-style license? Really?

    Funny, when I worked there my lab released a big chunk of code under a BSD license, and the Cyrus IMAP server and Cyrus SASL library both appear to be released under a BSD license.

    Also, you do realize that this project is still in the experimental phase, right? Academic research doesn't have the same release model as open source software -- the goals and constraints are very different. In the open source world, someone else grabbing your code and running with it is great; you've contributed to the community, and people are doing useful things. In the academic research world, that can easily mean that someone else publishes before you do, and you've just spent a lot of time and funding with nothing to show for it. Oops.

    The same goes for the IETF comment -- taking things to the IETF too early is a waste of everybody's time. It's better to try something out and see if it works before trying to standardize it. Not everything is best hashed out completely in committees and over mailing lists.

    I would suggest that you give this project time to develop before trashing it for not being finished the way you'd like it to be, but I do realize that doing so would violate the Slashdot 'gimme gimme, I want it MY way!' ethic.

  12. Re:Again! by mackga · · Score: 1
    katy has big brass balls! iow, she's a he you fucking faggot freak!


    now, holly hunter - there's a babe! plus she's from conyers, georgia!

    --

    "shop smart:shop s-mart" ash

  13. Re:Goody by LoCoPuff · · Score: 1

    But what is being implememnted isn't much better. It's going to have just as many security holes in it, if not more than V6. Why not just work with the new and contend? It's like constantly replacing your cars radiator, while the body rusts out.

  14. Re:ip6 by LoCoPuff · · Score: 1

    The biggest problem is probably training people to use it. At this point it is still a big unknown. We have to wait for everyone to learn how to use it.

  15. Re:OK, don't panic by pod · · Score: 1

    Actually, a lot of the early companies got lots of IPs because, well, they were there early. Xerox, IBM, DEC, Apple, MIT. I don't know my Internet history well enough to know what role BBN played, but obviously they got something for it. All these companies have got to be wasting TONS of IPs... Apple for example... I'm sure all of Microsoft's IP blocks don't nearly add up to a class A, what's Apple doing with theirs?

    --
    "Hot lesbian witches! It's fucking genius!"
  16. Re:OK, don't panic by pod · · Score: 1
    Whoa, hold on there cowboy! I'm quite aware of CIDR notation, and your reply, while insightful, has nothing to do with my post. Classes are a perfectly valid way of measuring IP space. It's much simpler to say I have a class C than it is to say I have 209.91.122.0/24 of IPs. Besides, my post was about the _abuse_ of class allocation, and while I didn't explicitely write it, one could say I was advocating breaking up those class A blocks into, wait for it, smaller CIDR blocks! In fact, I was going to link to RFCs 1466 _and_ 2050.

    So in the future please refrain from getting snooty on people and referring to them as MCSEs without cause.

    --
    "Hot lesbian witches! It's fucking genius!"
  17. OK, don't panic by pod · · Score: 5
    Doesn't anyone find it strange how we've been running out of IPv4 address space for the last couple of years?

    Here are some stats from ARIN (unfortunatelly these are circa 1996...):

    Grand Total (Allocated and Assigned Combined)
    Class A - 127
    Class B - 10150
    Class C - 764202

    Right... so there are 127 institutions with class A's all to themselves. Now that's really efficient. Even a full class B (which 10000 organizations have been blessed with) is overkill.

    Percentage Allocated (Allocated and Assigned Combined)
    Class A - 100.00%
    Class B - 61.95%
    Class C - 36.44%

    Now, the offenders are here (this list _is_ up-to-date). Most notable class A assignments:

    • GE (ok - 1)
    • Bolt Beranek and Newman (BBN? that's a lot og IPs - 3)
    • IBM (ok - 1)
    • ATT (hmm, I guess telcos need some IPs too - 1)
    • Xerox (well earned - 1)
    • HP (lotsa research, ok - 1)
    • DEC (same, ok - 1)
    • Apple (definitely overkill - 1)
    • MIT (well earned as well - 1)
    • Ford (good one! - 1)
    • Halliburton Company (huh? - 1)
    • PSI (hehe - 1)
    • Eli Lily and Company (wtf? who are these guys? - 1)
    • Bell-Northern (no comment - 1)
    • Prudential Securities (that's funny... - 1)
    • duPont (I'm sure they're using it all... - 1)

    The rest goes to IP registries to dish out in comparatively puny class B and C chunks, and of course the US government.

    --
    "Hot lesbian witches! It's fucking genius!"
    1. Re:OK, don't panic by sheldon · · Score: 2

      Halliburton is the oil company Vice President Dick Cheney was appointed to represent, err... I mean used to work for... :)

    2. Re:OK, don't panic by knick · · Score: 1

      There is very good reason to know, and teach, the class structure. Just becuase CIDR is now commonly used, doesn't mean that all routing protocols in use are classless. There are 1000's of networks out there using clsssful routing protocols, and thus, it is important to know how these are used. After all, just becuase you are running RIP with a Class A network, doesn't mean that you are useing a public Class A network. There are 1000's of 10. networks out there, and many of them are using classful routing protocols.

      There are way too many network engineers out there that don't understand the class structure, and how it effects summarization. Making a blanket statment that this is history, and no longer needed, is pure rubbish.

      --knick

    3. Re:OK, don't panic by jdaily · · Score: 2

      I feel cool; I've worked for BBN and Eli Lilly and Company, so I've been involved with 4 class A networks.

      Eli Lilly and Company is a large pharmaceutical firm who has had an Internet connection since the late 80s, long before most non-technology companies of similar size.

      As I understand the history from someone who should have known, Eli Lilly originally applied for a class B address space back in the late 80s/early 90s, but Jon Postel himself suggested that they ask for a class A instead.

      Postel later criticized Lilly (among others) for not returning the extra addresses.

      It should be pointed out that renumbering 40,000+ computers is a non-trivial task, and handing back portions of the address space would likely cause other headaches. To be honest, I'm not certain anyone has actually formally asked Lilly to turn the space over.

    4. Re:OK, don't panic by hburch · · Score: 2
      Class A - 100.00%

      There are 126 class A's address spaces (1-126) (0 is used for localnet, and 127 is used for loopback). 10 is reserved for private address space by RFC1918, so that's 125 left.

      Currently, ARIN has 67-79 listed in RESERVED-7, 82-95 listed in RESERVED-11, and 96-126 listed in RESERVED-8. The list you gave additionally has 1, 2, 5, 7, 23, 27, 31, 36, 37, 41, 42, 49, 50, and 59-60 (and those still appear to be in the same state). That's a total of 72 unused class A's that aren't even assigned to a registry representing 28% of the address space.

      219-223 are also unused (RESERVED-5), as are 240-254 (although they don't appear in ARIN's DB), for another 8%.. APNIC hasn't really begun to use 218. ARIN is currently doling out 63-66. 197 and 201 don't seem to be used.

      Additionally, there are 15 class A's that are assigned but not used (publically routed):

      • 7 (DISA)
      • 8 (BBN)
      • 11 (DoD)
      • 14 (Public Data Network...packet net?)
      • 19 (Ford)
      • 21 (DDN)
      • 22 (DISA)
      • 28 (DSI)
      • 29-30 (DISA)
      • 34 (Halliburton)
      • 43 (JAPAN)
      • 48 (Prudential)
      • 51 (UK's equiv to SSA?)
      • 54 (Merck)

      There's quite a bit of IP space left. We may need a larger addressable space, but we don't need it tomorrow; the day after tomorrow will be fine.

    5. Re:OK, don't panic by tringstad · · Score: 1
      Agreed.

      I didn't refer to you as an MCSE, it is the certification itself that I was reffering to, which I myself have. This is why I am aware of how much they tried to drive the old structure (and so much other outdated crap) home, and the reason that people who are better at memorizing posted test answers, vice actually understanding how things work, are far more likely to pass.

      My overall point was more about how hearing Classes mentioned 5 years after they were done away with drives me nuts, because of my pedantic nature.

      Also, I disagree that my comment was at all insightful, I was trying more or less to be informative. It took no great insight to say "They don't do it like that no more".

      &nbsp&nbsp-Tommy

      --
      "I got a half gallon of Jack, and 2 dozen Ant Traps. I'm about to get wild." -me
    6. Re:OK, don't panic by tringstad · · Score: 1
      The fact remains that many institutions have what used to be "Class A" and "Class B" networks allocated to them, and they doubtlessly are not using all those addresses.

      True, which is why the question we should be asking is not why these companies were alloted these address spaces, over 5 years ago, but why are they still allotted if there is now a better way to distribute the space.

      As is pointed out in another post in this thread, Stanford willingly gave unused space back. Maybe others should unwillingly do the same.

      Your pontificating about CIDR is not relevant.

      It was relevant, even if it was a bit tangential, however I was not pontificating. Pontification is when you state your opinions in an indignant manner, not facts. You should check out a dictionary.

      &nbsp&nbsp-Tommy

      --
      "I got a half gallon of Jack, and 2 dozen Ant Traps. I'm about to get wild." -me
    7. Re:OK, don't panic by tringstad · · Score: 3
      Your post is actually interesting, but completely incorrect as there is no such thing as Class A, B, or C addresses anymore, nor have there been for a long time now.

      In November of 1996, RFC 2050 regarding Internet Registry IP Allocation Guidelines, and Classless Inter-Domain Routing (CIDR) was introduced and used ever since.

      Unfortunately, some people, and certifications (coMCSEugh) cling to the old Class structure, and demand that people remember it, in order to go about properly mucking up large networks with a limited understanding of routing protocols (TCP/IP is a routed protocol, not a routing protocol) .

      &nbsp&nbsp-Tommy

      --
      "I got a half gallon of Jack, and 2 dozen Ant Traps. I'm about to get wild." -me
    8. Re:OK, don't panic by trinity93 · · Score: 1

      BBN is now known as genuity and is a major tier one provider (owned by verizon now, used to be part of GTE before the Bell Atlanic merger with GTE

      --
      We substituted the coffee Slashdot normally drinks with "Sandoz Crystals", Lets see if they notice the difference
    9. Re:OK, don't panic by bighouse · · Score: 1

      First: my company has about 7000 network devices, and owns 4096 IP addresses (24 class C's). Due to our migration to RFC 1918 addresses, we currently use about 6 of our 24 class C's (8bit or 24bit networks in CIDR, i can never remember) on the internet. 16 of the remaining class C's are contiguous. Second: are assigned addresses transferable? Are these valuable corporate assets? Has anyone (compaq) ever bought a company whose only tangible asset was IP addresses (Digital)?

    10. Re:OK, don't panic by targo · · Score: 1
      Halliburton is the #1 oil drilling company, 93k employees, worldwide operations. As big as Du Pont, not worse than the others.
      Eli Lilly is a major drug producer but I doubt they would need a class A.
      I don't understand Bolt, Beranek and Newman. They had a role in creating ARPANet but I don't know if they do anything nowadays. And THREE As? Strange.

  18. Re:lets start right now! by Misagon · · Score: 1

    You can start using IPv6 right now even if your ISP only supports IPv6, by tunneling it using 6to4 to another 6to4 machine acting as gateway. The 6to4 tunneling protocol is in the kernel as of at least 2.4.1 (earlier version than that I believe you need to apply a patch or two). If you live in Sweden (like me), check out SICS' 6to4 gateway. They have connections to the 6bone and to several ISPs (it is recommended that you try one of those first).
    ---

    --
    "We mustn't be caught by surprise by our own advancing technology" -- Aldous Huxley
  19. The big myth by Nethead · · Score: 1

    We are NOT running out of IP addresses. We are adding too many routes to the global routing tables that must be held by all routers running bgp connected to multiple tier 1 backbone providers. This is one reason why IPv6 is still vapor. It doesn't address the size of the global routing tables.
    --
    Joe Hamelin

    --
    -- I have a private email server in my basement.
  20. Re:IPv6, IPv4 and other quirkifications by jd · · Score: 2
    The MBone, per se, no longer exists. Those involved switched over to using native multicast about 10 years ago, spelling the demise of protocols such as DVMRP and the introduction of PIM-SM and PIM-DM.

    Obtaining a multicast tunnel, these days, is an impossibility inside an absurdity. Try asking for a tunnel on the MBone mailing list, some time. If you're lucky, you'll only be talked down to, as if a small child.

    (Personally, I know children who can out-program pseudo-intellectuals any day. A degree and a job in an ivory tower doesn't make you smarter or better. It just gives you a better view of the ground, when the foundations collapse.)

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  21. Re:IPv6, IPv4 and other quirkifications by jd · · Score: 2

    There are also alpha-quality patches for Win 95/98 from Microsoft's development website.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  22. Re:IPv6, IPv4 and other quirkifications by jd · · Score: 2
    Depends. If the ISP uses an IPv4-IPv6 translator, then the user should be able to play any networked game, or use any other networked software, without restriction.

    (That assumes, though, that ISPs have an interest in providing a service, rather than simply making a quick buck.)

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  23. Re:lets start right now! by jd · · Score: 2
    Your best bet is to check the IPv6 information over at Lancaster University. They have a complete map of the 6bone as it currently exists.

    (Pointers to them are on: http://www.6bone.net)

    IPv6 and IPv4 can run concurrently, but unless you have some kind of translation layer, you can't simply connect to an IPv4 machine through IPv6. It isn't backwards-compatiable.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  24. IPv6, IPv4 and other quirkifications by jd · · Score: 3
    IPv6 is ready, reliable and robust. It supports IP migration, Mobile IP, multicasting, automatic addressing, proper flow control, and all sorts of other goodies.

    So why is it not being used? Easy. Same reason multicasting isn't used. None of the ISPs want to upgrade first. They want someone else to take the fall, if there's a problem. The whole bit about demand is politik-speak for "we're not telling anyone what we -could- be selling them, cos customers in the dark are so much easier to sponge off."

    So, how to get round these neanderthals? Again, easy. Proxy servers. What you need is not NAT as it is currently used, but rather IPv4IPv6 NAT. Then, end-nodes can use IPv6, whether the ISPs ever do or not.

    This is the reverse of the dismally failing attempt to push multicasting, by concentrating on the backbone. The backbone doesn't matter! It's what the user can do - and KNOWS they can do - that counts. Everything else is fluff.

    If NAT boxes and NAT solutions worked by mapping IPv4 to IPv6, you can be damn sure that Microsoft's IPv6 stack would be stable and on people's desks in a week, with AOL following a few days after.

    Why? When it's taken YEARS just to persuade a few hundred sites to even experiment with the protocol? Because image is everything. Mess up your image, and you're dead in the water.

    (This goes back to why ISPs are about as likely to try new things as a vulture is to go vegetarian.)

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:IPv6, IPv4 and other quirkifications by TheSync · · Score: 2

      Obtaining a multicast tunnel, these days, is an impossibility inside an absurdity

      Actually, it is not (UUNET will gladly give you a DVMRP tunnel for a few hundred a month, if you're a customer). And there are reasons why you might want to do a DVMRP tunnel rather than MBGP.

      Of course, you do want to run PIM-SM within your network.

    2. Re:IPv6, IPv4 and other quirkifications by The+Pim · · Score: 2
      This is the reverse of the dismally failing attempt to push multicasting, by concentrating on the backbone.

      You don't seem to understand how the MBone works. It's the opposite of concentrating on the backbone. Users behind the multicast router get real multicast, and the router tunnels it over unicast IPv4.

      The lesson of the MBone is that even when you can put real multicast on people's desktops, the infrastructure still resists change.

      --

      The evaluation of an action as 'practical' . . . depends on what it is that one wishes to practice.
    3. Re:IPv6, IPv4 and other quirkifications by Fishstick · · Score: 2
      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    4. Re:IPv6, IPv4 and other quirkifications by Fishstick · · Score: 2
      No, you are right, and that is a _very_ isolated example. I think it is gonna be a long time before there is widespread support for ipv6 in common applications like games and such.

      It seems it boils down to short-sighted economics.

      ---

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

    5. Re:IPv6, IPv4 and other quirkifications by Moghedien · · Score: 1

      Umm... I have IPv6 on my Win2k-box. Admittedly, it's a beta release, but IE haven't had any trouble accessing the few IPv6-servers I've found out there.

      --
      I've come to... anesthetize you!
    6. Re:IPv6, IPv4 and other quirkifications by Gsus2 · · Score: 1

      Can you play Quake/Unreal etc. on IPv6 ?

    7. Re:IPv6, IPv4 and other quirkifications by Gsus2 · · Score: 1

      You are right, I forgot that article.

      The problem is that if you wanna play some other game than quake like Tribes 2 you can't use IPv6. Correct me if I am wrong, but if an ISP decides to upgrade to IPv6, then their customers wouldn't be able to play any other games than Quake until the gameproducers release an IPv6 patch. This would make it more difficult for IPv6 to become the new standard.

  25. Re:connect(aton(AF_INET, ip_address)) by mattdm · · Score: 1

    Software which requires IP addresses and doesn't understand DNS is broken.

  26. Re:connect(aton(AF_INET, ip_address)) by mattdm · · Score: 1

    Maybe. That's certainly *less* broken.

  27. use the RT resource record by synaptic · · Score: 2

    Why don't we just use the RT (route-through) resource record? It's been around for ages, is supported by bind et al, and could allow nearly unlimited use of existing address space.

  28. This is not only a kludge but badly designed by MushMouth · · Score: 1

    This whole thing is stupid. If the "Waypoint" knows the name of the machine that it is connecting to why not simply build that information into NAT? In other words, we have a protocol such as HTTP/1.1 which sends a hostname in its header (The only way the waypoint can identify the host in question) So build a http filter into NAT. host1.mushmouth.com, and host2.mushmouth.com both point to the same IP, NAT can simply read the HTTP header and know that host1 requests go to host1, and host2 requests go to host2. A filter such as this can be made for protocols that name the machine in their heaaders. This "AVES" solution is typical PhD type overkill shit, gotta make it hard, cause I need to drag it out over years.

  29. connect(aton(AF_INET, ip_address)) by TBone · · Score: 2

    Then game publishers should put out a patch to change the IP address inputs to a textbox input, require names to connect, and be done with it. The code to use a name instead of an IP address is about 5 lines longer and adds about half a second to execution times in bad DNS traffic conditions. Besides, if any number of names could map to a single IP address, then no company would have cause to prevent you from requesting TBONE.MYISP.COM on your account when you dialed in. In fact, you could have your own internal IP address in your provider, assuming every provider used the Class A private network for their internals.

    --

    This space for rent. Call 1-800-STEAK4U

    1. Re:connect(aton(AF_INET, ip_address)) by yamla · · Score: 2
      The whole point, though, was that software did not have to be changed. If we are going to require a great quantity of software to be modified, we may as well move to IP6.

      I, of course, agree that games should allow you to enter a domain name instead of an IP address. I also think games should allow you to configure which ports it uses.

      --

      --

      Oceania has always been at war with Eastasia.
  30. Re:IP6 is still a long way away by Cato · · Score: 2

    IPv6 may well happen first in mobile networks - this is due to the number of mobile phones (about 500 million currently), and the fact they are becoming IP enabled (about 70% of mobile phones use GSM, and most GSM networks are going GPRS, enabling IP to the phone).

    GPRS is an easy upgrade for GSM networks and US TDMA (IS-36, i.e. digital cellular other than CDMA) networks. It includes a tunnelling protocol that allows the tunnelled address of the phone to be IPv4 or IPv6. And in the 3G world, IPv6 is part of the standards from the beginning.

  31. Re:Neat idea, but it's asymmetric routing by Cato · · Score: 2

    This is really horrible - anything that discourages ingress filtering makes it a lot easier for script kiddies to DDoS the world. And routing all traffic via the waypoint server means you have now created a centralised network with sub-optimal routing.

    This really does illustrate how successive kludges on top of IPv4 (NAT, AVES, etc) will make it essential to migrate to IPv6...

  32. Are you Jon Katz? by Paladeen · · Score: 1

    Are you Jon Katz logged in under a different name? =)

    1. Re:Are you Jon Katz? by Fishstick · · Score: 1
      sure looks like it, don't it? ;-)

      But no, alas.. he is Yu Suzuki posting under a different name, apparently.

      ---

      --

      There is much cruelty in the universe, John.
      Yeah, we seem to have the tour map.

  33. Re:New Approach? by artdodge · · Score: 2

    Of course, in the modern web you can assume that every client will include a "Host" header in its requests... Netscape has done it since 1.1, and you're required to do it if you claim to be HTTP/1.1 compliant (which is just about everyone these days except for squid, and they still conform to a good chunk of RFC2616 except for the caching nitty-gritty).

  34. Re:Just map ports on NAT to servers on private LAN by cronio · · Score: 1

    but that only works if you only have ONE server that wants port 80 behind the NAT.

    --


    My plan is to pimp before they realize I'm a jackass. Hit 'em hard and fast.
  35. Re:This has been done before... by Graymalkin · · Score: 2

    Unfortunately only HTTP 1.1 supports a hostname in the packet header. Most web hosts use virtual hosts in order to stick a shitload of domains on a single server (and thus IP) and charge you a bit of mula for it.

    --
    I'm a loner Dottie, a Rebel.
  36. Re:this is how we create messes by Graymalkin · · Score: 2

    What the fuck? Port assignments are an RFC stanrd (I don't remember exactly which one) they aren't just random assignments people decided looked pretty. Theres 65000 or so ports because the designers of TCP weren't exactly sure how they were going to be assigned. You can't just open up 65,000 or so ports to the outside world. Thats how people easily DoS your network.

    --
    I'm a loner Dottie, a Rebel.
  37. Re:this is how we create messes by Graymalkin · · Score: 2

    You can run a network service on any port of your choosing but if my client isn't trying to access your server on the right port I CAN'T CONNECT TO YOU.

    --
    I'm a loner Dottie, a Rebel.
  38. Re:What about splitting up some of the old class A by Arkus · · Score: 1

    Maybe AOL could use that many if all their users were given real IPs =P ... otherwise to answer your question, yes it would be a great help to have a good chuck of those IPs back.

    --
    -- Just my $0.02 worth...
  39. Re:Creative use of IP addys by Lennie · · Score: 1

    Actually Lynx was probably one of the first because it's based on the Libwww.

    --
    New things are always on the horizon
  40. Re:NAT and Security by augustz · · Score: 2

    Looking at their AVES "setup" page, anyone is permited to go and setup dns mapings. How do they authenticate that I own the machine I am mapping? Otherwise I can just map right through the NAT.

  41. NAT and Security by augustz · · Score: 3
    NAT devices have the nice side benefit in that it makes hacking them from externel networks tricky. So for the home user behind a high-speed net connection, even if they leave their computer wide open to attack, it may not be trivial to actually attack it.

    What happens if someone forges a AVES DNS entry to point to an internel IP, and then uses the AVES protocal hooks on the NAT to actually drive through the NAT and hit that machine?

    I don't see this shipping in the default "on" position anytime soon in the future, but a neat way around IP connectivity issues behind a NAT.

    1. Re:NAT and Security by maraist · · Score: 2

      What happens if someone forges a AVES DNS entry to point to an internel IP, and then uses the AVES protocal hooks on the NAT to actually drive through the NAT and hit that machine?

      Theoretically, this is easy to defend against.. You simply provide private-key authentication between the NAT server and the AVES router. Yes it can be implemented poorly (especially with proprietary closed-eyes windows drivers).

      Additionally, I would assume that the NAT is client-side configured to explicitly allow ports and machines. Thus quake, web and email ports would be all that could be hit. Faking the router (as I assume you're talking about), wouldn't be able to bypass anything; with the possible exeption of DOS attacks.

      -Michael

      --
      -Michael
    2. Re:NAT and Security by grammar+fascist · · Score: 1

      NAT devices have the nice side benefit in that it makes hacking them from externel networks tricky. So for the home user behind a high-speed net connection, even if they leave their computer wide open to attack, it may not be trivial to actually attack it.

      Amen. One of my favorite NAT tricks is to use DNAT to forward services to machines running different operating systems. When you ask nmap to TCP fingerprint the firewall, it says ??????? and asks you to send the fingerprint information away.

      Not only that, but many attacks require multiple services, and many more open a port for the attacker to connect to later. If somebody opens a port on your internal box, they can't use it. They'd have to compromise your firewall as well. (And all I've got running on my firewall is sshd.)

      That being said, I don't just sit back and assume that everything is safe. CONSTANT VIGILENCE!

      --
      I got my Linux laptop at System76.
  42. Re:Creative use of IP addys by Tolchz · · Score: 1

    The fuss is about providing a service with one of your Nat'd boxes. How are you going to assign a domain name to a non-routable IP address ?

  43. To clear up your misconceptions. by mindstrm · · Score: 2

    All computers should have publicly reachable IP addresses; this makes writing new network applications far easier. You can assume a fairly transparent network. With the IP shortage, this is no longer the case.

    BTW.. they aren't 'fake' IPs, they are 'reserved' IPs.

    And http is one of the ONLY protocols that includes the domain being looked up in it's own protocol.

    In short, we have something that came about via an oversight in the original design of the protocol (that 32 bits would be enough address space), and now people like you are complacent about the hacks we use to get around it?

    What we need is IPv6, deployed properly. And it's going to happen.

  44. Re:For crying out loud! by jilles · · Score: 2

    Ipv6 will take years to deploy. My guess is that you won't see it until something like ten years from now. Consumer operating systems do not support ipv6 and/or require significant and non trivial tweaking to support it (this is not likely to change for a while). As long as this is the case, ipv6 will be the standard. Port forwarding does not really help because you can only forward a port once (which sort of sucks if you are running more than one webserver behind NAT).

    A kludgy solution like outlined above might just be a nice solution for many small companies and home users. I'd hate to get a more expensive account from my isp just for the additional IPv4 nrs when stuff this would solve my problem just fine.

    --

    Jilles
  45. Re:For crying out loud! by jilles · · Score: 2

    I meant "ipv4 will be the standard" of course, silly me.

    Sorry, I really should preview,

    Jilles

    --

    Jilles
  46. Re:IPv4 Exhaustion? Where? by maan · · Score: 1

    There's exhaustion right here, right where Eugene is doing his research: CMU. We're running out of addresses, and look at this. Last semester they were handing out tshirts to those who agreed to use a dynamically assigned ip instead of a static, for both DSL and wireless users.

    So really, I appreciate Eugene's research, especially if next year I'll be connecting through another ISP, that only gives me one static IP.

    Maan

  47. Re:Want this to be a standard? by ravenwing_np · · Score: 1
    Where is the source code? What is the license terms? (given CMU's lack of willingness to use BSD style license....Strike 2)

    This kind of automatic "Give me the source, give me the BSD style license" makes me sick. Not everything has to be free and open to make it useful.

    Also, this is a research project. Not a proposed standard, not a cog on someone else's wheel, but a project to answer a real world problem. To quote the grad's web page "[m]y thesis research is focusing on providing connectivity across Internet networks of heterogeneous address spaces." You know, doing something useful as opposed to just writing some hack and giving it to the world.

    What have you contributed to open source?

  48. Re:Goody by lovegoat · · Score: 1

    Why wait for IPv6. Its here today!! Use it!!

    --
    Lottery: a tax on those bad at math.
  49. For those that did not understand why.. by GauteL · · Score: 2

    IPv6 is the long term solution to the ip-exhaustion-problem.
    However, the adoption of IPv6 is dependent on several other parties, over which you personally may have no control whatsoever.

    This solution could be deployed today, without having to wait for all parties to adopt IPv6, something which may actually never happen.. a different protocol may be used at the time that people actually convert.

  50. Re:wait, can't port forwarding already do this? by JatTDB · · Score: 2

    If you've got enough servers behind a NAT box to care about that, you've got plenty of reason to get a small range of IPs from your service provider. Simply "dedicate" one IP per server that needs some ports forwarded, or overlap as needed.

    --
    "That's Tron. He fights for the Users."
  51. I can't see this ever getting implemented by penguinboy · · Score: 1

    Why? From their abstract, it looks like the AVES system requires support from the DNS servers. The reason for this is that the AVES system works by assigning a waypoint's IP to a customer's hostname when a user looks up the IP. Since the waypoint must know the source IP (in order to know where to expect packets from and forward them to the customer's NAT gateway), the user's system must be querying an AVES-aware DNS server directly. While upgrading DNS servers to support this wouldn't be as huge an undertaking as upgrading all of the Internet's routers to IPv6, it would still take a significant amount of effort and time.

    In addition, since AVES depends on a DNS TTL of 0 when sending responses to clients, using AVES could cause a performance hit for clients. While doing a DNS lookup before initiating every connection probably wouldn't be a problem for singe users on a broadband connection, it may be noticeable for users on dialup or for a whole network that's behind a medium-sized pipe. Or, if it doesn't pose any problems for clients, it may mean a significantly increased load on DNS servers. Servers that typically just need to respond to a single query when a client wants to connect to a website would end up answering several queries by the same client because of the 0 TTL requirement. The servers would also have the added load of notifying waypoints.

  52. Re:wait, can't port forwarding already do this? by ADRA · · Score: 1

    The original poster implied that the services that were being offered by the servers was similar. In order to use it though, one would have to have a port for every server behind the firewall, not just port 80 for HTTP, but port 80,81,83,etc..
    I would hate to type in http://www.somecompany.com:35525, and I am sure consumers would too.

    Because the resolved DNS request is not known on an IP level, one would have to grossly hack the application protocol to sniff out the DNS address requested, if the address was even sent with that protocol.

    By taking a position of superiority you show how nearsighted you are. Thus Spake ADRA

    --
    Bye!
  53. Re:wait, can't port forwarding already do this? by ADRA · · Score: 1

    Because it is built into apache, an application layer protocol, NOT the IP firewall tool. The only difference with this system is that it brings DNS to the IP firewall level, but HTTP is the only protocol top benefit from this.

    By taking a position of superiority you show how nearsighted you are. Thus Spake ADRA

    --
    Bye!
  54. Re:Sounds interesting, but... by ADRA · · Score: 1

    Mind you that I did not read the protocol as fine as you did, I still have points on the feasability to add.

    1. The DNS Server must know about the "special" masquerading rules involved with sending an "expect a request to " message to the waypoint box. This is broken. Every DNS server on the internet would have to support this option, and the DNS server must find out if this masqueraded DNS name is authentic, or if it is a virtual site.

    Explaination: Since DNS names are cached from one DNS server to the next, one cannot guarantee that a client would request a DNS lookup on a server under their control, so to guarantee a sucessful transaction, all DNS servers must know about this DNStoIPMASQ trickery, hence iterative adoptance of this protocol is impossible.

    2. Ignoring the first point, unless every TCP/IP protocol stack also changes, it is impossible to guarantee that the DNS "expect a request to " request will ever arrive before the actual client's request. The only redemtion would have the waypoint server queue the packet for a timeframe until the DNS message arrives. See DOS attacks for why this will never be implemented.

    Man, I went to a trade school for computer science so I never got a chance to do real research. Now I will never be featured on slashdot... wah!

    By taking a position of superiority you show how nearsighted you are. Thus Spake ADRA

    --
    Bye!
  55. Sounds interesting, but... by ADRA · · Score: 2

    It loosk liek a good way to help out bulk web server farms, but it does not even come close to the IP shortage problems.

    Because one is using DNS as the map to the NAT'd server, the server must actually receive the DNS address as part of the request. HTTP is the only common "over the internet" internet protocol that has this functionality.

    I am not too afraid of the IP shortage much in the short term anyway. ICANN and the IP sub-orgs have handled the translation to more effective IP blocks very well, and since people have to pay for them now, it is unlikely that the will be used frivilously. Plus, the internet, despite its massive growth in user nodes will eventually crest I think soon enough to eliviate heavy strains.
    etc...

    By taking a position of superiority you show how nearsighted you are. Thus Spake ADRA

    --
    Bye!
    1. Re:Sounds interesting, but... by shyster · · Score: 2
      Because one is using DNS as the map to the NAT'd server, the server must actually receive the DNS address as part of the request. HTTP is the only common "over the internet" internet protocol that has this functionality.

      I'm not sure I understand what you're referring to here. If the client makes a DNS request (can happen with HTTP, FTP, SMTP, POP, etc.) for a NATed server, then the DNS server will give the client the IP address for a waypoint.

      At the same time that the client is receiving the info on the IP address, the waypoint is receiving info from the DNS server that it should expect a packet from the client's IP address 1.2.3.4 and forward it to 5.6.7.8:901 (the address for the NAT box and a predetermined port number based on the service requested). At some point, the waypoint or the DNS server must also notify the NATed server of the originating IP address 1.2.3.4 so it can serve the request without having to travel back thru the waypoint. I don't know if this is a seperate packet, or if the TCP header is unmodified, or what. I didn't see any details on that.

      The NAT box receives the forwarded packet, and since it recognizes the waypoint (?or does it simply let all packets thru? it's not clear form the write-up AFAICT), it lets the packet thru and forwards it to the NATed server.

      The NATed server processes the request and replies to the client's original IP address. A tunnel thru the NAT box has now been opened.

      A way to bypass the waypoint for the rest of the "conversation" might be to set an extremely low TTL on the DNS records. The DNS records (Dynamic DNS) would be automatically updated from a request by the NAT box (or waypoint) once the initial request is served, along with a higher TTL. The tunnel should now be opened on the NAT box, and it can set a DNS record with it's IP address. The client IP 1.2.3.4 would clear it's DNS cache of the original record and retransmit a DNS request, which would give it the IP of the NAT box.

      Errr...wait...that wouldn't work for at least one reason. If a DNS request came from another source during that conversation, it would receive the NAT box's address, but the NAT would drop it, as no connection was established. The only way I can think of right now to implement it, would be to have the DNS server keep track of the requests served, and after serving a client the waypoint IP, serves that client (and only that client) with the NAT IP.

      This is a very nonscalable, kludgy, and high overhead proposition. On the one hand, you can route all the client to server traffic thru a waypoint. That's a lot of bandwidth if people actually use this. OTOH, you can try to hack together what I mentioned with DDNS. That's a lot of overhead, and may require the client to install software to modify lookup times and such. Oh well...nice research project at least. At least he got featured on Slashdot (every CS/CE student's dream, isn't it?)

  56. Re:IPv4 Exhaustion? Where? by Skynet · · Score: 1

    DSL Companies can use NAT technology on their subscribers too. I am NATed by my DSL company. My linux machine has no external IP address - only an internal. This really sucks, BTW. I can't host Quake games or serve up pr0n for my buddies.

    Y_Y

    --
    Execute? [Y/N] _
  57. Re:Want this to be a standard? by roca · · Score: 2

    Apart from the fact that CMU does release plenty of BSD-style-licensed code, any talk about the IETF is totally irrelevant because AVES does not introduce any new standards or require any new infrastructural support. It can and is being deployed today with no cooperation from anybody.

    It would be nice to have the DNS protocol changed a little bit so that forwarded requests contain the address of the original requestor. But that's a completely orthogonal issue and other people (e.g., Akamai) want that too.

  58. hooray by caffeineboy · · Score: 1

    Another kludge to deal with stupid allocation of existing "real" IPs...

    Well, at least somone realizes that there is going to be a need for different sollutions to the problem of migration to ipV6. Hell, we americans still can't figger out that there metric system, let alone how to use AAAA records.

    Seriously though, There is a LOT of capital out there in hardware that doesn't support ipV6 yet, and a lot that never will... Lessee - large numbers of switches, routers, cable modems, print servers, gateway devices, etc... Using a tunnel to the 6bone will work for a little while, but there is some serious labor to be invested once ipv6 ONLY hosts start going up... Anyone have a feeling that there are going to be a lot of disgusting hacks to allow old hardware to keep working?

    Somone PLEASE put something really cool on there with no IPv4 access so that we can all get a fire lit under our asses.

    --
    +++ ATH0 +++
    1. Re:hooray by ispq · · Score: 1

      It's not heavily used in the US, unless you count the fact that all weights and measures in this country are based on the metric system, and have been since the 19th century when congress passed a law saying they had to be. On-topic, people should devote all this energy currently put on kludging the existing ip system to getting the new 128 bit ip system working. Don't you want to be able to assign an ip address for every particle in the known universe?

  59. Re:wait, can't port forwarding already do this? by M-G · · Score: 1

    Yep. Port fowarding works just dandy for this. I've got web servers, mail servers (SMTP and IMAP), and other stuff all behind a Linux Router Project box.

  60. Re:Neat idea, but it's asymmetric routing by ddstreet · · Score: 1

    Mmm, ok...so we're sending ALL traffic then through the waypoint...

    first off, anyone who happens to be behind a NAT box that they can setup to do this, (i.e. probably a home network) will most likely not have a spare 'waypoint' hanging around outside their NATted network.

    second, if all traffic goes through the waypoint, what the hell are we involving the NATted system for? Just use the 'waypoint'.

    I cannot see how this would be useful to anyone. There are too many potential problems and requirements, and not much benefit.

  61. Re:Why not? by Milican · · Score: 1

    hehe.. they did.. and then some.. its called IPv6.

    JOhn

  62. Same idea, cooler projects: by tqbf · · Score: 3
    David Cheriton has a research group working on this problem at Stanford DSG --- "TRIAD", a DNS- based overlay that integrates the DNS query round-trip with the transport handshake round-trip and ties resource location to request routing.

    Robert Morris has a group working on overlay networks as an alternative to basic Internet path selection --- RON. They are concentrating on overlays as a means of allowing intelligent or policy-based routing decisions on a small scale effect decisions on the large-scale Internet.

    Of course, multicast is only going to happen via overlay networks. There are many groups building scaleable overlay networks for content and data delivery today. I'd go so far as to say that multicast semantics are going to drive adoption for routed overlay technology, which will then be used to bridge NAT domains later on.

    A valid question to ask in response to this article, though, is "what address exhaustion"? Does anyone have real, valid numbers + methodology for address depletion on the post-NAT Internet?

  63. Re:IP6 is still a long way away by tqbf · · Score: 3
    Cisco desperately wants to deploy IPv6, for the same reason every year for the past few years has been "the year multicast will happen" at Cisco. Cisco's core technology has been commoditized. If the core of the network changes dramatically, Cisco gets to leverage a huge mass of expertise and reputation to get a new handhold on the market. If it stays the way it is now, Cisco competes on raw performance against competitors who are just as capable as they are.

    Unfortunately for Cisco, ISPs don't particularly want to deploy IPv6. It doesn't make them more money. Gadget internetworking (http://www.yourwaffleiron.com) hasn't happened yet, and when it does, there's no reason why it can't be made to fit into the 32 bit space we already use. Security has already been addressed by opportunistic IKE/ISAKMP/IPSEC, SSL, and SSH.

    In a network that already aggressively uses NAT, private addressing, and overlays, what does extra address space really buy us?

    Nonscaleable routing table growth!

    Personally, as a low-level network application developer, I'm in no hurry to see IPv6 deployment. I generally have a problem with the way infrastructure developers have pushed more and more problems into the core of the network. This is contrary to the end-to-end argument that the Internet is based on. The more we do in applications, the more flexibility we gain.

    The fact that you can't run "Icecast" servers has nothing to do with addressing. Streaming audio distribution over the Internet is a debacle right now. What you're really asking for is multicast, and that's coming around the bend (only riding ON TOP OF IP, not inside of it!). When widespread overlay multicast occurs, you'll have access to an efficient distribution channel without the need to run a "server" that people "connect to" to get audio.

    And how on earth do you overlook dynamic DNS in all of this? If the problem is resource location, what is an IP address buying you? DNS already provides enough information to resolve rendesvouz problems. If you are stuck behind NAT, relay/rendesvouz architectures already exist to turn your "clientside" connection into a server feed.

    I think this desire to deploy IPv6 is just knee-jerk religious bigotry from people who don't understand the problem.

  64. Do we really need more bandaid solutions? by UnknownSoldier · · Score: 2

    Why can't we just promote IPv6 ? Instead of hacking together something that works, why not just design it right from the start akak IPv6 ?

    (Not meant as a flame, but as an honest question.)

  65. Re:Just map ports on NAT to servers on private LAN by maraist · · Score: 2

    Doesn't work for DHCP of the firewall. Theoretically, when the firewall starts up, it is reconnected to name-tree with the new IP address, thus quakerserver.mygames.XXX will allow one-stop-configuration. Existing methods require the startup process to post the firewall's new IP address on some 3'rd party's site, which is less than convinient.

    -Michael

    --
    -Michael
  66. Re:Nice, but useless? by maraist · · Score: 2

    why try to extend IPv4 when IPv6 is already here?

    Can you assign an IPv6 address to a cable-internet modem/gateway and play everquest today?

    Thank you.

    -Michael

    --
    -Michael
  67. Creative use of IP addys by Eeeeegon · · Score: 2

    The only systems that need real IPs are servers. It's as simple as that. Multiple www and ftp sites can be placed on a single server; all the server software has to do is check the request string. (eg. 'http://www.server1.com' goes to one virtual directory, 'http://www.server2.com' goes to another; both are on the same server).

    I don't know what all the fuss is about.

    Local networks can use fake IPs (just use a range of IPs that are reserved for local networks; I'm not sure what they are off the top of my head, though...)

    -Egon

    1. Re:Creative use of IP addys by El+Micko · · Score: 1

      This (use one IP address for everything) is simply not possible. I have a Cluster of 6 Web servers supporting an online application. Its just not feasable to put all of this on a single server. You work for a hardware vendor right? What about failover?

    2. Re:Creative use of IP addys by jargoone · · Score: 1
      Multiple www and ftp sites can be placed on a single server; all the server software has to do is check the request string. (eg. 'http://www.server1.com' goes to one virtual directory, 'http://www.server2.com' goes to another; both are on the same server).

      ftp over http... sounds interesting. Sounds like the April fool's story posted a couple weeks ago.

    3. Re:Creative use of IP addys by FooBarney · · Score: 1

      FTP doesn't work that way, I'm afraid ... the HOST HEADER NAME function is unique to the HTTP standard. And some browsers (old ones) don't transmit HHNs at all, so those wouldn't be able to use virtual servers. Multihomed servers are a Good Thing ... if not ALWAYS necessary.

      And I can think of lots reasons for machines that aren't "servers" per se to have "real" IP addresses. AOL IM and Napster both have limited functionality behind a firewall. Certain games don't work very well behind one. "Active" FTP doesn't work at all.

      AK

    4. Re:Creative use of IP addys by Whyzzi · · Score: 1

      Multiple www and ftp sites can be placed on a single server

      You must be suicidal to want to do that, especially if your hardware ain't up to the task.

      Just wait for your local happy go lucky script kiddie, and feel the burn when you spend hours restoring all the data you lost.

      --
      "BSD is about people pissing each other.." (Moid Vallat)
  68. Re:I've been considering this also by kevinank · · Score: 2

    Actually I think that NAT is quite a nice solution for most of the problems of non-routable IP addresses (even servers can be handled with a bit of tinkering at the gateway.)

    IIRC IPv4 has had client routed protocol packets for forever though. I don't get why you couldn't just add a loose-route optional protocol header to the IP packet to route traffic past gateways rather than add layers upon layers to the IP stack (which invariably seems to result in protocol stack inversion.)

    --
    LibBT: BitTorrent for C - small - fast - clean (Now Versio
  69. Re:I've been considering this also by kevinank · · Score: 2

    After spouting off this morning about how simple it should be to do the same thing with core IP, I did eventually go back and reread RFC 760 & 761. And I agree that it wouldn't be nearly as simple as I thought to use client packet routing.

    Among other things it looks like client routed IP packets were never completely specified. The packet route is destroyed as the packet is being routed (each hop specified in the route gets pulled off when as the gateway is reached, and the only way of building a reverse route is by setting the packet tracing option which would require knowing in advance how many hops the packet will go through.

    In addition there doesn't seem to be any supported way (at least in Linux) of using that packet as the basis for a response. Instead the user-mode program manually copies the sockaddr_in from source to destination, and that structure only uses the basic IP address.

    Ick!

    --
    LibBT: BitTorrent for C - small - fast - clean (Now Versio
  70. Re:Want this to be a standard? by mr · · Score: 1

    funny, when I worked there my lab released a big chunk of code under a BSD license, and the Cyrus IMAP server and Cyrus SASL library both appear to be released under a BSD license.

    "Premission to use, copy, modify and distribute this software and its documentation is hereby granted for non-comerical purposes" That is hardly a BSD-style license.

    Such a (speculated) license on the AVES code means that for it to get approved as an IEFT standard, someone would have to come up with a more 'commercial friendly' version. A less restrictive license would remove one objection to the project at an IETF level.

    Without IETF's blessing, it isn't going to be an internet standard, and will be in interesting research project like SKIP.

    I would suggest that you give this project time to develop
    And as I stated, it has 2 strikes against it, as far as the IETF process is concerned. The project may get completed, and it may work. But for it to become part of an approved standard, getting past the NAT resistance will be a hard sell. But perhaps all you want is the project to be like the SKIP vpn code.

    --
    If it was said on slashdot, it MUST be true!
  71. Re:Want this to be a standard? by mr · · Score: 1

    his kind of automatic "Give me the source, give me the BSD style license" makes me sick.

    Then you'd hate the IETF. They like reference code that is un-encumbered. Public domain, BSD style licences help get IETF blessing.

    And, this 'solution' doesn't seem to consider the habits of the IETF.

    --
    If it was said on slashdot, it MUST be true!
  72. Re:Want this to be a standard? by mr · · Score: 1

    Cyrus-imapd-1.6.22.

    --
    If it was said on slashdot, it MUST be true!
  73. Re:Want this to be a standard? by mr · · Score: 1

    Glad you C.

    If CMU has decided to dump the 'non-commercial' tag from all their code that's great. Then the code is more useable with other projects.

    It doesn't change the fact that the project works to keep NATs in service, and such a position is going to have a hard time getting IETF approval. And without the blessing of the IETF, the project won't be anything more than an acedemic excersise.

    --
    If it was said on slashdot, it MUST be true!
  74. Want this to be a standard? by mr · · Score: 2

    Where is this in the IETF standards process?

    NATs violate the concept of direct connections to the internet that a large part of the IETF want to see. (Strike 1)

    Where is the source code? What is the license terms? (given CMU's lack of willingness to use BSD style license....Strike 2)

    Two strikes as to why the IETF would look at this and click their tounges. If they are uynwilling to submit this to the IETF and go through the process, this is nothing more than an acedemic excersize, and can be safly ignored.

    --
    If it was said on slashdot, it MUST be true!
  75. Re:IPv4 Exhaustion? Where? by gid-foo · · Score: 1

    Have you tried to get a block of IPs recently? Spent any time justifying why you need 300 address? Or even 50? It's a pain in the ass and only getting harder every year. ARIN allocates based on justified need. Meaning that you provide your reasons why you need a /20 or /19 and they allocate you what they think you need. Here's the page with the requirements ARIN puts on upstream providers and initial address block requests: ARIN

  76. Re:IP6 is still a long way away by gid-foo · · Score: 1

    Check out: 6bone . And here's a way to get on 6bone from your workstation: Freenet6

  77. Re:IP6 is still a long way away by gid-foo · · Score: 2

    Interoperability and a clear migration path are part of IPv6 ( Transition Mechanisms for IPv6 Hosts and Routers, Routing Aspects Of IPv6 Transition and Connection of IPv6 Domains via IPv4 Clouds without Explicit Tunnels ). As a home user you can easily join the 6bone and be part of the magic. So, anyone who wants to switch to IPv6 can do so without a lot of trouble. For more info and the site where I stole those links from check out: IPv6 site

  78. Re:We are not suffering from IPv4 exhaustion by kindbud · · Score: 1

    Damn! I let my last moderator status expire yesterday. I'd have modded your post up, you make a very good point.

    --
    Edith Keeler Must Die
  79. Re:Long-term solution...? by kindbud · · Score: 1
    On one hand, the enthusiastic "early adopters" will simply say that there's no way to predict where technological progression will take us and that we should simply "play it by ear", adapting to each problem as it occurs.

    On the contrary, the early adopters are saying "We got ours, the rest of you can fuck off."

    (tongue planted firmly in cheek)

    --
    Edith Keeler Must Die
  80. We are not suffering from IPv4 exhaustion by kindbud · · Score: 3
    We are suffering from apallingly short-sighted allocation policies that were in place 15 years ago.

    Stanford recently did the right thing, and gave back an entire Class A netblock, renumbering into the remaining Class B blocks they retained (36.0.0.0/8 was the block they returned to ARIN, in case you're wondering).

    Other parties mentioned in that NWFusion article seem to think they have a God-given right to hoard address space they will never use.

    According to the NWFusion article, it is estimated that only 69 million IP addresses are actually in use, out of the 160 million to 1 billion that are practicably useable given the limitations of IPv4 routing protocols.

    --
    Edith Keeler Must Die
    1. Re:We are not suffering from IPv4 exhaustion by zfight3r · · Score: 5

      Short sightedness has caused the depletion problem (if you can call 160 million possibilities short sightedness)...but the issue is kind of moot right now.
      IPv6 is coming...and we won't run out of addresses. We need creative ways to deal with problems that we have right now as we wait for IPv6.
      The issue of NATed addresses is a real one and a barrier for peer-2-peer communications, not the hype, but true application-to- application communications that can allow networks to understand their state and topology to make intelligent routing and communications decisions. In order for this to occur the Internet needs to go back to its roots of true bi-directional communications. Publishers cannot simply view nodes as passive receivers of content...but as active participants on the network at large with important things to say and receive. The current trend for ISPs to provide asynchronous bandwidth is our next barrier and a trend that hopefully is reversed as more devices and home users demand to be publishers of content and information.

  81. How can this scale? by Diesel+Dave · · Score: 1

    In addition, a number of special devices called AVES Waypoints are also deployed in the Internet. AVES Waypoints are network agents that relay data packets between end hosts.

    Any idea how slow this will be? It will eating up 2 x the transfer bandwidth (1 stream in, 1 stream out) per relay to the end host from one of these 'way points'. I think they totally forgot to factor in network connectivity costs in their design model. Unless they are somehow disconnecting the data transfer from the 'way point' (it isn't mentioned) this is doomed to gnutella hell.

  82. Goody by TheReverand · · Score: 5

    More security issues to contend with. Let's be honest here. How many servers do you really need? For crying out loud, you don't need 19 servers running web pages and DBs and god knows what anymore. Use yous allocated IP's wisely, Nat what can be natted, and let everything else reside peacefully behind that firewall. And wait for IPV6 already.

    1. Re:Goody by Pxtl · · Score: 1

      Because some of us are not all confident that ipv6 is the savior, messiah, and kwizatz-haderach that some people seem to think it is. Tricks like this use existing protocols and improve on them. IPV6 is too new and risky, we don't know about the possible security and privacy issues very well.

  83. Somewhat cool solution by Fjord · · Score: 2
    I've gripped about this topic before on ./ in this comment. In this comment, I propose a solution that essentially adds a layer between TCP and IP. While this ia a very Good Solution, it has almost negative probability of occurring.

    The one listed in this article is pretty reasonable for a lot of uses. The article talks about web servers etc. That isn't one of the uses that this would be good for. You will almost always have packets doing some backtracking from the waypoint. This backtracking represents a slowdown. If there are only waypoints in the U.S., imagine a two Europeans trying to use this system. It also represents a cost on behalf of the waypoint. This cost will be passed on to you, as the subscriber. If you are running a heavy, multiserver farm. I'm willing to bet that that cost will be more than buying your own IPs. Besides, there are way easier ways to have multiple webservers behind a NAT which give you more control over the load.

    I guess if your ISP (in my case AT&T broadband) set this up, then there would be no or negligable backtracking. ISPs can then entice newer subscribers by allowing them to do this (possibly for an extra fee). I would probably switch ISPs, if there were a broadband ISP that offered this.

    What it might be good for is for a home user with a multinode network behind a NAT who ocassionally P2P things, like network gaming and telephony. With this system, each computer could have a copy of Net2Phone running, and can be called by entering the machine's DNS into that product. Similarily, you might be able to do this in games (not in Alien vs Predator, where you can only give an IP, but some games allow DNS).

    Where I am skeptical of the above is the speed costs. I said above there would be backtracking. There is also costs in the routing. Telephony doesn't require a low ping, but it is better without it. Gaming requires a low ping.

    This might also work well with the file sharing thing. This adds one last bit of skepticism. There is nothing in ICQ that lets me set my DNS. I don't think there is anything in Napster to specify a DNS. Napster and ICQ "know" how to contact you by the IP address you use when connecting to the central server. There is no way to tell htem how to use this system.

    Which brings us back to web servers, ftp servers, telephony, and gaming. Don't get me wrong. If telephony worked with this, and I were an international business, I would use this at the very least for intracompany calling/conferencing. I might even have my employees put their machine DNS on their business cards to promote other companies to use telephony.

    The chances that the applications will change to allow a DNS field are much higher than the chances of everyone changing to my NATCP idea above. Software, even that much software, is much cheaper to change than all that routing hardware.

    I give it a B+ for solving the problem. It may be the best mark I give.

    --
    -no broken link
    1. Re:Somewhat cool solution by Fjord · · Score: 2
      How about this. You read my comments that I link to first. Then you would see my comments on the problems with this. Then you read my comment which talks about the same issues you bring up, but reserves judgement in lieu of actual performance testing (as opposed to armchair performance testing that programmers are want to do). Then read the suggestion that might remove some of the problems.

      Incidentally. I figured out how the DOS attack above won't work. You just lock the machine down for that IP. So it will end up locking out the attacker from the services, but not the rest of the world. This is pretty cool stuff, and it can work. You can even set one of these up at home (my cable IP is semi static, so I can us it as a DNS server). I'll raise my rating to a B-. Very good for home use. Possibly feasible for corporate use, but you would want to manage your own waypoints/DNS (to control load issues). You are still open to DOS (just from people trying to flood your waypoints), but not as open as I originally said.

      --
      -no broken link
  84. Somewhat cool solution open to DOS by Fjord · · Score: 2
    Ack. I just figured out a problem with this that lowers my grade to D+, and retracts my international company from using this system.

    I am going to begin speaking as if you have read the "How does AVES work" page. If you haven't, do it now. When I say "locks up", I mean the waypoint won't be able to create new connections to a different NATed machine.

    Essentially the problem is that there is a very easy DOS attack, that cannot be removed by the design of the system.

    Basically, what you do is you make a bunch of DNS requests without ever making a connection. This will allocate all of the waypoints. If my understanding of this system is correct, a DNS lookup will allocate the waypoint to the specific machine for quite at least a few seconds (so that the proxy can form) if not longer (otherwise it may have problems with applications that cache the IP address, like IE, which don't do a DNS lookup for each connection).

    So, find a bunch of unique DNSs (if you use the same DNS, the system can just reuse the same locked machine) that use the same service, and begin allocating. Pretty soon, no one will be able to make a connection to any subscriber.

    Note that it is the whole machine that locks up waiting to form the bridge, because the DNS server can't know what port the remote application is going to try to use.

    This goes back to the reason why I wouldn't use this system for web servers: there are other ways of having multiple machines as web servers behind a NAT that give you more control over the load.

    I would limit this to home use, and even then, expect some script kiddies to knock out your service now and then.

    --
    -no broken link
  85. Re:IPv4 Exhaustion? Where? by Cheshire+Cat · · Score: 2
    Who has a real story of an IP address shortage? I mean, something like an ISP saying "Sorry, we'd like to give you a DSL line, but we've just run out of IP addresses".

    This hasn't happened...yet. However, it will occur not too far down the road. Actually, I should rephrase that. Unless IPv6 is used, increasingly cumbersome methods of increasing that available IP pool will need to be used.

    The growth of broadband, WAP devices and talk of such things as ovens, air conditioners and god-only knows what else being hooked up to the internet will rapidly drain this pool. This is why IPv6 is neccessary. For a really good article on it, check out this CNet story.

    --

    Last night I shot an elephant in my pajamas. How he got in my pajamas I'll never know.
  86. DNS is a pig by keithmoore · · Score: 2

    one problem with schemes like this is that compared to IP routing, DNS is much slower, less reliable, and more prone to misconfiguration. for another approach to solving the address exhaustion problem in the context of NATs, see RFC 3056 and draft-moore-6overnat-00.txt.

  87. Comments on the approach by SeniorDingDong · · Score: 1

    From a cursory reading, this approach does not seem to fix what it's aiming to fix.

    I noted the claim that AVES non-subscribers need not change anything. But DNS A records (which these AVES non-subscibers will be using) only supply the IP address. And so they must be referred to some helper IP (I imagine that what these waypoints are).

    Any traffic ment for (H,P), instead goes to (W,P) where H = hidden host, W = waypoint proxy for H, and P = port. If true, this doesn't help much because the waypoint can't be the proxy for 2 different hidden hosts at the same time same port which is the typical case, actually. In the worst case, every hidden host will be contacted at the same time, which will require as many waypoints as there are hidden hosts, requiring as many routable IP addresses as there are non-routable ones, which doesn't avoid the problem at all.

    But perhaps, the idea is that the worst case doesn't happen and/or connection requests can be postponed until a waypoint is free. I have 3 problems with this. 1) This will only work for transfers like HTTP where the connection time is very small as compared to very long lived connections like ftp-data (minutes to hours) or even telnet (days and days). 2) It is not at all obvious that the waypoints can be coordinated with the AVES DNS server to avoid a TINY-gram fest/administrative nightmare. 3) Thumbs it's nose at DNS cacheing.

  88. Re:Just map ports on NAT to servers on private LAN by mini+me · · Score: 1

    mind you, you could always reverse proxy the hosts based on virtual host address.

    Multiple DNS addresses coming in -> Proxy on firewall reads the HTTP header for virual host and passes the request on to the selected box on the internal net -> internal box returns HTTP data to firewall -> firewall passes the data back to the host.

    Of course this isn't pretty and will only work for HTTP requests or any other protocol that sends the host name, but it would work if there was no other solution.

  89. Re:For crying out loud! by mini+me · · Score: 1

    IPv6 just needs a "killer app". Then pressure from consumers will force IPv6 on the consumer OS's.

    What would be neat is if a non-filtered Napster moved over to IPv6 (leaving the filtered version on IPv4). I assume most people affilated with the RIAA (atleast the big-wigs) use a Microsoft OS, they will not be able to see this Napster, however those of us who have access to the IPv6 network can use it.

  90. The Greenspan approach by aozilla · · Score: 2

    So far we have been saved by the Alan Greenspan approach to IP address shortage. Send the economy into a tailspin, put all the "dot coms" out of business, and watch the IP addresses come rolling in.

    --
    ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  91. Re:New Approach? by yamla · · Score: 1
    I'm not quite sure I agree with this.

    Client A (not behind a NAT) wants to communicate with server B (behind a NAT). Client A only allows the input of an IP address.

    Now, what IP address do we use? We cannot use server B's IP address, nor can we uniquely identify any of the servers behind the NAT because we can only use an IP address.

    --

    --

    Oceania has always been at war with Eastasia.
  92. Re:New Approach? by yamla · · Score: 1
    I read the description. I pointed out some problems I saw. If you think these aren't problems, please follow up and explain what I missed.

    I repeat that I do not think this guy's solution is universal as it relies on using domain names while many programs do not allow their use. In addition, it seems to offer no compelling reason to switch over simply forwarding arbitrary ports past the NAT firewall.

    --

    --

    Oceania has always been at war with Eastasia.
  93. New Approach? by yamla · · Score: 4
    This is hardly a new approach. As noted in the Slashdot writeup, this is basically similar to virtual hosts that Apache supports. Furthermore, there is a significant problem with this solution.

    This works fine for software that uses domain names to communicate. An http request, for example, resolves a domain name and includes that domain name in the request header. That is why virtual domains can work so well under Apache. However, there are other protocols, often somewhat non-standard, that do not use a domain name at any point. These protocols will continue not working under this scheme.

    Consider, for example, many multiplayer games. You connect to another person's IP address. You do not use a name. If that person is behind a NAT firewall, I do not see how this proposed solution will help at all.

    Besides, for all but huge internal networks protected by NAT, how is this any better than forwarding ports? For example, when you hit port 8080 on the firewall, it is forwarded to port 80 on apache1. When you hit 8081, it is forwarded to apache2, port 80. And so on. Any modern firewall allows this fairly easily and lets you hide a whole series of servers behind a NAT firewall.

    The downside, of course, is that the protocol of choice must be able to connect on arbitrary ports. No problem with http but probably you cannot set up your multiplayer game to do this. On the other hand, you do not need to install any new software assuming your firewall is half decent.

    --

    --

    Oceania has always been at war with Eastasia.
    1. Re:New Approach? by yogensha · · Score: 1

      Or even worse, client A subsequently attempts to connect to server C behind the NAT. What then?


      Abstainer: a weak person who yields to the temptation of denying himself a pleasure.

      --


      Abstainer: a weak person who yields to the temptation of denying himself a pleasure.
      --Ambrose Bierce
    2. Re:New Approach? by Erasmus+Darwin · · Score: 2
      An http request, for example, resolves a domain name and includes that domain name in the request header. That is why virtual domains can work so well under Apache.

      It's worth pointing out that versions 0.9 and 1.0 of HTTP (which conforming servers are required to be backwards compatible with) don't send the hostname in the request header. That's why Apache has that workaround where you create a pseudo-directory for each virtual host (i.e. http://bob.example.com/ would be listed as http://bob.example.com/bob/; assuming that 'www' is the machine acting as the server for the virtual hosts, a request to http://www.example.com/bob would get treated the same as http://bob.example.com/bob/ and http://bob.example.com/).

      Also, I'm not sure if it's still the case, but there was apparently a chicken-and-egg problem with virtual hosted SSL at one point. In order for the server to get the appropriate 'Host:' header from the client (necessary to determine which virtual host to use), it needed to provide the client with its public key. In order to provide the client with the public key, it needed to know what virtual host the client wanted to connect to.

      So even HTTP, which I agree is one of the more ideal examples of a hostname-driven protocol, has its short-comings. In that light, it makes this solution appear even less useful. However, that's not to say it is completely without merit -- it helps illustrate some issues that designers should keep in mind when cooking up new protocols.

  94. When you IP address is exhausted... by Ron+Harwood · · Score: 2

    You just have to coax it a little... "c'mon feel the burn", and "where's your second wind?" or even "you've almost acheived runner's high!"...

    1. Re:When you IP address is exhausted... by Ron+Harwood · · Score: 2

      Not me personally - all of my ip addresses are very dynamic. ;P

  95. Re:Linux + IPFilter by locutus074 · · Score: 1
    Thanks! I'll have to check that out. This really makes my day. :)

    --

    --

    --
    We have fought the AC's, and they have won.

  96. OpenBSD by locutus074 · · Score: 2

    In the article, they say:

    We have tested our AVES implementation on RedHat Linux 6.1 and above, although we believe a version 2.2 or above Linux kernel is the only requirement.

    and

    If you are good at Linux/Windows/Mac network programming and are interested in doing a project, we can design a cool project for you, click here for more details!

    Do they have any plans to support *BSD? I mean, OpenBSD makes a really nice firewall, and I like the way IPFilter works. (It seems a whole lot less kludgy to have a simple text configuration file than to have a full-blown script calling the iptables/ipchains command once for each rule you have. Sigh... I wish Linux used IPFilter.)

    --

    --

    --
    We have fought the AC's, and they have won.

  97. I've been considering this also by renehollan · · Score: 1
    This should be considered as prior art for anyone thinking about patenting the idea. While the solution presented is interesting, it suffers from the problem of requiring a third party relay network. Basically, what this does is relay traffic over a virtual network to the non-publicly reachable hosts. The trouble stems from having to rely on a third party to maintain this network.

    A far better approach, IMHO, is for the client to establish a tunnel for this purpose with the assiatance of server side tunnelling endpoints. Yes, this requires server side work, as well as client-side work, but eliminates the need for a third party to set up the tunnel. Of course, it does not preclude a third party from doing this, if desired.

    Basically, the client runs a DNS proxy that returns LOCAL IP addresses for remote hosts that are otherwise inaccessable through the internet, and routes traffic to such addresses via an appropriate tunnel.

    The client DNS proxy knows when a remote host needs to be contacted via such a tunnel by mapping the remote host domain name to an IP address in the public DNS database and then reverse resolving that same IP address. If the names do not match, it is presumed that the IP address provided is that for a server-side "inverse NAT" proxy.

    This server-side inverse NAT proxy is contacted (by the client-side DNS proxy) to resolve the same remote host domain name to an INTERNAL IP address routable only in the server-side network (basically, a private non-routable IP address).

    Armed with a server-side private IP address, and the means to generate a client-side private IP address, unique in their respective (server, and client) IP address spaces, it then becomes trivial to proxy traffic between the two using a virtual network set up between the two proxies.

    I've been planning to come up with a proof of concept implementation for GNU/Linux (to be essentially free for use in GPL code, but not otherwise), but lack the time. Anyone interested in helping is strongly urged to contact me.

    --
    You could've hired me.
    1. Re:I've been considering this also by renehollan · · Score: 1
      In fact, I considered this in an initial run at the problem. There are plenty of opportunities to add IP control fields, including internal otherwise non-routable IP addresses.

      However, there is the potential for a problem if routers along the path drop such packets because they see an IP option they do not understand, hence the IP tunnelled through IP approach. Of course, a separate control field would be more efficient.

      On the issue of using NAT tricks to make server access work, this will be a problem for some protocols, like IPSec, IIRC. I think IPIP tunnelling will handle that as well.

      Yes, such tunnelling is hokey, and the overhead bad, but no worse than say, PPPoE (which, IMHO is a real protocol abortion). If you want to be lean and mean get a real IP address.

      --
      You could've hired me.
  98. For crying out loud! by hardburn · · Score: 1

    Just use IPv6 already! Kludges like this are not the answer. This might be a particularly good kludge, but still, a kludge


    ------

    --
    Not a typewriter
  99. Re:Why not? by hardburn · · Score: 1

    This is what IPv6 (as opposed to today's IPv4) does, but to a greater degree then you mention.

    Warning: For the rest of this post, I will talk about things I have no clue about.

    IPv6 allows for addresses to contain hexidecimal, and you can have 16 "octets" (to use the old, IPv4 term, but they're not really 8-bit words anymore and I don't know what they call them in IPv6) instead of 4.

    This means the theoretical address space of IPv6 is greater then the total number of atoms in the universe (depending on which physicist you ask).


    ------

    --
    Not a typewriter
  100. IPv6, until then port forward by HerrGlock · · Score: 1

    I thought that was what IPv6 was supposed to do. If it's just websites you want, apache has this built into it with virtual hosts, proxy serving and other nifty things.

    You can also have only one box with secure shell or something similar with two NICs and the other one is on a network with the other servers you want to get at.

    DanH
    Cav Pilot's Reference Page

    --
    Cav Pilot's Reference Page
    UNIX - Not just for Vestal Virgins anymore
  101. Re:IPv4 Exhaustion? Where? by nakke · · Score: 1

    Only about 50% of the available address space is currently allocated, so theres still a long way to go. Here is a paste from the daily BGP report sent out by APNIC:

    Routing Table Report 17 Apr, 2001

    Analysis Summary

    Number of addresses announced to Internet: 1238211568
    Equivalent to 73 /8s, 205 /16s and 155 /24s
    Percentage of available address space announced: 33.4
    Percentage of allocated address space announced: 65.5
    Percentage of available address space allocated: 51.0

  102. IPv4 Exhaustion? Where? by Gothmolly · · Score: 1

    Who has a real story of an IP address shortage? I mean, something like an ISP saying "Sorry, we'd like to give you a DSL line, but we've just run out of IP addresses". Until I hear a real story of a lack of IP space, it all sounds like FUD to me. @Home and other large networks use 10.x.y.z. networks internally, and many compnaies (like mine) go NAT for security/configuration reasons.

    --
    I want to delete my account but Slashdot doesn't allow it.
  103. Re:Long-term solution...? by Fishstick · · Score: 2
    Also looks exactly like a post under this thread:

    http://slashdot.org/articles/00/06/25/0230223.sh tm l

    (look at post #44)

    Replace government search-engine with IP exhaustion an you have some instant karma whoring!

    ---

    --

    There is much cruelty in the universe, John.
    Yeah, we seem to have the tour map.

  104. INHO by slashdoter · · Score: 2
    So he has just created another level for computers to work on? Now clients and servers would need to go by another step after ARP, DNS and all the other stuff we hae to deal with. IMHO if we just put all this time spent in trying to side step the IpV4 space problem and put it into converting software and hardware to IpV6 we would be better off in the long run. but hey thats just me. ( note: this is not a flame)


    ________

    --
    Does anyone actually have a Java program designed to control air traffic, or for the operation of a nuclear facility?
  105. Nice, but useless? by dmccarty · · Score: 4

    I appreciate all the work your friend has done, but why try to extend IPv4 when IPv6 is already here? This reminds me of companies producing "blazingly-fast" ISA video cards years after the PCI and AGP specs were defined...
    --

    --
    Have fun: Join D.N.A. (National Dyslexics Association)
    1. Re:Nice, but useless? by BlowCat · · Score: 1
      Where in the article did you see anything about extending IPv4? Exact quote, please!

      How can this comment be insightful if it shows that the poster doesn't understand the idea of the article?

    2. Re:Nice, but useless? by Alatar · · Score: 1

      damn, what a good analysis of this whole article. lousy grammar and spelling, insightful as hell.

    3. Re:Nice, but useless? by modman · · Score: 1

      who cares it is for his PHD most of the stuff that comes from those people is usless because it must be unique work. do you have any idea how difficult it is to come-up with an idea that noone has published? very hard. so to over come this you get people getting into deep analisys of the corolation and effects that nixons dog had on his dicision to open up relations with china and other such rediculouse things.

      so just let the guy go on with his project to get his degree so he may join the rest of the over qualified people in the world....ok.

      oh and hey man good luck on the project.

      --
      -shut up
  106. Re:Why mess with it... by jargoone · · Score: 1
    Kind of like reinventing the wheel if you ask me.

    Actually, it's more like suggesting that a 2x4 is better than a wheel and you should use it instead.

  107. Which is the bandaid? by GodSpiral · · Score: 1

    Ip4 works, and doesn't inconvenience those using it to switch in order to accomodate those who can't get on.

    ip6 will be adopted at great expense. From the existing servers and routers perspective, they gain very little out of it too.

    Enabling host functionality behind NAT is far cheaper globally, than moving to ip6.

    Ip6 is nice to root for just so we can avoid IP address scarcity, but when you try to see who will benefit from it, its quick success is questionable

  108. While we're at it by Moosifer · · Score: 1

    Why not just amend the current DNS RR schema with extensions to support Transport Port Numbers (P records?) as well as Network Addresses (A records) so that port-forwarding can work transparently through DNS? Oh, and redo that whole gethostbyname thing, too.

    If it's obtrusive innovation you're going for, why not go all the way? (Disclaimer: The preceding question is not intended to represent itself as attaining the full potential extent of obtrusiveness.)

  109. Nothing new... by jakebullet · · Score: 1

    And is this PhD chum of yours aware that this same concept is in use by a Canadian web hosting company? ... and has been for the last 2 years or so?

  110. Re:ip6 by j-pimp · · Score: 1

    What hardware are you refering to? Routers and level 3 switches? Btw for all you non Cisco people like me a level 3 switch works like an unmaged switched hub only it directs traffic on the transport layer instead of the arp layer. So basically its a switch with a firewall built in.
    Anyway my point is IP is implemented in software. Those ten year old token ring cards in the 386's in the back closet of your office are IPv6 ready pending a FreeBSD install. Null modems are ipv6 ready. Even with propietary routers if you upgrade the software there IPv6 ready. Its a software issue.

    --
    --- Justin Dearing http://www.justaprogrammer.net/ We're just programmers.
  111. Solution: by chompz · · Score: 1
    Ok, so we all see that cisco et. all what to make ipv6 happen, but can't afford to promote it until everyone on the internet is owning them, or forced to own that particular hardware. From thier point of view, until people start requesting this hardware, we can't afford to make that hardware.

    Now look at it from the part of the internet as a whole. Make it so that the top level of the internet only speaks ipv6. The ipv4 protocol of the lower network hierchy will need to be NAT'd to ipv6 addressing and packets modified as required. This could work, but it would require amazing machines for converting protocols on the fly, but I think with a creative use of division of labour, it could be acomplished sucessfully.

    This would likely cause performance problems for networks outside of the core of the internet, whoever, you could just push the adoption of real ipv6 further down the network heirachy, until even the end users are using ipv6.

    This would solve everyone's problems, because internet traffic would always be ipv6, but relatively local network traffic could remain in an ipv4 block of adresses. Each subdivision would be able to use the entier range of ipv4 adresses space, so nobody in the smaller portions of the network would need to change over right away. Softening the economic blow to the majority of the internet.

    I could see small ipv4 network segments surviving for at least 10 years, while the core internet traffic is exclusively ipv6.

    Now lets see it happen.

    --
    Spring is here. Don't believe me, look outside!
  112. IPv6 by Archangel+Michael · · Score: 1

    I am wondering why head internet people (you know who you are)don't just declare an end of life to IPv4. Let us just say that in 24 months all new access points must be IPv6, and in 36 months all others must provide a two year migration plan to IPv6. This means both ISP's and their new customers must comply with IPv6, period. Without a difinitive eol IPv4 will hang around forever.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  113. Academic Exercise and Slashdot-Potatoes by i0lanthe · · Score: 1

    Since you seem to be fond of the BSD license, I'll make you a deal. I'll write some BSD-licensed code, if you'll use a spelling checker. We can bid on grammar another time.

    --
    "The Crystal Wind is the Storm, and the Storm is Data, and the Data is Life"
  114. Why? by bluephone · · Score: 1
    I have a DSL connection, with an IP that is dynamic, but only changes a few times a year. My Cisco DSL router has a fairly robust CBOS implementation, so NAT is built in, and works beautifully. One machine on the other side of the router serves web pages, another separate machine does some FTP hosting for when I'm in the field, and another machine I use for a testbed. All 3 are addressable from the outside world via the same ip/domain name, and when you use port numbers as well, you could have a theoretical 64435 machines behind it, all off one IP.

    So is it just me, or does this whole scheme seem redundant? Pop a DNS server behind the NAT box, and you could map all those ports to names.

    --

    --
    jX [ Make everything as simple as possible, but no simpler. - Einstein ]
  115. Long-term solution...? by vertical-limit · · Score: 1
    As we progress into the future of computing at an ever-expanding rapid rate, it is imperative that we occasionally take time to ensure that these unprecedented advances will function as these advances continue to filter to the rest of the society. The recent IP exhaustion problem shows how easily a system believed infallible can encounter problems in the long run.

    On one hand, the enthusiastic "early adopters" will simply say that there's no way to predict where technological progression will take us and that we should simply "play it by ear", adapting to each problem as it occurs. After all, who would have believed that the Internet could take off in the way it has? On the other hand, the more experienced, but possibly flawed, viewpoint states that we should research the possibilities of each new venture before jumping in.

    Who is correct? At this point, it's difficult to tell. Some detractors would argue that flaws in systems such as IPv4 will end up presenting a major problem in the long run. Networking technology is a revolutionary step forward; it alters the capacity for communication in ways that our current economic structure and techonological understanding may not be prepared to predict. Perhaps glitches in this untested process may condemn these systems to a footnote in computing history.

    Supporters, on the other hand, say that Internet is an important step forward for computing and society, and that we should jump in as soon as possible. With previous information distribution systems, users could not take advantage of the most important technological benefits gained from modern-day information research. The Internet, they say, just opened the proverbial floodgates by bringing the technology out of the laboratories and into the homes of the every-day user.

    There is some probably some merit to both viewpoints. Certainly, commerce as a whole will encounter some friction as it shifts to accomodate the wide use and acceptance of the Internet. However, the end result may be worth the infrastructural shifts; existing network systems may not be as structurally capable as new plans such as IPv6.

    Will our network infrastructure sink or swim? The question is still up in the air; with many unique forces and viewpoints at work, we'll likely see many interesting challenges and confrontations for the pioneers in the CS field. Whatever the final result is, it's sure to give the key players on all sides of the issue a trial by fire.

  116. Doesn't seem to me that it could work by TrebleJunkie · · Score: 1
    It doesn't seem to me that it could work, reliably, because it relies upon the query to an AVES-compatible DNS server to get things running.

    What if the client doesn't make a DNS request (local host file storing hostnames, for example), or caches older DNS requests? What if a non-AVES DNS server resolves the request rather than the authoritative AVES server?

    In the words of Dana Carvey as George Bush, "Na gonna work."

    Careful port mapping will help you alleviate most of your NAT-related incoming connection issues. Those that can't, as in the case of Napster, and a lot of games that use UDP and/or dynamic ports to shuttle information back and forth would probably be better handled by a more intelligent NAT box and some sort of a standard Dynamic Port Translation protocol, where UDP app 1 and 2 communicate with each other an any intermediate NAT box to determine what port(s) each will accept data on, and to where it should be pointed inside the private network.

    Ed R.Zahurak

    --

    Ed R.Zahurak

    You know, oblivion keeps looking better every day.

  117. Jeeez.. do some research before choosing a PhD! by strags · · Score: 1

    2. A NAT gateway's functionality needs to be extended to handle the AVES protocols. This can be achieve by running an additional software program called the AVES NAT Daemon on the NAT gateway device. The AVES NAT Daemon does not alter the pre-existing functionality of the NAT gateway.

    A few points. First off, if you're able to mess with your gateway's software, why not just use SOCKS, which has been around for much longer, and, I believe, can be configured to provide the same functionality.

    Secondly, the majority of NATs out there (I'm talking about home DSL/cable connection sharing NATs here) don't allow you to install new protocols of your choosing!

    Thirdly, there are much better ways of doing this that don't even require you to mess with your NAT router. (1) NAT user (A) connects to 3rd party connection-broker server, and registers. Since NATs happily allow outgoing connections, this is fine. (2) User B wishes to connect to NAT user. Opens a TCP port for listening. Sends a request to A's broker server, including the listening port number. (3) Broker sends message back down established TCP channel to (A) saying "B wants to connect - here's B's open TCP port number". (4) A makes outgoing connection to B. (5) A and B have a TCP connection, and live happily ever after.

    This only works when one user is non-NAT'd. There are similar techniques for establishing UDP connections where both users are NAT'd, and I came up with a (ugly!) way of establishing a full TCP connection two NAT'd TCP users, using a 3rd party only during the connection brokering stage. Click here for info. Unfortunately, since MS's TCP stack is buggy, this technique fails when the machines are Windows boxes. GRRRR!

  118. Hello PAT and Name Based Hosting by waterlogged · · Score: 2

    I use port address translation (Port forwarding) at home and it works great with all my apps. In addition their are very few services that don't respond to this technology anymore. I also have the option of running a DMZ or "1 to 1 NAT" to futher assist me in the "Special Cases." I can see very little practical use in the technology that this article proposes. Sounds like someone trying to reinvent the wheel to me... but that just my opinion.

    --
    I couldn't fail to disagree with you any less.
  119. Rogue Servers by buck09 · · Score: 1

    One of the nice things about NAT was that users can't make their computers publiclly accessable. Now for every LAN that has a poorly build firewall configuration, anyone can create a mail relay for spamming, web server for p0rn, quake server...

    --


    Press any key to continue, any other key to quit.
  120. Need for servers... by AstynaxX · · Score: 1

    Well, there are a few of us who would like to use the capabilities given us by our systems, like say setting up our own mail server [maybe I'm alone in this, but I hate my e-mail's fate being in someone else's hands], or how about a smallish web site that still has full functionality for CGI et al? Maybe not every last person needs every sort of server, but why should only the privaledged few get to control the digital printing presses?

    -={(Astynax)}=-

    --
    -={(Astynax)}=-
    "Darkness beyond Twilight"
    1. Re:Need for servers... by kav.latiolais · · Score: 1

      How is wanting to have servers relevant. If you only plan to have the one server than you nat the ports from the Nat box to the server since you have to have the one ip address regardless. If you need more than one setup port forwarding on the Nat box. Unless you have critical services on ~ 1024 ports you only need one ip, and with dns name based hosting in apache you can get even more bang for your ip address buck.

    2. Re:Need for servers... by shyster · · Score: 1
      How is wanting to have servers relevant. If you only plan to have the one server than you nat the ports from the Nat box to the server since you have to have the one ip address regardless. If you need more than one setup port forwarding on the Nat box. Unless you have critical services on ~ 1024 ports you only need one ip, and with dns name based hosting in apache you can get even more bang for your ip address buck.

      While I have to agree with you that is pretty much trivial to set up port forwarding on your NAT box, what about those poor schmucks who are getting ripped by Cable and/or DSL companies that use non-routable IP's? Now I know that the customers aren't going to be helped by this, since I doubt that the ISPs will use this on their NATs, but it is a solution--assuming that their reasoning is IP shortage, at least.

      Also, for port forwarding, alot of applications (obviously not HTTP, FTP, etc., but some games, perhaps some chat clients (?), perhaps NApster and/or (future) P2P apps) expect a specific port, and will not work with a NAT box that does port forwarding.

      That being said, I don't think this offers any more flexibility in the matter, since if I control the NAT hardware, I can already do most of what this does for me without having to rely on the genourisity (or monthly fee) of someone running a waypoint for me.

  121. One Ringy Dingy, Two Ringy Dingy by ackthpt · · Score: 1
    You have reached Babbleon Inc., Please ping the extension you wish or ping port 0 for the operator.

    --

    --

    A feeling of having made the same mistake before: Deja Foobar
  122. Re:Why not? by ackthpt · · Score: 2
    Why not spend billions upgrading all your routers, network cards and operating systems for a new address format? I mean, heck, the economy would get quite a boost as all your current stuff would be garbage. (except as a standalone)

    --

    --

    A feeling of having made the same mistake before: Deja Foobar
  123. Re:IPv4 Exhaustion? Where? by MCZapf · · Score: 1
    ISPs aren't running out yet because they generally only give you one IP address. People just accept this, and if they have more than one computer, they just set up NAT or something. However, ISPs should be providing one IP address per computer. That's how the Internet was designed to work!

    And there's also the fact that there are still alot of modem users who don't have to have an IP address all the time.

    I don't have any exact numbers, but I'm under the impression that there is no way every computer on the Internet can have its own IP address. I am also under the impression that ISPs are happy about this, because they can make the people who really want/need IP addresses pay more money.

  124. Nothing new... by jo42 · · Score: 1
    Sorry if I'm repeating what someone else may have already written...

    This is nothing new. I know of at least one commercial firewall product that can do NAT and redirect HTTP requests to one server on a private address, SMTP traffic to another private address and so forth. A decent load balancer can also hide many servers (on private IPs) behind one 'real' IP.

    However, issues arise when some custom (or not) gumball protocol embeds IPs in the packet data and the firewall can't diddle the data in the packet to fix it.

    My vote is still for IPv6 - 'bout flippin' time the industry got on the ball with it.

  125. waypints? by YellowSubRoutine · · Score: 1

    I probately won't never get read, exept by a couple of real die-hards (yow guys!). But, why does this design contain waypoints trough you service provider. If I get it right, even the entire bandwith has to pass trough the service provider... This is no good. I'd love it more to see the whole thing implemented in some hack of a bind deamon, combined with some creative routing, so I can use my own dynamic ip service, add subdomains to it, so the subdomains are pointed to the private ip's... Nah, I get back to bed

  126. Solution for IP address depletion? by QuokkaNetGuru · · Score: 2

    Yadda Yadda Yadda
    What?
    Oh, yeah! Y-A-W-N

    We already have a solution to fix the IP address depletion problem, not to mention other issues with the current IP infrastructure.
    It's called (drumroll)

    IP V 6

    Perhaps you've heard of it?

    Always amazes me why people bother directing such a large amount of energy to solving a problem which has already been solved.

    Can anyone say "fragmentation"?

    --

    People who say it cannot be done should not interrupt those who are doing it.

  127. This has been done before... by Hercynium · · Score: 1

    It appears the only difference here between apache virtual hosts with host forwarding (Yes, you CAN have multiple domain names hosted on apache all on port 80...) and AVES is that AVES would run as a daemon that listens to all ports (or at least assigned ones.

    Personally, I think it would have been much more efficient and flexible to simply have extended an inetd daemon to provide the same functionality.

    Granted I didn't download the technical docs (It's not worth my time right now) but what's this stuff about an AVES Service Provider? This seems rather wasteful and unnecessary. Besides, doesen't that mean the ISP would have to be running AVES?? If that is the case, then I can guarantee that AVES will never be accepted. Just TRY to get verizon or UUNet to run some newfangled, untested, possibly unstable and unsecure daemon that may not even be compatible with their routers.

    All things considered, AVES seems to be good for nothing but a doctoral thesis (at least, it's good if this kid's reeeeealy lucky)

    that's just my $.02.

    [BTW, for an example of multiple apache virtual hosts port 80 with host forwarding, crack into www.cynaptec.com. If they've got the same setup I designed 2.5 years ago, you'll see how it's done. (Not that I expect they would have kept anything I designed after I had to sue them :^> ) *coughCROOKScough* ]

    --
    I'm done with sigs. Sigs are lame.
  128. Re:Just map ports on NAT to servers on private LAN by schneidh · · Score: 1

    Worked fine for me, I have 2 servers behind my firewall that are accessed via name virtual hosting on a firewall that uses dhcp. (Of course if my ip ever changes, I'll have to go and update the ip in the httpd.conf file.)

  129. Re:IP6 is still a long way away by Bonker · · Score: 2

    These documents indicate that hosts who want to use IPv6 need a DNS server that will support it. Unless you run your own DNS, which is not something that most home users do, this is dependent on the whim and pocketbooks of ISP's and BB providers.

    You may run your own DNS, but I can count the people I know who would get any use out of their own DNS server on one hand.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
  130. IP6 is still a long way away by Bonker · · Score: 4

    AVES, and other domain services are probably going to be the way we do things for a long time to come. Despite the fact that the technology exists, the sheer cost of upgrading the *entire* internet to IPv6 is prohibitive.

    If you're Cisco, you're interested in getting IPv6 capable routers out the door, but recognize the fact that very few people want or need them yet because the 'rest of the internet' doesn't use IPv6 yet. Even if you can muster the cash to make the code change (which Cisco has, if I remember correctly) you still have to provide combo routers and switches, and hope for market penetration to make the investment in IPv6 worth it.

    If you're an ATT or a Worldcom, you more than have the cash to do it, but it will make your bottom line look bad if you spend millions on upgrading routers and switches. As we all know, in the U.S. nothing is more important that the bottom line (gag).

    If you're a home user, you'd love to go to IPv6 so that you can run your own OpenNap, Icecast, FTP, Web, etc... server, but realize that you will never convince your ISP to allow you to do so since they're still using IP4 protocols and working with backbone providers who use IP4 protocols.

    So you use AVES, making it possible for those who would otherwise be force to use it put off IPv6 off just a little longer.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
  131. What am I missing? by raju1kabir · · Score: 2

    This appears to be about as revolutionary as a coal-fired pocket calculator. Sure, it addresses a need, but in a round-about and probably unsustainable way.

    Individual machine addressing through NAT has always been possible using free, commonly-available VPN tools. I've done this for my home machines for years by bouncing traffic through a colo box. It works because I'm willing to pay for the bandwidth. Who's going to pay to run these "Waystations" when they could instead put their resources into fine-tuning IPv6?

    --
    "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
  132. a REALLY interesting idea, BUT... by FooBarney · · Score: 1

    This is an intriguing idea, but one with some major flaws.

    In response to ALL the port forwarding posts ... port forwarding is useful, but it's not a "silver bullet." Each port may be assigned to exactly ONE machine inside the network. If you're running more then one web server (or more than one machine with Napster), you either have to do without or deal with sending your users to alternate ports. AVES doesn't suffer from this problem.

    The problem, as I see it, is a shortage of Waypoints. Let's assume that every AVES NAT machine is also a waypoint (as suggested in the paper). If there are N users in an AVES cluster, then there would be N unique IP addresses to distribute. What we need, though, is an IP address for every machine INSIDE the AVES NAT network. We can safely assume that every user will have at least two machines behind his network (if they had only one, then port forwarding or DMZ would do just fine). At peak usage, then, we'd need at least 2 * N IP addresses. Many networks would have still MORE internal IPs ... my office has forty-some.

    Some of these problems could be solved by timing out the AVES DNS requests quickly (shuffling IPs around more quickly), but then you'd begin to run into caching problems. If my PC caches an AVES domain name after it's been released and repointed, I could end up pointing at a completely wrong server.

    AVES is an ingenious attempt to "communize" IP addresses ... to share a pool of unique IPs among all users. The IP pool just isn't big enough, though--every user has one to contribute, and is almost certain to require more than one.

  133. IPV6 - Every computer with an IP by ispq · · Score: 1

    We need to devote our energies on getting IPv6 up and running, not finding work arounds on a system whose life expectancy has been cut dramatically by the short sightedness of the users of the system, everybody included. Heck, with IPv6, every computer can get an IP address, and every user as well. You get get a global identification system out of it, no need for passports, just your ident number please.

  134. Re:Again! by 1+1trouble · · Score: 1

    That was a little hostile, don't you think? Please reference This site if you aren't sure what I mean.

  135. What about Class E? by TVmelissa · · Score: 1
    Aren't the (former) Class E addresses (240.0.0.0 to 247.255.255.255) still reserved? If they are, there's a good chunk of the address-space being wasted. 134,217,728 addresses (3.125% of the total), to be precise. Also, it may break some existing software, but unless IP Multicast magically becomes widely used, all 268,435,456 group numbers (6.25% of the address-space) aren't actually needed. Also, what happened to the addresses above 247.255.255.255? I can't find references to them anywhere.

    I got the percentages from here, and calculated the number of addresses myself. They don't include reserved addresses, such as the "all hosts" address (224.0.0.1) in multicast.

  136. Re:ip6 by osorronophris · · Score: 1

    You have a point. Lack of education is usually the biggest factor in problems from security to, hell even racism.

  137. ip6 by osorronophris · · Score: 4
    I'll probably get flamed for this, but I read in an interview that IP6 was ready to go and NAT is often not needed. Apparently the only thing holding the net up from adoption of IP6 is hardware companies not making the proper equipment.

    Since IP6 is a logical solution to the problem with address, is there any reason we shouldn't push hardware companies to adopt it instead of focusing so much on workarounds?

  138. Re:Linux + IPFilter by Whyzzi · · Score: 1

    Haven't you heard? You can run ipfilter on Linux since version 3.2. See http://coombs.anu.edu.au/~avalon/ipfil-new.html

    --
    "BSD is about people pissing each other.." (Moid Vallat)
  139. eli lilly by carlcmc · · Score: 1

    Eli lilly is a pharmaceutical company, prozac etc.

  140. this is how we create messes by janpod66 · · Score: 2
    AVES breaks subtle assumptions that a lot of software makes about the relationship between names and IP addresses. But, hey, it works in the simplistic cases, so it's largely backwards compatible, right? Sorry, I don't think that's a good approach.

    The problem isn't a shortage of IP addresses, it's a shortage of well-known ports. There are only so many port 80s and port 23s to go around. However, there are a lot of other ports, and there are good, reliable, safe ways of forwarding them (firewall forwarders, ssh, SOCKS, ...). Rather than fixing subtle assumptions about name/IP correspondences in lots of software, I'd rather be fixing software that hardcodes port numbers; the latter is much easier to find and code.

    AVES is a prototypical example of how we create messes and maintenance headaches: it looks like it solves most of the problem and, hey, we can fix the remaining problems, right? But it isn't the right thing to do, and the long term costs of creating such a mess would be high. Fortunately, I don't think it will catch on: ISPs don't want people to run servers anyway.

    1. Re:this is how we create messes by janpod66 · · Score: 2

      You can run Apache or FTP or other servers on whatever port you like, and people do. Perhaps you haven't noticed.

    2. Re:this is how we create messes by janpod66 · · Score: 2

      That's why the most commonly used form of naming network services these days, URLs, includes port numbers.

  141. Why not? by Tyler+Eaves · · Score: 1

    I'll admit I'm no network engineer, but why not just add another byte to IP adresses? That would increase by a factor of 255 the available IP addys.

    --
    TODO: Something witty here...
  142. wait, can't port forwarding already do this? by jaiteend · · Score: 2

    can't a nat box be set up for an easy port fordwarding scheme to enable hosts to be found behind a nat? if i want to get to a mail server behind a nat, i forward all "standard" requests from nat interface to my mail server, etc...

    after reading through that stuff, i didn't see anything that new or breath-takingly cool. so a dns lookup scheme that works with nat to do host forwarding instead of port forwarding. true, i hadn't thought of it meself, so i'll give them that credit.

    --
    and the Irishman took the fly in his hands and yelled, "spit it out!"
  143. Neat idea, but it's asymmetric routing by Olinator · · Score: 3

    which will bollix up many kinds of firewalls.

    The fourth diagram on the "How Does Aves Work?" page shows this clearly.

    An example: my home firewall sees an HTTP request go out to pc.john.avesnet.net, for which (according to the explanation) a DNS lookup gets an IP address [1.2.3.4]. [1.2.3.4] is actually the IP of an "AVES waypoint" host. The waypoint processes my original HTTP request, and sends it along to the actual machine behind some NATbox (which has an IP of [5.6.7.8]) somewhere, which replies to my browser. But the reply doesn't originate from [1.2.3.4], which is where my firewall is looking for a reply to the original query -- instead, it arrives with a source IP of [5.6.7.8], which is the IP of the NATbox behind which pc.john.avesnet.net actually sits. To my firewall, this looks like an incoming connection attempt that is unrelated to any outgoing traffic, so it gets DROPped on the floor.

    So, far from requiring no upgrades on the part of the end-browser, this scheme will require anyone with a firewall or a NATbox (such as my P90 running ipchains, or a linksys BEFSR41, or some other cablemodem/DSL access sharing device) to understand the protocol and deploy mechanisms for handling it.

  144. lets start right now! by meza · · Score: 1
    The best way of supporting IPv6 is to start using it right now. So does anyone know of isp's or networks that uses IPv6? (I live in Sweden)

    Correct me if I'm wrong but doesn't IPv6 run together with IPv4 so if your connected to an IPv6 network you'd still reach the rest of Internet.

    --------------------------------

  145. Predictions by Ecnassianer · · Score: 1

    I, for one, would be interested in an informed prediction of when we will actually run out of IP addresses. Anybody out there qualified?

    --
    Fear My Cow Shooting Crossbow
  146. How do you spell security? by HermanBupkis · · Score: 1

    N-i-g-h-t-m-a-r-e. Don't get me wrong, the concept is really cool though!

  147. I'm seriously sick of hacks to keep using IPV4 by rbgrn · · Score: 1

    Honestly, why not hit it at the source of the problem? Force IPV6, keep 4 around for backwards compatability and eventually it will be phased out. This is such a ridiculous problem. Problem: We're running out of IP addresses Solution: NAT everything New Problem: NAT has flaws New Solution: Create a hack to work around them Scratch that, I'm all for IPV6 to finally get implemented and give every computer a unique IP! I wonder what the round trip to my microwave would be..

  148. There is a relative easy way to do this now by zfight3r · · Score: 1

    With a combination of dyndns, granitecanyon and ip[commands] under linux you can set up a "NATed" infrastructure and port forward to different servers behind your linux firewall without needing to host any of your own DNS or any static IPs.
    This works when your firewall recieves its IP dynamically using DHCP from a cable modem or such.
    For instance:
    - register a domain: such as mydomain.com

    - go get a dynamic domain from dyndns (make a donation cheepo!): mydomain.dyndns.org

    - create a C record on granitecanyon.com that points mydomain.com to mydomain.dyndns.org

    configure your firewall box to dynamically register its new IP each boot with dyndns...

    Done...now setup an http server behind the firewall running on some port 8080, for instance.

    Setup ipchains and ipfw to forwad all request to the firewall on port 80 to the machine behind at 8080...you could do this for as many ports as you like.

  149. Re:IPv4 Exhaustion? Where? by dnwheeler · · Score: 1

    I don't know about your ISP, but in my experience, most ISPs don't give out ANY IP addresses. Even my broadband cable internet provider doesn't give out static IP addresses (you can't even pay for one).

  150. This was for a Ph.d? by dsanfte · · Score: 1

    Is he working out of one of those diploma mills? This could be (and has been done) by any idiot with an ipmasq box and a DNS server, or even with a port forwarder.

    This isn't a "revolutionary" way to keep ipv4 decay at bay. It's not even a very good idea. It's just someone's attempt to market a business model as a real solution.

    When I first started reading, I figured this might be a good idea, a real solution. Now after having read it, I see it's just an excuse to setup a bunch of relays on the net, and charge idiots for a service which they don't know how to provide themselves.

    I'm ashamed to think Slashdot has resorted to advertising, and espectially advertising something this obvious as innovative.

    --
    occultae nullus est respectus musicae - originally a Greek proverb