omsha

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by omsha

  1. have you tried to validate integrity of the valheim game files in steam?
  2. have you got all three ports forwarded? that was my issue, after changing the public server option.
  3. i only had 1 port open in my firewall, after opening 2456-2458, it works now. shows up in steam, and can launch and connect, and play.
  4. hey, so i have the same issue as skwisgaarz. i'm able to run the map fine if i copy it out of the docker and run it locally. however, i cannot connect to the game hosted in the docker. ... ok, fixed it, from the patch notes: * Added -public 1/0 flag to dedicated server again, Allows players to host local lan only servers so changed it to 1 (public) in the docker settings and it works again. seems like if set to 0 you can only join on local LAN. .. nope, thats a lie. it shows up in steam. but still cannot connect to the game
  5. i think i got this to work. i'm testing this with the linuxserver/deluge container. the output from "curl ipconfig.io" is the wireguard vpn ip. i can access the deluge webGUI through my local lan. so, i set up the wireguard container as explained by rukiftw. did not touch the wireguard conf file, and did not enable internet kill switch. i also added the environmental variable LAN_NETWORK as mentioned by danofun. then just followed the spaceinvader One video https://www.youtube.com/watch?v=znSu_FuKFW0 to force the deluge container through the wireguard one. also added the deluge ports to the wireguard container. and then added the Postup=ip . . . (see danofuns post) to my wireguards config file under the [Interface] block.