Hacker News new | ask | show | jobs
by dschulz 1192 days ago
Very interesting! The choice with the subnetting is a bit odd to me, it's surprising that you got the hosts talking to each other with that addressing. I would have chosen a proper /30 between the two computers, that would be 10.0.0.1/30 and 10.0.0.2/30.

    10.0.0.0 network address
    10.0.0.1 host (usable)
    10.0.0.2 host (usable)
    10.0.0.3 broadcast address

Nice writeup nonetheless!
1 comments

Yeah, someone else mentioned this on reddit. When taking the time to think about it, I as surprised as you are that it worked. I'll update the post when I have more time to take care of all the things people suggested