Egor Savkin esavkin
  • Joined on 2022-09-30
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-13 16:48:01 +08:00
addc202345 Use IPv6 for WG transport to decrease latency by 20%
6dded5a701 Ip rules instead of iptables tracking
17b21f3801 Apply tested client configuration
dba87d68d3 Use wireguard instead of strongswan since its in the kernel
4966465b1c WIP: Use gre/ipsec instead of proxy
Compare 12 commits »
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-13 15:06:37 +08:00
6382326316 Use IPv6 for WG transport to decrease latency by 20%
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-11 11:28:10 +08:00
2f1c11d779 Ip rules instead of iptables tracking
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-11 11:04:42 +08:00
5e13fc0bc2 Apply tested client configuration
esavkin commented on pull request M-Labs/it-infra#45 2024-09-10 15:49:02 +08:00
WIP: Use postfix options for routing mails through tunnel

For example ip route add 10.42.0.0/30 dev wg0.

The current problem with nix configuration is to ensure that it doesn't route too much by default, as it happens wg.conf (but it can be disabled…

esavkin commented on pull request M-Labs/it-infra#45 2024-09-10 15:44:45 +08:00
WIP: Use postfix options for routing mails through tunnel

It corresponds to Interface.Address in the wg.conf, which results in ip -4 address add 10.42.0.2/32 dev wg0. Routes are done separately.

esavkin commented on pull request M-Labs/it-infra#45 2024-09-10 15:38:56 +08:00
WIP: Use postfix options for routing mails through tunnel

This IP is to acquire. But for now its a draft anyway, I'll test and update.

esavkin commented on pull request M-Labs/it-infra#45 2024-09-10 11:37:51 +08:00
WIP: Use postfix options for routing mails through tunnel

TODO: needs disabling routing tables (Table = off in wg conf file), so it will open interface and let apps choose to use interface instead of forwarding all the traffic

esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-09 15:12:38 +08:00
4ae7af98b2 Use wireguard instead of strongswan since its in the kernel
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-06 17:31:27 +08:00
ebe55e2fa6 WIP: Use gre/ipsec instead of proxy
esavkin created pull request M-Labs/web2019#151 2024-09-05 12:29:20 +08:00
Add warnings if phaser has next card too long and increase it's virtual HP consumption
esavkin pushed to 148-phaser-fix at esavkin/web2019 2024-09-05 12:28:13 +08:00
cc89d0b1fd Update bundle and remove debug messages from production build
c1e26e7ba8 Add warnings for the phaser being obstacled by next card
3987343e16 advertise Phaser MIQRO gateware
8a12d35c06 faq: add US mirror
d2ae816cb0 add links to cheap boards
Compare 5 commits »
esavkin pushed to 148-phaser-fix at esavkin/web2019 2024-09-05 12:27:40 +08:00
fb817e8f6d Update bundle and remove debug messages from production build
43a4108c85 Add warnings for the phaser being obstacled by next card
Compare 2 commits »
esavkin pushed to 148-phaser-fix at esavkin/web2019 2024-09-05 11:52:58 +08:00
86668f598f Update bundle and remove debug messages from production build
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-09-04 17:24:54 +08:00
6a46388d68 WIP: Use gre/ipsec instead of proxy
a6f30cff27 Use proxychains-ng instead of tsocks
f083672e66 Use tsocks to wrap socks and add sock transport type
f46adfd8d3 Use wildcard instead of explicit specification
694d908339 Use postfix options for routing mails through ssh tunnel
Compare 11 commits »
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-08-29 17:28:24 +08:00
568d6ccfb1 WIP: Use gre/ipsec instead of proxy
esavkin opened issue M-Labs/web2019#150 2024-08-29 12:58:44 +08:00
Change LVDS configuration into groups
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-08-28 17:25:06 +08:00
684c63bb49 WIP: Use gre/ipsec instead of proxy
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-08-26 11:59:28 +08:00
a2d7b847a9 Use proxychains-ng instead of tsocks
esavkin pushed to enable-mail-proxy-and-tunnel at M-Labs/it-infra 2024-08-23 17:18:59 +08:00
68d8deed73 Use tsocks to wrap socks and add sock transport type