One Domain Works Only Fedora Core 7

Discussion in 'Installation/Configuration' started by earthboi23, Jul 5, 2007.

  1. earthboi23

    earthboi23 New Member

    Hi everyone. I really like ispconfig, but I am having serious trouble. After two weeks later of trying on my own, I can not get ISPconfig to provide more than one domain name once its setup.

    For example, if I add peisupport.com then the domain works fine, but then later I go to add peimanagement.com and that domain does not work. I am not sure what the problem is.

    Here is my setup:

    I am connected to a DSL line, that is connected to a DSL box, which goes to a DLINK router... it passes from the DSL box to the rougher for control. I have two IPS 198.162.0.100 and 198.162.0.101 the 101 is the Fedora Core 7 OS with ispconfig. I have enabled virtual server on the router so it points to 101 when my IP is typed in a browser and passed all ports or fowarded them.

    On the Fedora Core system I have it using DHCP from the router in order to obtained the IP address, its the only way I could get it to work properly. I have done all updated. The email and everything else works on peisupport.com but I get a page not found on peimanagement.com

    Can anyone help?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I think you shouldn't get a connection at all, neither to peisupport.com nor to peimanagement.com because none of them has DNS records:

    Code:
    mh1:~# dig peisupport.com
    
    ; <<>> DiG 9.2.1 <<>> peisupport.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 35874
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;peisupport.com.                        IN      A
    
    ;; Query time: 5208 msec
    ;; SERVER: 213.191.92.84#53(213.191.92.84)
    ;; WHEN: Fri Jul  6 17:11:58 2007
    ;; MSG SIZE  rcvd: 32
    
    mh1:~# dig peimanagement.com
    
    ; <<>> DiG 9.2.1 <<>> peimanagement.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 3440
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;peimanagement.com.             IN      A
    
    ;; Query time: 5109 msec
    ;; SERVER: 213.191.92.84#53(213.191.92.84)
    ;; WHEN: Fri Jul  6 17:12:14 2007
    ;; MSG SIZE  rcvd: 35
    
    mh1:~#
    How did you create the DNS records?

    What's the output of
    Code:
    ifconfig
    , and what's in Vhosts_ispconfig.conf?
     

Share This Page