Hallöchen.
Ich wollte auf meinem Server nun mal ausprobieren, ob ein Gameserver stabil läuft. Deshalb wollte ich, wie schon oft einen CounterStrike Source Server installieren.
Aber wenn ich nun dies hier ausführe, um den Server zu installieren bzw erst einmal das Serverinstallationsprogramm (./steam) zu aktualisieren:
./steam -command update -game "Counter-Strike Source" -dir /home/kk/srcds
kommt das hier was auch normal ist:
Checking bootstrapper version ...
Doch dann nach einigen Minuten kommt das:
Failed to connect to any GeneralDirectoryServer
Das hier sind meine iptables:
Sollte meiner Meinung nach OK so sein ?
Wenn ich netstat ausführe während das steam Programm bei Checking Bootstrapper hängt, bekomme ich das hier zu Gesicht:
Diese Zeile hier im netstat: tcp 0 1 1000786.uni-serv.:37609 207.173.177.11:27030 SYN_SENT
ist für Steam. Es hängt im Status SYN_SENT but why??
Kann mir irgendwer suchen helfen, wo sich der Hund begraben hat?
Vielen Dank im Voraus
Achso. System ist Suse Linux 11.1 dazu Plesk 10.1.1 ich mache aber das meiste über die PuTTy Console. Da sieht man wenigstens was passiert
Gruß
Chris
Edit: Ein Ping auf den Server funktioniert. Allerdings, wenn ich vom Server irgendwo hinpingen möchte, geht das nicht. Bspw:
ping google.de funktioniert nicht. 100% loss.
Falls das wichtig ist
Auch noch vergessen zu sagen, es ist ein V-Root bei der Telekom. Vllt liegt das ganze noch hinter einer Hardwarefirewall, die mich da quasi vollkommen blockiert oder so?
Ich wollte auf meinem Server nun mal ausprobieren, ob ein Gameserver stabil läuft. Deshalb wollte ich, wie schon oft einen CounterStrike Source Server installieren.
Aber wenn ich nun dies hier ausführe, um den Server zu installieren bzw erst einmal das Serverinstallationsprogramm (./steam) zu aktualisieren:
./steam -command update -game "Counter-Strike Source" -dir /home/kk/srcds
kommt das hier was auch normal ist:
Checking bootstrapper version ...
Doch dann nach einigen Minuten kommt das:
Failed to connect to any GeneralDirectoryServer
Das hier sind meine iptables:
Code:
Chain INPUT (policy DROP)
num target prot opt source destination
1 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
2 REJECT tcp -- anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN reject-with tcp-reset
3 DROP all -- anywhere anywhere state INVALID
4 ACCEPT all -- anywhere anywhere
5 ACCEPT tcp -- anywhere anywhere tcp dpt:pcsync-https
6 ACCEPT tcp -- anywhere anywhere tcp dpt:cddbp-alt
7 ACCEPT tcp -- anywhere anywhere tcp dpt:http
8 ACCEPT tcp -- anywhere anywhere tcp dpt:https
9 ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
10 ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
11 ACCEPT tcp -- anywhere anywhere tcp dpt:submission
12 ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
13 ACCEPT tcp -- anywhere anywhere tcp dpt:smtps
14 ACCEPT tcp -- anywhere anywhere tcp dpt:pop3
15 ACCEPT tcp -- anywhere anywhere tcp dpt:pop3s
16 ACCEPT tcp -- anywhere anywhere tcp dpt:imap
17 ACCEPT tcp -- anywhere anywhere tcp dpt:imaps
18 ACCEPT tcp -- anywhere anywhere tcp dpt:poppassd
19 ACCEPT tcp -- anywhere anywhere tcp dpt:mysql
20 ACCEPT tcp -- anywhere anywhere tcp dpt:postgresql
21 ACCEPT tcp -- anywhere anywhere tcp dpt:9008
22 ACCEPT tcp -- anywhere anywhere tcp dpt:glrpc
23 ACCEPT udp -- anywhere anywhere udp dpt:netbios-ns
24 ACCEPT udp -- anywhere anywhere udp dpt:netbios-dgm
25 ACCEPT tcp -- anywhere anywhere tcp dpt:netbios-ssn
26 ACCEPT tcp -- anywhere anywhere tcp dpt:microsoft-ds
27 ACCEPT udp -- anywhere anywhere udp dpt:openvpn
28 ACCEPT udp -- anywhere anywhere udp dpt:domain
29 ACCEPT tcp -- anywhere anywhere tcp dpt:domain
30 ACCEPT icmp -- anywhere anywhere icmp type 8 code 0
31 ACCEPT all -- anywhere anywhere
32 ACCEPT udp -- anywhere anywhere udp dpts:27000:27039
33 ACCEPT tcp -- anywhere anywhere tcp dpts:27000:27039
34 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
Chain FORWARD (policy ACCEPT)
num target prot opt source destination
1 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
2 REJECT tcp -- anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN reject-with tcp-reset
3 DROP all -- anywhere anywhere state INVALID
4 ACCEPT all -- anywhere anywhere
5 DROP all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
1 ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
2 REJECT tcp -- anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN reject-with tcp-reset
3 DROP all -- anywhere anywhere state INVALID
4 ACCEPT all -- anywhere anywhere
5 ACCEPT all -- anywhere anywhere
Sollte meiner Meinung nach OK so sein ?
Wenn ich netstat ausführe während das steam Programm bei Checking Bootstrapper hängt, bekomme ich das hier zu Gesicht:
Code:
1000786:~ # netstat
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 1000786.uni-serv.de:ssh p5DC1DADA.dip.t-d:59377 ESTABLISHED
tcp 0 0 localhost:epicon localhost:46701 TIME_WAIT
--> tcp 0 1 1000786.uni-serv.:37609 207.173.177.11:27030 SYN_SENT
tcp 0 0 localhost:pop3 localhost:43661 TIME_WAIT
tcp 0 264 1000786.uni-serv.de:ssh p5DC1DADA.dip.t-d:59158 ESTABLISHED
tcp 0 0 localhost:46701 localhost:epicon TIME_WAIT
tcp 0 0 localhost:imap localhost:55537 TIME_WAIT
tcp 0 0 localhost:51781 localhost:domain TIME_WAIT
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
unix 12 [ ] DGRAM 473349910 /dev/log
unix 2 [ ] DGRAM 473349912 /var/lib/named/dev/log
unix 2 [ ] DGRAM 473347691 @/org/kernel/udev/udevd
unix 3 [ ] STREAM CONNECTED 483516013
unix 3 [ ] STREAM CONNECTED 483516012
unix 3 [ ] STREAM CONNECTED 473657791 /var/lib/mysql/mysql.sock
unix 3 [ ] STREAM CONNECTED 473657790
unix 2 [ ] DGRAM 473657786
unix 2 [ ] DGRAM 473353089
unix 3 [ ] STREAM CONNECTED 473352438
unix 3 [ ] STREAM CONNECTED 473352437
unix 2 [ ] DGRAM 473351575
unix 2 [ ] DGRAM 473350898
unix 2 [ ] DGRAM 473350648
unix 2 [ ] DGRAM 473350122
unix 2 [ ] DGRAM 473349980
unix 2 [ ] DGRAM 473349965
unix 2 [ ] DGRAM 473349950
unix 2 [ ] DGRAM 473349932
ist für Steam. Es hängt im Status SYN_SENT but why??
Kann mir irgendwer suchen helfen, wo sich der Hund begraben hat?
Vielen Dank im Voraus
Achso. System ist Suse Linux 11.1 dazu Plesk 10.1.1 ich mache aber das meiste über die PuTTy Console. Da sieht man wenigstens was passiert
Gruß
Chris
Edit: Ein Ping auf den Server funktioniert. Allerdings, wenn ich vom Server irgendwo hinpingen möchte, geht das nicht. Bspw:
ping google.de funktioniert nicht. 100% loss.
Falls das wichtig ist
Auch noch vergessen zu sagen, es ist ein V-Root bei der Telekom. Vllt liegt das ganze noch hinter einer Hardwarefirewall, die mich da quasi vollkommen blockiert oder so?
Last edited by a moderator: