You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you perform direct server return (DSR) on windows.
The Pen's manual specifies this for Linux:
pen -df -O “acl 1 permit 192.168.2.11” -O “tarpit_acl 1” -O “dsr_if eth1” 192.168.2.10:80 192.168.2.2 192.168.2.3
However the “-O” option is not available on windows as there is no epoll. Also Widnows don’t use interface names sach as “eth0”. So how to use it on Windows?
The text was updated successfully, but these errors were encountered:
DSR requires raw network access. Windows doesn't have any of the raw networking APIs that Pen supports (raw sockets on Linux, Netmap on FreeBSD). So for the time being, DSR only works on Linux and FreeBSD.
Thank you Ulric. If at some point you decide to implement DSR on windows then Pen will become the first load balancer in the world that is capable of doing DSR on windows.
How do you perform direct server return (DSR) on windows.
The Pen's manual specifies this for Linux:
pen -df -O “acl 1 permit 192.168.2.11” -O “tarpit_acl 1” -O “dsr_if eth1” 192.168.2.10:80 192.168.2.2 192.168.2.3
However the “-O” option is not available on windows as there is no epoll. Also Widnows don’t use interface names sach as “eth0”. So how to use it on Windows?
The text was updated successfully, but these errors were encountered: