![]() |
How to set DNS/NS correctly?
Firstly, this is for a personal website. This is the first time that I've set up a server and am trying to host a site myself.
All router settings seems fine:
In ISPConfig, I have created the Client/Domain/Website/FTP user. The Problem: I'm not able to FTP into the server with Filezilla or see any of the default index.html pages when I enter the domain name. I figure that it's probably the settings/configuration I have set in GoDaddy and DNSExit. In GoDaddy, I've set the 4 nameservers pointing to DNSExit: NS1.DNSEXIT.COM NS2.DNSEXIT.COM NS3.DNSEXIT.COM NS4.DNSEXIT.COM In DNSExit I have the hostname pointing to the home router's IP Address. Based on what I know so far, it seems like everything is pointing correctly, so I'm stumped and do not understand why I'm not able to access the site or FTP to the site. Does anyone have any pointers, guidance, or suggestions? Thanks, --Rishi |
Hello,
Usually with an A record pointing to your IP should work. Check port 80 and 21 tcp in your router and server. Also try to check if apache y pure-ftp are running. You can check this with: Code:
netstat -tlpen |
Thank you pititis for your quick reply!
I'm not sure of a few things: how to check port 80 and 21 in the router/server and what am I checking for? Hehehe, the same goes for checking apache and pure-ftp. I tried restarting apache2: Code:
root@ubuntu:/# /etc/init.d/apache2 restartCode:
root@ubuntu:/# /etc/init.d/pure-ftpd-mysql restartCode:
root@ubuntu:/# netstat -tlpen |
After a lot of help from pititis, here are the steps taken to solve the problem:
I followed instructions from http://www.howtoforge.com/forums/arc...p/t-52226.html and http://www.faqforge.com/linux/contro...-ubuntu-linux/. I opened the ports in the router, added the port range to the firewall in IPConfig (System > Firewall), enabled the PassivePortRange on the server (using the links above) and it seems that I can access everything now! Also, in Filezilla, I was setting the port to 22 (like how I did for SSH with PuTTY). This was incorrect -- it needed to be blank and set to normal FTP with explicit TLS. Many thanks HowToForge and Many many thanks pititis! |
Glad to help you!
|
FTP not working again...
After shutting off the computer for a little over a week, I'm again having some issues with FTP'ing into the machine from Filezilla.
Code:
Status: Resolving address of site.domainNameHost: site.domainName Port: empty Protocol: FTP - File Transfer Protocol Encryption: Require explicit FTP over TLS Logon Type: Normal User: userName Password: password Under the Advanced type, I've tried setting the OS to both Autodetect and to Unix. How to tell what is wrong, and how to go about fixing it? Thanks! --Rishi |
Do you have many special chars in your password? It might be that FileZilla has problems with it (just had this yesterday...).
|
| All times are GMT +2. The time now is 12:28. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.