Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
tcp 0 0 127.0.0.1:27060 0.0.0.0:* LISTEN 21588/steam
tcp 0 0 0.0.0.0:27036 0.0.0.0:* LISTEN 21588/steam
tcp 0 0 127.0.0.1:57343 0.0.0.0:* LISTEN 21588/steam
tcp 0 0 172.16.0.199:45267 180.101.192.249:443 ESTABLISHED 21588/steam
tcp 0 0 172.16.0.199:27036 172.16.0.99:57959 ESTABLISHED 21588/steam
udp6 0 0 :::27036 :::* 21588/steam
And netstat output for the client (linux laptop):
tcp 0 0 127.0.0.1:27060 0.0.0.0:* LISTEN 2285/steam
tcp 0 0 0.0.0.0:27036 0.0.0.0:* LISTEN 2285/steam
tcp 0 0 127.0.0.1:57343 0.0.0.0:* LISTEN 2285/steam
tcp 0 0 172.16.0.99:57959 172.16.0.199:27036 ESTABLISHED 2285/steam
tcp 0 0 172.16.0.99:58273 180.101.192.249:27020 ESTABLISHED 2285/steam
udp6 0 0 :::27036 :::* 2285/steam
And since I have disabled firewall for all linux systems and the windows VM, it shouldn't case any problem. (If anyone is really wondering about the firewall, I'm using firewalld, and I see no difference no matter if I enabled or disabled firewalld)
I'm going to try the beta versions later.
And the Linux laptop is using stable steam, and the same problem.
So I don't know if it's a regression after a certain update.
As all my linux machines shares the same NTP server pool from Arch.
And for the windows VM, it uses the time from host, thus should be correct at least for the test duration.
Furthermore, since in my test environment, there are 4 machines (linux desktop, linux laptop, windows VM inside linux laptop, and steam link on Android phone), it's really hard to screw just one direction.
So far, the results are: (LD = Linux desktop, LL = Linux laptop, WV = Windows VM, SA = steam Link), Left is host, right is client:
LD <- LL: Mostly fail
LD <- SA: Pass
LL <- LD: Mostly fail
LL <- SA: Pass
WV <- LD: Mostly fail
WV <- LL: Mostly fail
WV <- SA: Pass
So the problem looks like that the Linux remote play client has something wrong.
While the server side is mostly OK.
I see some recent kernel backports causing problems for Steam.
Server: Linux home 4.18.0-041800-generic #201808122131 SMP Sun Aug 12 21:33:20 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
https://github.com/ValveSoftware/steam-for-linux/issues/6275