
rm_
rm_
About
- Username
- rm_
- Joined
- Visits
- 1,136
- Last Active
- Roles
- Member
- Thanked
- 48
Comments
-
(Quote) It reads like the 2nd sentence wasn't updated. Shouldn't it say "more than six instances" now? And yes it was 2 IPs before.
-
Check out https://www.globaltraceroute.com/
-
Depends on what you actually want from it, DokuWiki might also be worth considering. It has a blog plugin too.
-
@yoursunny Yes I have found that it will not work on some ISPs, but never got details why. You should contact the developer with these findings: https://github.com/DanielAdolfsson/ndppd/issues
-
(Quote) Connecting to an internet or posting public information on a public forum doesn't endanger your private information nearly as much as actually uploading it to someone else's computer.
-
(Quote) You mean get a dedicated server instead of a VPS? Yes, absolutely.
-
(Quote) Because the provider can stealthily view and copy the RAM content of your VPS and all its storage, whereas they cannot do the same in your laptop or workstation.
-
If it's a RAID1, you should cache it with a RAID1 of SSDs as well, else a failure of the single SSD will cause data loss. Unless you use it in the write-through mode, which will not deliver nearly as much of the performance benefit.
-
(Quote) ip -6 route might.
-
(Quote) Yes. Just static in ndppd, and aside from that forget about anything related to "neigh" or proxy, it's all regular routing from then on.
-
You have to use the "static" mode in ndppd. WireGuard is an level 3 interface, not level 2, so ndppd's dynamic tricks won't work with it. You just want it to bring the entire /64 onto your server. Then, from the server you can route it int…
-
@yoursunny Using VXLAN is a bit of an overkill. It will work, but since it's an L2 tunnel, it will reduce your MTU by way too much. Also it uses some space in the header for its own needs as well. Check out ipip6 instead: ip -6 tunnel add $TUNNELNA…
-
(Quote) Even while stopped you will be charged for storage and IP, so would need to detach and delete those. And it might be tricky to restore the storage contents afterwards, because there's no "Reinstall" function. So it's easier to just…
-
(Quote) Because that's their new thing, monthly billing is gone, it's all hourly now. But yeah, it's stupid that they don't show how much per month even if just for convenience, have to use a calculator to check.
-
Dunno if still relevant, but it's only a couple of months old, so... (Quote) You will have a hard time reaching 100 Mbit with those specs, for CPU I guess you assume AES acceleration must be present, but even then. And in my current experience two …
-
(Quote) The coupon did not discount the SSD add-on. It was for 7.49 if you choose the SSD. However strangely enough it did apply to the added IPv4.
-
(Quote) Could be helpful to know what were the changes, for @Neoon (and others) to ask for at other upstream providers.
-
6to4 is a very specific thing: https://en.wikipedia.org/wiki/6to4, and is not applicable here. It's not correct to use the term for anything converting v6 to v4 or vice versa. What could work is NAT64, set up a "public" NAT64 server using…
-
1) do not expect proxy_ndp to work; 2) https://github.com/DanielAdolfsson/ndppd may have a better chance of working, but it often won't either, because of this: https://github.com/DanielAdolfsson/ndppd/issues/55 Ask @Neoon, he had a ton of experienc…