LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Assign a DNS name to Linux Server (https://www.linuxquestions.org/questions/linux-newbie-8/assign-a-dns-name-to-linux-server-764838/)

linux5nasser 10-27-2009 01:56 PM

Assign a DNS name to Linux Server
 
How to assign a DNS name to a Linux Server
how to configure Linux Server enterprise 5 to activate ftp externally (outside LAN)

r3sistance 10-27-2009 02:12 PM

Quote:

Originally Posted by linux5nasser (Post 3734386)
How to assign a DNS name to a Linux Server

Purchase the domain with a domain supplier,
Point an A record for the domain at the server,
configure services that need to listen to that domain (ie add a reference for the domain httpd.conf for apache as approiate to the set-up you are after)


Quote:

Originally Posted by linux5nasser (Post 3734386)
how to configure Linux Server enterprise 5 to activate ftp externally (outside LAN)

Linux Server Enterprise 5? do you mean Red Hat Enterprise Linux 5.x? Not sure what you mean else.

You will have to install an FTP Daemon,
Open up port 21 on the firewall (assuming a firewall is running as it should be)

Set-up FTP as necessary, remember that FTP is a very insecure protocol and that the SSH Daemon will already do SCP and SFTP already without the need of messing around with an FTP daemon.

These days I would leave FTP daemons to just anonymous downloads only...

chrism01 10-27-2009 05:57 PM

If this is RHEL 5, here's the Deployment guide http://www.linuxtopia.org/online_boo...ion/index.html


All times are GMT -5. The time now is 10:57 AM.