Χαιρετώ όλη την ελληνική κοινότητα fedora.

Ονομάζομαι Κωνσταντίνος, είμαι φοιτητής στο τ.ε.ι. Πειραιά και δεν έχω ιδιαίτερη τριβή με το linux αν και έχω ασχοληθεί στη σχολή και μόνος μου.
Αποφάσισα να μεταφέρω έναν webserver από windows σε fedora λόγω επιθέσεων που δέχεται από crackers.
Σκέφτηκα πως αν στηθεί σε linux και ο φάκελος του server αποκτήσει δικαιώματα rwx-rx-rx θα αποτρέψει τους crackers στο να εγγράφουν αρχεία στο φάκελο.
Αυτή είναι η σκέψη μου. Χθες το βράδυ, εγκατέστησα τον xampp και το noip από τα repositories
Έφτιαξα την προώθηση πόρτας στο router μου, αλλά δεν βλέπω κάποιο αποτέλεσμα.
Τοπικά http://localhost μου εμφανίζει το index αλλά για κάποιο ανεξήγητο λόγο, η noip δεν λειτουργεί.
Παραθέτω πώς ξεκινάω:

Eνώ κατέβασα το noip πάω να το φτιάξω
[root@NIKOLA Constantinos]# cd /usr/local/bin/
[root@NIKOLA bin]# ls
noip2
[root@NIKOLA bin]# noip2 -C

Auto configuration for Linux client of no-ip.com.

Multiple network devices have been detected.

Please select the Internet interface from this list.

By typing the number associated with it.
0    eth0
1    virbr0
0
Έδωσα τη 0
Please enter the login/email string for no-ip.com  komyoreiki@hotmail.com
Please enter the password for user 'komyoreiki@hotmail.com'  **********

Only one host [emathon.no-ip.info] is registered to this account.
It will be used.
Please enter an update interval:[30] 
Do you wish to run something at successful update?[N] (y/N)  n

New configuration file '/usr/local/etc/no-ip2.conf' created.

[root@NIKOLA bin]# noip2
[root@NIKOLA bin]# noip2 -S
1 noip2 process active.

Process 2435, started as /usr/local/bin/noip2, (version 2.1.9)
Using configuration from /usr/local/etc/no-ip2.conf
Last IP Address set 46.12.53.47
Account komyoreiki@hotmail.com
configured for:
    host  emathon.no-ip.info
Updating every 30 minutes via /dev/eth0 with NAT enabled.
Εως εδώ τα δείχνει οκ
Ξεκινώ τον apache
[root@NIKOLA bin]# service httpd start
Έναρξη httpd:                                              [Εντάξει]
[root@NIKOLA bin]# ps
  PID TTY          TIME CMD
 2102 pts/0    00:00:00 su
 2111 pts/0    00:00:00 bash
 2512 pts/0    00:00:00 ps
[root@NIKOLA bin]# ps afg
  PID TTY      STAT   TIME COMMAND
 2058 pts/0    Ss     0:00 bash
 2102 pts/0    S      0:00  \_ su
 2111 pts/0    S      0:00      \_ bash
 2513 pts/0    R+     0:00          \_ ps afg
 1436 tty1     Rs+    0:22 /usr/bin/Xorg :0 -nr -verbose -auth /var/run/gdm/auth
 1383 tty6     Ss+    0:00 /sbin/mingetty tty6
 1382 tty3     Ss+    0:00 /sbin/mingetty tty3
 1381 tty2     Ss+    0:00 /sbin/mingetty tty2
 1380 tty5     Ss+    0:00 /sbin/mingetty tty5
 1379 tty4     Ss+    0:00 /sbin/mingetty tty4

[root@NIKOLA bin]# ls
noip2
[root@NIKOLA bin]# noip2
[root@NIKOLA bin]# One noip2 process is already active,
and the multiple instance flag (-M) is not set.
Και εδώ εμφανίζει το παραπάνω μήνυμα, που ίσως είναι και μέρος του προβλήματος

Απόψεις;