 |
 |
 |
Setting up a server (for retards), Help the Linux Noob! |
|
Apr 25 2013, 01:27
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
QUOTE(Ichy @ Apr 24 2013, 03:46)  Yep I tried some random guide I found but not sure if that worked at all (IMG:[ invalid] style_emoticons/default/anime_cry.gif) You got a mounted filesystem so it must have worked somewhat (IMG:[ invalid] style_emoticons/default/smile.gif) QUOTE I have 3 Clients running on this Server
So do not even bother with my solution with soft links. Just copy (not move) the /h/h1 directory under the new disk and try starting H@H. If H@H starts alright you delete the directory in the old location. H@H shall have everything it needs under the directory it is in, given that you start it under the right IP it shall boot alright.
|
|
|
|
 |
|
Apr 26 2013, 20:03
|
Ichy
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09

|
QUOTE(blue penguin @ Apr 25 2013, 01:27)  You got a mounted filesystem so it must have worked somewhat (IMG:[ invalid] style_emoticons/default/smile.gif) So do not even bother with my solution with soft links. Just copy (not move) the /h/h1 directory under the new disk and try starting H@H. If H@H starts alright you delete the directory in the old location. H@H shall have everything it needs under the directory it is in, given that you start it under the right IP it shall boot alright. Ho do I move folders. Just using my FTP Program would be boring so I need to do it with Linux magic (IMG:[ invalid] style_emoticons/default/tongue.gif)
|
|
|
|
 |
|
Apr 26 2013, 21:27
|
GanGun
Group: Gold Star Club
Posts: 428
Joined: 26-July 10

|
QUOTE(Ichy @ Apr 26 2013, 18:03)  Ho do I move folders. Just using my FTP Program would be boring so I need to do it with Linux magic (IMG:[ invalid] style_emoticons/default/tongue.gif) [ linux.die.net] mv source destination
|
|
|
|
 |
|
Apr 27 2013, 02:56
|
StonyCat
Group: Catgirl Camarilla
Posts: 2,487
Joined: 31-March 12

|
Oh, I haven't read this thread for a while. QUOTE(GanGun @ Mar 1 2013, 02:50)  That image doesn't show anything other than ordinary info from H@H client.
Yup, as spoken it just hanged there. QUOTE(blue penguin @ Mar 1 2013, 09:47)  I believe that StonyCat had an issue with a OpenVZ VPS here: https://forums.e-hentai.org/index.php?showtopic=108730and that that log comes from there. I also believe that the problem went away (i.e. he got a better VPS) as StonyCat did try to shout for help anymore. Ya, after trying out a few different VPS companies I think I can conclude that is an OpenVZ problem (which I have absolutely no knowledge on): - I never encounter the same problem on any non-OpenVZ VPSes.
- I have tried at least 4 different companies (as I can remember) on VPS with 256MB RAM, 2 have no problems at all but 2 have problems (hanging, or process terminated randomly). For those 2 having problems, they were fixed after I upgrade them to 512MB RAM. (I didn't try any 128MB OpenVZ VPS though)
|
|
|
|
 |
|
Apr 27 2013, 15:41
|
Ichy
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09

|
QUOTE(GanGun @ Apr 26 2013, 21:27)  [ linux.die.net] mv source destination I better just copy it I think. Dont wanna lose all my cache just in caste it does not work (IMG:[ invalid] style_emoticons/default/wacko.gif)
|
|
|
Apr 28 2013, 00:06
|
GanGun
Group: Gold Star Club
Posts: 428
Joined: 26-July 10

|
QUOTE(Ichy @ Apr 27 2013, 13:41)  I better just copy it I think. Dont wanna lose all my cache just in caste it does not work (IMG:[ invalid] style_emoticons/default/wacko.gif) Eh, there's literary no chance of that happening unless you do the mv part within the H@H folder or use a high ascii number/ dot or something like that, since mv is recursive.
|
|
|
|
 |
|
Apr 28 2013, 03:12
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
QUOTE(GanGun @ Apr 27 2013, 23:06)  Eh, there's literary no chance of that happening unless you do the mv part within the H@H folder or use a high ascii number/ dot or something like that, since mv is recursive.
True. Yet he just added the destination disk and followed some (possibly dodgy) tutorial to create and mount a filesystem there. mv would not fail even if the destination would be a complete mess (it would not do anything in such case), but it would leave our favourite linux newbie rather confused. Ichy, use "cp" (which stands for copy, as "mv" stands for move). i.e. cp -r source destination then if H@H boots in the destination (new disk) you remove the original files with "rm" (for remove) rm -r source btw Ichy, by now you could try to get the hang of the basic UNIX commands like: cd, mv, cp, mkdir, touch, rmdir, chmod, chown, ls, echo, grep and cat. (IMG:[ invalid] style_emoticons/default/rolleyes.gif)
|
|
|
|
 |
|
Apr 28 2013, 10:03
|
Ichy
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09

|
QUOTE(blue penguin @ Apr 28 2013, 03:12)  btw Ichy, by now you could try to get the hang of the basic UNIX commands like: cd, mv, cp, mkdir, touch, rmdir, chmod, chown, ls, echo, grep and cat. (IMG:[ invalid] style_emoticons/default/rolleyes.gif) I already know how to cd mkdir and alrady know what a cat is but have no clue why there is one in my Server. Also that Cheatcode did nothing. how do I have to type in my Source and destination? CODE cp -r /h/h3 /mnt/2ndHDD Did nothing. Also tried CODE cp -r h3 2ndHDD cp -r /h3 /2ndHDD

|
|
|
|
 |
|
Apr 28 2013, 21:24
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
QUOTE(Ichy @ Apr 28 2013, 09:03)  CODE cp -r /h/h3 /mnt/2ndHDD Did nothing. Are you sure it did nothing? Could you check if you have a directory called /mnt/2ndHDD/h3 now? Hopefully it will be there. Normally, when the command do not print an error message it just did what it was supposed to do. Or maybe it actually printed some error (IMG:[ invalid] style_emoticons/default/rolleyes.gif) ? And don't worry about the cat, he's very strong in the UNIX OSes. At some point in the past there was also a "dog" command that did the same what cat does, but cat proved to be better and dog was removed.
|
|
|
|
 |
|
Apr 29 2013, 00:55
|
GanGun
Group: Gold Star Club
Posts: 428
Joined: 26-July 10

|
QUOTE(Ichy @ Apr 28 2013, 08:03)  I already know how to cd mkdir and alrady know what a cat is but have no clue why there is one in my Server. Also that Cheatcode did nothing. how do I have to type in my Source and destination? CODE cp -r /h/h3 /mnt/2ndHDD Did nothing. Also tried CODE cp -r h3 2ndHDD cp -r /h3 /2ndHDD
 If you got a cat in your server you might have a conflict with the unix [ linux.die.net] cat. try the same commands but add -v before -r and post the output. And source/destination is what it says: The "address" to the source material: /home/username/textfile The "address" to the destination where the source material shall be processed to: /mnt/USBSTICK/homework/ Also if you got any problem with linux, the best bet is to [ linux.die.net] Read The Fucking Manual as the "Unix" guru's say. OR Read the documentation/handbook. This post has been edited by GanGun : Apr 29 2013, 01:12
|
|
|
|
 |
|
Apr 29 2013, 03:39
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
QUOTE(GanGun @ Apr 28 2013, 23:55)  Read the documentation/handbook.
LOL yeah, Ichy needed a little RFM. Thanks
|
|
|
|
 |
|
Apr 29 2013, 10:45
|
Ichy
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09

|
QUOTE(blue penguin @ Apr 28 2013, 21:24)  Are you sure it did nothing? Could you check if you have a directory called /mnt/2ndHDD/h3 now? Hopefully it will be there. Normally, when the command do not print an error message it just did what it was supposed to do. Or maybe it actually printed some error (IMG:[ invalid] style_emoticons/default/rolleyes.gif) ? And don't worry about the cat, he's very strong in the UNIX OSes. At some point in the past there was also a "dog" command that did the same what cat does, but cat proved to be better and dog was removed. Actually it is there but not back then when I made above post. it just took some time. Looks like the h3 Folder is there and even the cache folder. only the actual h@h client is missing (IMG:[ invalid] style_emoticons/default/blink.gif) /edit: seems like part of the Cache is also missing. Maybe I have to wait more. This post has been edited by Ichy: Apr 29 2013, 10:47
|
|
|
|
 |
|
May 1 2013, 02:58
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
Did it managed to copy h@h across in the end, Ichy? Now I'm worried. It can take some time for a seedbox to copy a dozen gigabytes, but not this much time. You can cross check that the command is still running by: CODE ps -afe | grep [c]p
And if it is not running and the files are not in place you can repeat the same cp command (and try to keep ssh connection open till it finishes)
|
|
|
|
 |
|
May 1 2013, 20:56
|
GanGun
Group: Gold Star Club
Posts: 428
Joined: 26-July 10

|
QUOTE(blue penguin @ May 1 2013, 00:58)  Did it managed to copy h@h across in the end, Ichy? Now I'm worried. It can take some time for a seedbox to copy a dozen gigabytes, but not this much time. You can cross check that the command is still running by: CODE ps -afe | grep [c]p
And if it is not running and the files are not in place you can repeat the same cp command (and try to keep ssh connection open till it finishes) The absolute easiest way to check this would be if Ichy could actually print screen the terminal he's working on. or post the results with the -v/--verbose flag.
|
|
|
|
 |
|
May 10 2013, 16:04
|
Ichy
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09

|
QUOTE(GanGun @ May 1 2013, 20:56)  or post the results with the -v/--verbose flag.
CODE -bash: -v/--verbose: No such file or directory (IMG:[ invalid] style_emoticons/default/wacko.gif) Sorry did not have any spare time these days (IMG:[ invalid] style_emoticons/default/dry.gif)
|
|
|
|
 |
|
May 10 2013, 17:45
|
Ichy
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09

|
CODE 2013-05-10T14:44:56Z [info] The client has failed the external connection test. 2013-05-10T14:44:56Z [info] The server failed to verify that this client is onli ne and available from the Internet. 2013-05-10T14:44:56Z [info] If you are behind a firewall, please check that port 50000 is forwarded to this computer. 2013-05-10T14:44:56Z [info] You might also want to check that ::ffff:88.208.193. 162 is your actual public IP address. 2013-05-10T14:44:56Z [info] If you need assistance with forwarding a port to thi s client, locate a guide for your particular router at http://portforward.com/ 2013-05-10T14:44:56Z [info] The client will remain running so you can run port c onnection tests. 2013-05-10T14:44:56Z [info] Use Program -> Exit in windowed mode or hit Ctrl+C i n console mode to exit the program. 2013-05-10T14:44:56Z [info] **************************************************** ******************************************************************************** 2013-05-10T14:44:56Z [info] 2013-05-10T14:44:56Z [info] Startup notification failed. what donkey shit is this? I only rebooted (IMG:[ invalid] style_emoticons/default/cry.gif)
|
|
|
|
 |
|
May 11 2013, 00:57
|
GanGun
Group: Gold Star Club
Posts: 428
Joined: 26-July 10

|
QUOTE(Ichy @ May 10 2013, 16:04)  CODE -bash: -v/--verbose: No such file or directory (IMG:[ invalid] style_emoticons/default/wacko.gif) Sorry did not have any spare time these days (IMG:[ invalid] style_emoticons/default/dry.gif) (IMG:[ gs1.wac.edgecastcdn.net] https://gs1.wac.edgecastcdn.net/8019B6/data.tumblr.com/tumblr_m04x8iljk41qkjb5so1_400.gif) You really.. REALLY need to read a book on linux or heck programming in general. Here's how a command works in Unix: THECOMMAND(cd, ls, mkdir, cp, mv, etc.) -FLAGS(-v -b -e / --verbose --byte --execute etc.) SOURCE(/root/folder, /etc/users, work.txt, etc.) DESTINATION / DESTINATION SOURCE (/usr/home/user, /var/log/pf.log etc. )
Here I even found a book that seems good enough for beginners: [ www.amazon.com] (IMG:[linuxcommand.org] http://linuxcommand.org/images/51vgLTkNsIL._SL500_AA300_.jpg) QUOTE(Ichy @ May 10 2013, 17:45)  CODE 2013-05-10T14:44:56Z [info] The client has failed the external connection test. 2013-05-10T14:44:56Z [info] The server failed to verify that this client is onli ne and available from the Internet. 2013-05-10T14:44:56Z [info] If you are behind a firewall, please check that port 50000 is forwarded to this computer. 2013-05-10T14:44:56Z [info] You might also want to check that ::ffff:88.208.193. 162 is your actual public IP address. 2013-05-10T14:44:56Z [info] If you need assistance with forwarding a port to thi s client, locate a guide for your particular router at http://portforward.com/ 2013-05-10T14:44:56Z [info] The client will remain running so you can run port c onnection tests. 2013-05-10T14:44:56Z [info] Use Program -> Exit in windowed mode or hit Ctrl+C i n console mode to exit the program. 2013-05-10T14:44:56Z [info] **************************************************** ******************************************************************************** 2013-05-10T14:44:56Z [info] 2013-05-10T14:44:56Z [info] Startup notification failed. what donkey shit is this? I only rebooted (IMG:[ invalid] style_emoticons/default/cry.gif) It means that something isn't either configured right (the port number) or there's a firewall blocking your port. This post has been edited by GanGun : May 11 2013, 00:58
|
|
|
|
 |
|
May 11 2013, 02:32
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
QUOTE(GanGun @ May 10 2013, 23:57)  Yes Ichy, you need to read a little. I helped (just a little but I did) in writting this book, especially for moments like this one: [ en.flossmanuals.net] (IMG:[shop.fsf.org] http://shop.fsf.org/static/images/productimage-picture-introduction_to_command_line-72_t200.png) My main purpose in helping was to be able to say: "read the fucking manuals!", when people ask questions (IMG:[ invalid] style_emoticons/default/tongue.gif) The book's completely available online, on the link. Now for that "Startup notification failed" you got, GanGun is probably right that something not configured right. Although, I do not suspect a firewall as you got a seedbox, and having a seedbox behind a firewall would be very stupid from the VM provider part. You have 2 other h@h servers running on that seedbox therefore you must have more than one IP assigned to the VM. My best guess is that the IP assigned cannot be seen from the internet, i.e. the misconfiguration is on the IP that this h@h sees as it's own. Cross check the IP to run the h@h on by connecting the ftp client (or better ssh) using the intended IP.
|
|
|
|
 |
|
May 11 2013, 08:40
|
Ichy
Group: Catgirl Camarilla
Posts: 13,061
Joined: 19-February 09

|
It is not as easy as you think it is. (well at least for me) because unlike a normal Seedbox this one required me to set up 'something' for 2 additional IPs and then create 3 Users and make each of them run with the sudo -u h1 java -jar HentaiAtHome.jar --disable_logging command. h2 and h3 for the another ones. I would have never be able to set it up without help. g just g helped me with it and I woooould have everything written down on a useful txt document if my Computer would not have decided to self destruct some weeks later (IMG:[ invalid] style_emoticons/default/cry.gif) IPtables looking good. CODE iptables --list Chain INPUT (policy DROP) target prot opt source destination ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere state RELATED,ESTA BLISHED ACCEPT tcp -- anywhere anywhere tcp dpt:ssh state NEW ACCEPT udp -- 213.171.217.173 anywhere udp dpt:snmp state NEW ACCEPT udp -- 213.171.201.36 anywhere udp dpt:snmp state NEW ACCEPT udp -- 10.44.53.36 anywhere udp dpt:snmp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:http state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:https stat e NEW ACCEPT udp -- anywhere anywhere udp dpt:domain sta te NEW ACCEPT tcp -- anywhere anywhere tcp dpt:domain sta te NEW ACCEPT udp -- anywhere anywhere udp dpt:tftp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:69 state N EW ACCEPT tcp -- anywhere anywhere tcp dpt:smtp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:pop3 state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:imap2 stat e NEW ACCEPT udp -- anywhere anywhere udp dpt:ntp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data s tate NEW ACCEPT tcp -- anywhere anywhere tcp dpt:ftp state NEW ACCEPT tcp -- anywhere anywhere tcp dpt:mysql stat e NEW ACCEPT udp -- anywhere anywhere udp dpt:mysql stat e NEW DROP all -- anywhere anywhere
Chain FORWARD (policy DROP) target prot opt source destination
Chain OUTPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere state NEW,RELATED, ESTABLISHED Also tested to ping google and e-hentai which both worked fine... This one also looks about right! CODE auto eth0 iface eth0 inet static address 88.208.193.162 netmask 255.255.252.0 gateway 88.208.192.1
auto eth0:1 iface eth0:1 inet static address 88.208.193.168 netmask 255.255.252.0 gateway 88.208.192.1
auto eth0:2 iface eth0:2 inet static address 88.208.193.172 netmask 255.255.252.0 gateway 88.208.192.1
Also i have ordered the book now but until it arrived I need help. Much of it since im absolutely clueless why it does not work. Edit: since I can ping rpc.hentaiathome.net just fine when root it must be something wrong with my user settings? This post has been edited by Ichy: May 11 2013, 09:21
|
|
|
|
 |
|
May 11 2013, 14:28
|
blue penguin
Group: Gold Star Club
Posts: 10,046
Joined: 24-March 12

|
QUOTE(Ichy @ May 11 2013, 07:40)  It is not as easy as you think it is.
It's not, and don't worry Ichy we are here to help. But we might as well make some fun of you in the process f you don't mind (*flutter*). QUOTE IPtables looking good. CODE iptables --list ACCEPT udp -- 213.171.217.173 anywhere udp dpt:snmp state NEW ACCEPT udp -- 213.171.201.36 anywhere udp dpt:snmp state NEW ACCEPT udp -- 10.44.53.36 anywhere udp dpt:snmp state NEW Yup, those 3 lines are just for the provider of the VM to monitor the machine I guess. Nothing to worry with h@h QUOTE Also i have ordered the book now but until it arrived I need help. Much of it since im absolutely clueless why it does not work. Shit, you ordered from amazon, yup? It's a no starch press book, you can get 30% off by buying directly from them... (sorry I didn't tell you earlier, I was trying to promote the GNU book) QUOTE This one also looks about right! CODE auto eth0 iface eth0 inet static address 88.208.193.162 netmask 255.255.252.0 gateway 88.208.192.1
auto eth0:1 iface eth0:1 inet static address 88.208.193.168 netmask 255.255.252.0 gateway 88.208.192.1
auto eth0:2 iface eth0:2 inet static address 88.208.193.172 netmask 255.255.252.0 gateway 88.208.192.1
Now this looks good, but not quite... Testing the internet access (i.e. pinging from my server) failed on the IP for this specific h@h: CODE [me@kilauea ~]$ ping 88.208.192.168 PING 88.208.192.168 (88.208.192.168) 56(84) bytes of data. 64 bytes from 88.208.192.168: icmp_seq=1 ttl=55 time=26.4 ms 64 bytes from 88.208.192.168: icmp_seq=2 ttl=55 time=47.9 ms 64 bytes from 88.208.192.168: icmp_seq=3 ttl=55 time=43.1 ms 64 bytes from 88.208.192.168: icmp_seq=4 ttl=55 time=32.9 ms 64 bytes from 88.208.192.168: icmp_seq=5 ttl=55 time=30.2 ms 64 bytes from 88.208.192.168: icmp_seq=6 ttl=55 time=27.7 ms ^C --- 88.208.192.168 ping statistics --- 6 packets transmitted, 6 received, 0% packet loss, time 5277ms rtt min/avg/max/mdev = 26.482/34.758/47.989/8.030 ms [me@kilauea ~]$ ping 88.208.192.172 PING 88.208.192.172 (88.208.192.172) 56(84) bytes of data. 64 bytes from 88.208.192.172: icmp_seq=1 ttl=56 time=37.6 ms 64 bytes from 88.208.192.172: icmp_seq=2 ttl=56 time=29.9 ms 64 bytes from 88.208.192.172: icmp_seq=3 ttl=56 time=48.4 ms 64 bytes from 88.208.192.172: icmp_seq=4 ttl=56 time=32.3 ms 64 bytes from 88.208.192.172: icmp_seq=5 ttl=56 time=35.4 ms 64 bytes from 88.208.192.172: icmp_seq=6 ttl=56 time=33.2 ms ^C --- 88.208.192.172 ping statistics --- 6 packets transmitted, 6 received, 0% packet loss, time 5360ms rtt min/avg/max/mdev = 29.966/36.174/48.453/5.992 ms [me@kilauea ~]$ ping 88.208.192.162 PING 88.208.192.162 (88.208.192.162) 56(84) bytes of data. ^C --- 88.208.192.162 ping statistics --- 194 packets transmitted, 0 received, 100% packet loss, time 193422ms
The IP failing is exactly the IP of that h@h. Most probably your VM provided fucked up, for some misconfiguration somewhere 88.208.192.162 is not assigned to your seedbox anymore. Email them saying that you shall have the IPs 88.208.192.162 , 88.192.208.168 and 88.192.208.162 but the later does not redirect to your machine. You can do the ping (as above) even from your windows PC. And it is not enough for the you can give them this traceroute info: CODE [me@kilauea ~]$ traceroute 88.208.192.172 traceroute to 88.208.192.172 (88.208.192.172), 30 hops max, 60 byte packets ... 7 amsix.bb-c.nkf.ams.nl.oneandone.net (195.69.144.220) 22.867 ms 22.886 ms 22.739 ms 8 te-1-2.bb-c.the.lon.gb.oneandone.net (212.227.120.134) 23.382 ms 22.668 ms 23.240 ms 9 te2-1.prt0.fhcon.fasthosts.net.uk (88.208.255.57) 28.235 ms 28.253 ms 28.003 ms 10 te4-1.hrt0.fhcon.fasthosts.net.uk (88.208.255.102) 28.046 ms 27.889 ms 27.900 ms 11 server88-208-192-172.live-servers.net (88.208.192.172) 41.492 ms 43.204 ms 42.185 ms
[me@kilauea ~]$ traceroute 88.208.192.168 traceroute to 88.208.192.168 (88.208.192.168), 30 hops max, 60 byte packets ... 7 amsix.bb-c.nkf.ams.nl.oneandone.net (195.69.144.220) 21.641 ms 21.526 ms 21.212 ms 8 te-1-2.bb-c.the.lon.gb.oneandone.net (212.227.120.134) 28.859 ms 28.389 ms 23.968 ms 9 te2-1.prt0.fhcon.fasthosts.net.uk (88.208.255.57) 28.515 ms 35.765 ms 35.606 ms 10 te4-1.hrt0.fhcon.fasthosts.net.uk (88.208.255.102) 35.440 ms 29.623 ms 29.223 ms 11 server88-208-192-168.live-servers.net (88.208.192.168) 37.336 ms 37.135 ms 39.443 ms
[me@kilauea ~]$ traceroute 88.208.192.162 traceroute to 88.208.192.162 (88.208.192.162), 30 hops max, 60 byte packets ... 7 amsix.bb-c.nkf.ams.nl.oneandone.net (195.69.144.220) 20.185 ms 19.789 ms 19.471 ms 8 te-1-2.bb-c.the.lon.gb.oneandone.net (212.227.120.134) 27.130 ms 26.202 ms 25.946 ms 9 te2-1.prt0.fhcon.fasthosts.net.uk (88.208.255.57) 25.629 ms 25.326 ms 46.602 ms 10 te4-1.hrt0.fhcon.fasthosts.net.uk (88.208.255.102) 47.150 ms 46.938 ms 64.690 ms 11 * * * 12 * * *
i.e. somthing at the machine te4-1.hrt0.fhcon.fasthosts.net.uk is screwed. My server is in the UK too, so we cannot be suffering from some strange international firewall. Also, esure that you have a srong root password on that seedbox, your IPs are all over the internet now!
|
|
|
|
 |
|
3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|