10-22-2011, 06:01 PM
(This post was last modified: 10-22-2011, 06:02 PM by hAkKeBiRnE.)
Hello
First, Sorry for my english, i am german
I wanted to setup an CSS Server on my root server. Just made this a few times and i am not nooby
but if i exec this:
./steam -command update -game "Counter-Strike Source" -dir /home/kk/srcds
then cames this:
Checking bootstrapper version ...
then nothing and after a few minutes it say to me:
Failed to connect to any GeneralDirectoryServer
My iptables are listed here:
Should all be right or ?
In netstat if it hangs by Checking Bootstrapper i have this lines:
This line in netstat: tcp 0 1 1000786.uni-serv.:37609 207.173.177.11:27030 SYN_SENT
is for steam. it hangs in state SYN_SENT but why??
Can anyone help me to get this problem out of my world?
Many Thanks.
Greetings
Chris
First, Sorry for my english, i am german
I wanted to setup an CSS Server on my root server. Just made this a few times and i am not nooby
but if i exec this:
./steam -command update -game "Counter-Strike Source" -dir /home/kk/srcds
then cames this:
Checking bootstrapper version ...
then nothing and after a few minutes it say to me:
Failed to connect to any GeneralDirectoryServer
My iptables are listed here:
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
Should all be right or ?
In netstat if it hangs by Checking Bootstrapper i have this lines:
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
is for steam. it hangs in state SYN_SENT but why??
Can anyone help me to get this problem out of my world?
Many Thanks.
Greetings
Chris