buzukiewicz

Members
  • Posts

    1
  • Joined

  • Last visited

buzukiewicz's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi I'm having problem with docker container: -------------------- 2022-08-23 19:00:07,717 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... 2022-08-23 19:00:07,730 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2022-08-23 19:00:07,741 DEBG 'start-script' stderr output: [#] ip -4 route add my.vps.ipadress via 172.25.0.1 dev eth0 2022-08-23 19:00:07,743 DEBG 'start-script' stderr output: Error: Nexthop has invalid gateway. 2022-08-23 19:00:07,745 DEBG 'start-script' stderr output: Unable to access interface: No such device 2022-08-23 19:00:07,746 DEBG 'start-script' stderr output: [#] ip link delete dev wg0 2022-08-23 19:00:07,752 DEBG 'start-script' stderr output: Cannot find device "wg0" 2022-08-23 19:00:07,753 DEBG 'start-script' stdout output: [warn] WireGuard interface failed to come 'up', exit code is '1' 2022-08-23 19:00:37,760 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... 2022-08-23 19:00:37,773 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2022-08-23 19:00:37,784 DEBG 'start-script' stderr output: [#] ip -4 route add my.vps.ipadress via 172.25.0.1 dev eth0 2022-08-23 19:00:37,787 DEBG 'start-script' stderr output: Error: Nexthop has invalid gateway. 2022-08-23 19:00:37,789 DEBG 'start-script' stderr output: Unable to access interface: No such device 2022-08-23 19:00:37,789 DEBG 'start-script' stderr output: [#] ip link delete dev wg0 2022-08-23 19:00:37,796 DEBG 'start-script' stderr output: Cannot find device "wg0" 2022-08-23 19:00:37,796 DEBG 'start-script' stdout output: [warn] WireGuard interface failed to come 'up', exit code is '1' Why is it trying to route my vps ip adress trought 172.25.0.1 when gateways adress of my container is 172.21.0.1? What can I do to change it?