Re: wireguard routing

2024-08-10 Thread David Gwynne
> On 10 Aug 2024, at 18:18, 04-psyche.tot...@icloud.com wrote: > > Hi all, > > I am working on a wireguard network. > > I have a setup like this: > > serverA (10.0.0.0) => serverB (10.0.0.1) => serverC (10.0.0.2) > > - serverA connects to serverB with AllowedIPs = 0.0.0.0/0 > - serverB conn

Re: avrdude can't find usbasp

2024-08-10 Thread Sadeep Madurange
On 2024-08-11 00:51:31, kodcode wrote: > Please try to run your command as root. > (I don't need to specify the port with -P) > > On Sat, Aug 03, 2024 at 09:06:33PM +0800, Sadeep Madurange wrote: > > On 2024-08-03 15:39:14, Sadeep Madurange wrote: > > > I'm trying to flash a atmega328p using avrdu

Re: avrdude can't find usbasp

2024-08-10 Thread kodcode
Please try to run your command as root. (I don't need to specify the port with -P) - kodcode On Sat, Aug 03, 2024 at 09:06:33PM +0800, Sadeep Madurange wrote: > On 2024-08-03 15:39:14, Sadeep Madurange wrote: > > I'm trying to flash a atmega328p using avrdude using > > > > avrdude -p atmega328p -c

Re: wireguard routing

2024-08-10 Thread 04-psyche . totter
Hi Crystal, Yes, both server A and C can access serverB, which has a fixed, public IP. Thanks for the advice. I can make it work for only ssh’ing into either machine, but not for using all internet via serverC’s connection, from serverA. I believe the wireguard configuration will use allowedIPs

Re: wireguard routing

2024-08-10 Thread Crystal Kolipe
On Sat, Aug 10, 2024 at 09:18:48AM +0100, 04-psyche.tot...@icloud.com wrote: > Hi all, > > I am working on a wireguard network. > > I have a setup like this: > > serverA (10.0.0.0) => serverB (10.0.0.1) => serverC (10.0.0.2) > > - serverA connects to serverB with AllowedIPs = 0.0.0.0/0 > - serv

wireguard routing

2024-08-10 Thread 04-psyche . totter
Hi all, I am working on a wireguard network. I have a setup like this: serverA (10.0.0.0) => serverB (10.0.0.1) => serverC (10.0.0.2) - serverA connects to serverB with AllowedIPs = 0.0.0.0/0 - serverB connectes to serverC with AllowedIPs = 0.0.0.0/0 I cannot access serverC directly from serve