Created
May 8, 2016 00:53
-
-
Save tehnerd/23146c6d699907d2a3e62ef6b83f3135 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IP Virtual Server version 1.2.1 (size=4096) | |
Prot LocalAddress:Port Scheduler Flags | |
-> RemoteAddress:Port Forward Weight ActiveConn InActConn | |
tehnerd@dev-srv2:~$ sudo /tmp/main | |
Start Test/Example Run | |
Expected error because we adding existing service : &errors.errorString{s:"Error! errorcode is: 17\n"} | |
expected error because of lack fwmark 10: &errors.errorString{s:"Error! errorcode is: 3\n"} | |
done | |
tehnerd@dev-srv2:~$ sudo ipvsadm -ln | |
IP Virtual Server version 1.2.1 (size=4096) | |
Prot LocalAddress:Port Scheduler Flags | |
-> RemoteAddress:Port Forward Weight ActiveConn InActConn | |
TCP 192.168.1.1:80 wrr | |
-> 127.0.0.11:80 Tunnel 10 0 0 | |
-> 127.0.0.11:8080 Masq 10 0 0 | |
-> 127.0.0.13:80 Tunnel 20 0 0 | |
UDP 192.168.1.22:50100 sh (sh-fallback) | |
-> 192.168.1.2:8080 Masq 10 0 0 | |
-> 192.168.1.2:8081 Masq 10 0 0 | |
UDP 192.168.1.22:50101 sh (sh-fallback,sh-port) | |
FWM 1 IPv6 wrr | |
-> [fc00:1::12]:0 Masq 10 0 0 | |
-> [fc00:2:3::12]:0 Tunnel 33 0 0 | |
tehnerd@dev-srv2:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment