• 1 Post
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • Tbh being open mostly works out for me.

    There have been some bad situations and there are definitely persons where I am afraid to open up too much and therefore don’t do it.

    But I like to give people an “Vertrauensvorschuss” (Not sure how to say this in English). Basically I am giving them my trust until they prove not worth it it.

    Of course this depends on whether you can afford this or not.

    But overall I feel like this improved my relationship with people.



  • I had a similar problem like you. My provider only gives me a public IPv6 but no public IPv4. Im using a VPS with an IPv4 with jool to set up SIIT-DC https://nicmx.github.io/Jool/en/siit-dc.html

    This converts all IPv4 traffic arriving at the VPS to IPv6 traffic which gets then directly routed to my homeserver.

    Not sure if this setup would work for you. This is not a viable solution if you are completly behind a CGNAT without even a public IPv6.

    Pro:

    • Works without any sensitive Data on the VPS (SSl certificates/passwords…)
    • Works for all IP based traffic (TCP,UDP,ICMP)
    • The original source IPv4 can be restored by the homeserver Contra:
    • AFAIK you cannot choose to only forward some TCP ports. Everything gets redirected.
    • You cannot access the VPS via IPv4 anymore since it gets redirected to your homeserver. (I only access my VPS via IPv6)
    • No (additional) encryption. (This is no problem for me since all my traffic is already e2e encrypted)