jeff
jeff
On Tuesday, 23 May 2023 06:32:55 EDT plein wrote: > FYI, I wrote a [Rust script](https://github.com/planetoryd/netns-proxy) to > handle my needs. It's really handy to me. Ex. enters netns without...
see #2140 on the topic of improvements i want to do. on the topic of that law, the technical details of lokinet or any other software are irrelevant as the...
lokinet does not use udp/1194 for all wire proto traffic. it can be any udp port on the service node that they use. you should pin the outbound udp port...
stream isolation should be in with #2119
isolation metric is ipv6 flow label. see the sysfs tunable for linux that controls how the kernel determines the defaults, `sysctl net.ipv6.auto_flowlabels=3` or `IPV6_FLOWINFO` socket option from `man 7 ip`...
i'll review what we can do for windows next week.
note to self: we also need to do docs for win32 and macos on this front.
note: the proper term here isn't stream isolation, it's flow isolation since it's not done JUST on tcp, but on unicast ip flows.
> To configure your firewall system to allow only Lokinet traffic, you can use the following firewall rules: > > Allow traffic on port 1194/udp: Lokinet uses port 1194/udp to...
On Saturday, 15 July 2023 06:08:47 EDT eisy wrote: > > ``` > > $ lokinet > > ``` > > > > Lokinet typically does not run directly via...