I install turnserver-4.5.0.6.
ifconfig 's message is:
eth0 Link encap:Ethernet HWaddr D4:3D:7E:6E:77:DC
inet addr:175.102.16.35 Bcast:175.102.16.127 Mask:255.255.255.128
inet6 addr: fe80::d63d:7eff:fe6e:77dc/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:117146785 errors:0 dropped:0 overruns:0 frame:0
TX packets:35539397 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:134871160147 (125.6 GiB) TX bytes:11416335239 (10.6 GiB)
Memory:df7a0000-df7bffff
eth0:1 Link encap:Ethernet HWaddr D4:3D:7E:6E:77:DC
inet addr:175.102.16.78 Bcast:175.102.16.127 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Memory:df7a0000-df7bffff
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2447401 errors:0 dropped:0 overruns:0 frame:0
TX packets:2447401 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2120049120 (1.9 GiB) TX bytes:2120049120 (1.9 GiB)
I check NAT type from 175.102.16.78, the NAT type is:PortRestrictedCone.
I check NAT type from 175.102.16.35, the NAT type is:RestrictedCone.
In the second way, coturn don't return 175.102.16.78 in the bind response。
I have check udp packet in wireshark.
This is why?
Thank you.