Some trouble after install ISP Config !

Discussion in 'Installation/Configuration' started by fandi2000x, Feb 10, 2006.

  1. fandi2000x

    fandi2000x New Member

    i have installed isp config on fedora core 3 with ip public and not behind a router. i have buy a domain www.zenith-isp.net and "Manage DNS" for that domain at idwebhost.com. i had been set the A record ns1 and ns2 for that domain.

    1. why i can't access https://www.zenith-isp.net:81 from out side but from my server i can access it.???
    2. i can't receive email from outside but i can send email to other perfectly, why???
    3. my site can be access with http://zenith-isp.net but it can't be with http://www.zenith-isp.net, why???
    4. how i can test my ftp program is running well from out side???

    thx
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you forwarded port 81 on your router to your server IP address?

    You will have to forward port 25 from your router to your server.

    Create a website www.zenith-isp.net in ISPCOnfig, make sure that it has a co-domain zenith-isp.net (with empty host). Then make sure that you have an DNS - A record for www pointing to your server IP created at idwebhost.com.

    Create a new user in the website www.zenith-isp.net in ISPConfig and try to connect with that username and password with FTP. Make sure you forwarded the FTP port from your router to your server and enable the "FTP " ckeckbox in ISPCOnfig for this website.
     
  3. falko

    falko Super Moderator ISPConfig Developer

    As you are not behind a router, please ignore Till's first two answers about port forwarding - I think he has overseen it. ;)

    I found out that there are no A records for zenith-isp.net and www.zenith-isp.net:

    Code:
    ~# dig www.zenith-isp.net
    
    ; <<>> DiG 9.2.1 <<>> www.zenith-isp.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 16034
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;www.zenith-isp.net.            IN      A
    
    ;; AUTHORITY SECTION:
    zenith-isp.net.         10800   IN      SOA     idwebhost.mercury.orderbox-dns.com. fandi2000x.yahoo.com. 2006020622 7200 7200 2419200 38400
    
    ;; Query time: 726 msec
    ;; SERVER: 81.169.163.104#53(81.169.163.104)
    ;; WHEN: Fri Feb 10 10:00:55 2006
    ;; MSG SIZE  rcvd: 123
    
    mh1:~# dig zenith-isp.net
    
    ; <<>> DiG 9.2.1 <<>> zenith-isp.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14754
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;zenith-isp.net.                        IN      A
    
    ;; AUTHORITY SECTION:
    zenith-isp.net.         10800   IN      SOA     idwebhost.mercury.orderbox-dns.com. fandi2000x.yahoo.com. 2006020622 7200 7200 2419200 38400
    
    ;; Query time: 135 msec
    ;; SERVER: 81.169.163.104#53(81.169.163.104)
    ;; WHEN: Fri Feb 10 10:01:01 2006
    ;; MSG SIZE  rcvd: 119
    
    You must create A records for both of them!
     
  4. fandi2000x

    fandi2000x New Member

    thank till,

    i'm using ip publik so, there is not behind a router. its mean that all of port is open.
    it's correct??? if not how i can prove it.
     
  5. fandi2000x

    fandi2000x New Member

    thanks falko,

    so i will created the A record for zenith-isp.net and www.zenith-isp.net.

    is not any other set like MX Record, maybe???
     
  6. falko

    falko Super Moderator ISPConfig Developer

    There are also no MX records:

    Code:
    server1:~# dig MX www.zenith-isp.net
    
    ; <<>> DiG 9.2.4 <<>> MX www.zenith-isp.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 37844
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;www.zenith-isp.net.            IN      MX
    
    ;; AUTHORITY SECTION:
    zenith-isp.net.         3600    IN      SOA     idwebhost.mercury.orderbox-dns.com. fandi2000x.yahoo.com. 2006020622 7200 7200 2419200 38400
    
    ;; Query time: 420 msec
    ;; SERVER: 145.253.2.75#53(145.253.2.75)
    ;; WHEN: Fri Feb 10 14:53:10 2006
    ;; MSG SIZE  rcvd: 123
    
    server1:~# dig MX zenith-isp.net
    
    ; <<>> DiG 9.2.4 <<>> MX zenith-isp.net
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56169
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;zenith-isp.net.                        IN      MX
    
    ;; AUTHORITY SECTION:
    zenith-isp.net.         3600    IN      SOA     idwebhost.mercury.orderbox-dns.com. fandi2000x.yahoo.com. 2006020622 7200 7200 2419200 38400
    
    ;; Query time: 224 msec
    ;; SERVER: 145.253.2.75#53(145.253.2.75)
    ;; WHEN: Fri Feb 10 14:53:15 2006
    ;; MSG SIZE  rcvd: 119
     
  7. fandi2000x

    fandi2000x New Member

    I had been set of Manage DNS record on idwebhost.com like this:

    HostName Record Type Value
    zenith-isp.net A 219.x.x.104
    ns1.zenith-isp.net A 219.x.x.104
    ns2.zenith-isp.net A 219.x.x.105
    www.zenith-isp.net A 219.x.x.104
    zenith-isp.net MX zenith-isp.net
    ftp.zenith-isp.net CNAME zenith-isp.net

    1. is that correct???

    2. after that what should be set on DNS Manager (ISP Config)????

    3. what diffrent function between DNS Manager and Manage DNS (on idwebhost.com)?????
     
  8. fandi2000x

    fandi2000x New Member

    Now, my isp config can send and receive email to outside.

    but https://www.zenith-isp.net:81 still can't be access from outside, why???

    thanks
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    www.zenith-isp.net points now correctly to the IP 219.x.x.104.

    Are you sure that you did not install any firewall on your server that blocks port 81?

    please post the output of:

    nestat -tap

    and:

    iptables -L
     
  10. fandi2000x

    fandi2000x New Member

    this the result of netstat -tap command :

    and this iptables -L result

     
  11. falko

    falko Super Moderator ISPConfig Developer

  12. fandi2000x

    fandi2000x New Member

    thanks falko,

    but why i can access that???

    i am access that link on diffrent network who behind router. is it who make i can access to that link???
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    Maybe the access provider you used to connect did not allow connections on port 81?
     
  14. fandi2000x

    fandi2000x New Member

    if the access provider disallowed connection on port 81, why falco can be access that link???

    about my last statement :
    "i am access that link on diffrent network who behind router. is it who make i can access to that link???"

    i mean this :
    "i am access that link on diffrent network who behind router. is it who make i can not access to that link???"

    how i can test that port 81 is open or not???

    thanks
     
  15. till

    till Super Moderator Staff Member ISPConfig Developer

    Not the hosting provider of your server, i mean your (dsl / cable / modem) access provider. I guess you dont have the same access provider then falko.

    If you can not access the ISPConfig system on port 81 from one network when it works from another network, the port is closed on any router or firewall between you and your server. Check your personal firewall on your workstation if it blocks outgoing port 81 connections and ask your internet provider if they block port 81.
     
  16. fandi2000x

    fandi2000x New Member

    thnks till, i will confiramation that to the NOC admin.
     

Share This Page