diff options
author | Travis LaDuke <travisladuke@gmail.com> | 2018-02-02 10:30:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 10:30:49 -0800 |
commit | e57d0fdccc78b01e93360245fd2a9c7b87214b34 (patch) | |
tree | bf8486833cfefad9d127b3a8d6f0db5fa61dc329 | |
parent | 782b2b1514e195cd006374a71aceedae609f0421 (diff) | |
download | infinitytier-e57d0fdccc78b01e93360245fd2a9c7b87214b34.tar.gz infinitytier-e57d0fdccc78b01e93360245fd2a9c7b87214b34.zip |
Update README.md
this ip changes sometimes
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ For testing purposes we provide a public virtual network called *Earth* with net sudo zerotier-cli join 8056c2e21c000001 -Now wait about 30 seconds and check your system with `ip addr list` or `ifconfig`. You'll see a new interface whose name starts with *zt* and it should quickly get an IPv4 and an IPv6 address. Once you see it get an IP, try pinging `earth.zerotier.net` at `29.209.112.93`. If you've joined Earth from more than one system, try pinging your other machine. If you don't want to belong to a giant Ethernet party line anymore, just type: +Now wait about 30 seconds and check your system with `ip addr list` or `ifconfig`. You'll see a new interface whose name starts with *zt* and it should quickly get an IPv4 and an IPv6 address. Once you see it get an IP, try pinging `earth.zerotier.net`. If you've joined Earth from more than one system, try pinging your other machine. If you don't want to belong to a giant Ethernet party line anymore, just type: sudo zerotier-cli leave 8056c2e21c000001 |