E
Size: a a a
E
Д
n
G
G
ping 10.1.2.1), НО больше кроме пинга ничего не работает.Server: iperf3 --format m --bind 10.1.2.1 --serveriperf3 подключается, первый тик показывает очень маленькую скорость(0.19 mbits/sec), а дальнейшие тики показывают нулевую скорость.
Client: iperf3 --format m --bind 10.1.2.2 --client 10.1.2.1
ip route add default via 10.1.2.1 dev wg0То интернет, закономерно, пропадает, НО пинг работает и судя по тому, что пинг удваиватся, пинг идёт через впн, более того команда
curl ifconfig.meвозвращает IP впн'а.
P×
И
G
iperf3 --format m --bind 10.1.2.2 --client 10.1.2.1
Connecting to host 10.1.2.1, port 5201
[ 5] local 10.1.2.2 port 36011 connected to 10.1.2.1 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 99.0 KBytes 0.81 Mbits/sec 2 1.41 KBytes
[ 5] 1.00-2.00 sec 0.00 Bytes 0.00 Mbits/sec 1 1.41 KBytes
[ 5] 2.00-3.00 sec 0.00 Bytes 0.00 Mbits/sec 0 1.41 KBytes
[ 5] 3.00-4.00 sec 0.00 Bytes 0.00 Mbits/sec 0 1.41 KBytes
[ 5] 4.00-5.00 sec 0.00 Bytes 0.00 Mbits/sec 1 1.41 KBytes
[ 5] 5.00-6.00 sec 0.00 Bytes 0.00 Mbits/sec 0 1.41 KBytes
[ 5] 6.00-7.00 sec 0.00 Bytes 0.00 Mbits/sec 0 1.41 KBytes
[ 5] 7.00-8.00 sec 0.00 Bytes 0.00 Mbits/sec 0 1.41 KBytes
[ 5] 8.00-9.00 sec 0.00 Bytes 0.00 Mbits/sec 1 1.41 KBytes
[ 5] 9.00-10.00 sec 0.00 Bytes 0.00 Mbits/sec 0 1.41 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 99.0 KBytes 0.08 Mbits/sec 5 sender
[ 5] 0.00-10.07 sec 0.00 Bytes 0.00 Mbits/sec receiver
Если добавить —udp, то скорость небольшая появится, но это всё равно не тоiperf3 --format m --bind 10.1.2.2 --client 10.1.2.1 --udp
Connecting to host 10.1.2.1, port 5201
[ 5] local 10.1.2.2 port 41871 connected to 10.1.2.1 port 5201
[ ID] Interval Transfer Bitrate Total Datagrams
[ 5] 0.00-1.00 sec 129 KBytes 1.05 Mbits/sec 91
[ 5] 1.00-2.00 sec 127 KBytes 1.04 Mbits/sec 90
[ 5] 2.00-3.00 sec 129 KBytes 1.05 Mbits/sec 91
[ 5] 3.00-4.00 sec 127 KBytes 1.04 Mbits/sec 90
[ 5] 4.00-5.00 sec 129 KBytes 1.05 Mbits/sec 91
[ 5] 5.00-6.00 sec 129 KBytes 1.05 Mbits/sec 91
[ 5] 6.00-7.00 sec 127 KBytes 1.04 Mbits/sec 90
[ 5] 7.00-8.00 sec 129 KBytes 1.05 Mbits/sec 91
[ 5] 8.00-9.00 sec 127 KBytes 1.04 Mbits/sec 90
[ 5] 9.00-10.00 sec 129 KBytes 1.05 Mbits/sec 91
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Jitter Lost/Total Datagrams
[ 5] 0.00-10.00 sec 1.25 MBytes 1.05 Mbits/sec 0.000 ms 0/906 (0%) sender
[ 5] 0.00-10.07 sec 0.00 Bytes 0.00 Mbits/sec 0.000 ms 0/0 (0%) receiver
G
С
G
И
И
G
P×
С
P×
И
G
G