Task #7366
closed
Finish the first levels of the ungleich-game
Added by Nico Schottelius almost 5 years ago.
Updated 11 months ago.
Description
The story:...
- smallest network: /64 -> 64 bit
- there is a (web)server
step 1¶
- my name is nico and my network is 2a0a:e5c1:137::/64
- Hello, please prove that this is your network by setting up the ip address
- random ip in the network
- 64 bit random number
- network + number = IP
- Hey server, I have it setup now
- -> the server tries to ping me
- yes->I get the next step
- no-> I get an error message
step 2¶
- Setup a webserver on your IPv6 address
- "curl http://[...]" (Linux)
- Server checks if a webserver is reachable on the ip
Files
Nico Schottelius wrote:
Den's here. I think I can work more on the task. At least I've got smth working :D
- Assignee set to Den Ivanov
- Description updated (diff)
Hints:
- you have an IPv6 address on your computer
- if you let nico know the address, we can route a /64
- Status changed from New to In Progress
- % Done changed from 0 to 40
What's done for now in porting to ETCD-3:
1) Information about the game
2) Registration of the new user with his IP and date
3) Checking if user registered, it returns user IP
- % Done changed from 40 to 70
Working for now with ETCD-3 and wrapper:
1) Information about the game: ("curl ip/index")
2) Registration of the new user with his IP and date: ("curl -X POST -d user=sxiii ip/register")
3) Checking if user registered, it returns user IP (re-run previous command again)
4) Challenges listing ("curl ip/challenge")
5) RegisterNet challenge ("curl -X POST -d user=sxiii -d 'network=2a0a:e5c0:101::/64' ip/challenge/RegisterNet")
6) Checking if challenge already done; it returns error (re-run prev. command)
What needs further work: IPv6Address challenge; POINTS; listing multiple records
- % Done changed from 70 to 80
7) Getting points for user: ``` curl -X POST -d user=sxiii ip/points ```
8) Challenge IPv6Address (checking if IP is pingable): ``` curl -X POST -d user=sxiii ip/challenge/IPv6Address ```
So, Step 1 = 90% completed. The only thing not working now is multiple users points listing.
- Status changed from In Progress to Closed
Also available in: Atom
PDF