main site in ISPConfig - ServerAlias?

Discussion in 'Installation/Configuration' started by petya, Oct 18, 2007.

  1. sybella1

    sybella1 New Member

    No it doesn't work, i get the router page.
     
  2. madmucho

    madmucho ISPConfig Developer ISPConfig Developer

    Use ISPConfig DNS server as you primary dns in your network and websites will work over your LAN :) im using same setting for my comp and users in our Network.
     
  3. sybella1

    sybella1 New Member

    Please explain, I’m new to this :confused:

    Does this mean that I should change my primary nameserver in fasthost (domain registration company, I’m using their nameservers at the moment) to the ones created by ISPConfig?
    Looking at the DNS Entry in ISPConfig I can see 2 Nameservers [server1.mydomain.com] & [Nameserver2: server1.mydomain.com]
     
    Last edited: Nov 18, 2007
  4. madmucho

    madmucho ISPConfig Developer ISPConfig Developer

    Simply try change your user ip setting in your network. and set DNS Server ip to your linux machine ip. This mean, requests for users inside network will be procesed through your ispconfig DNS server, other requests from outside network will be through your router forwarded to your linux maschine.

    my server ip. 192.168.1.123
    my router ip 192.168.1.1
    my own notebook ip settings.

    ip 192.168.1.50
    DNS 192.168.1.123
    Gateway : 192.168.1.1

    Try that.

    Dont need change fasthost ......
     
  5. sybella1

    sybella1 New Member


    Looking at settings for my interface there is no DNS entry, this is how it looks like:

    my server ip. 192.168.0.100
    my router ip 192.168.0.1

    #The primary network interface
    auto eth0
    iface eth0 inet static
    address 192.168.0.100
    netmask 255.255.255.0
    network 192.168.0.0
    broadcast 192.168.0.255
    gateway 192.168.0.1
    ----------------------------------------------------

    I dont understand why "/etc/resolv.conf" is showing the following information:

    search domain.actdsltmp
    nameserver 192.168.0.1
    nameserver 212.135.1.36

    ---------------------------------------------------
     
  6. madmucho

    madmucho ISPConfig Developer ISPConfig Developer

    Try put into resolv.conf at first line ipadress of ispconfig mashine. Like
    nameserver 'myispconfigmashineip'
     
  7. sybella1

    sybella1 New Member

    I added the server IP address but it didnt work:confused:
     
  8. falko

    falko Super Moderator ISPConfig Developer

    What's in /etc/resolv.conf now?
     
  9. sybella1

    sybella1 New Member

    /etc/resolv.conf :

    search domain.actdsltmp
    nameserver 192.168.0.100
    nameserver 212.135.1.36
     
  10. sybella1

    sybella1 New Member

    I can see my website within the LAN :)

    I went to each of the computers on the LAN and changed the hosts file (winnt/system32/drivers/etc/hosts) .

    I commeted out
    # 127.0.0.1 localhost

    And added the server ip address and the corresponding websites to be resolved

    192.168.0.100 localhost mydomain

    I would like to thank falko, till and madmucho for all the help; thank you very much guys!

    I still need to figure out how to add webmail and phpMyAdmin to ispconfig:D
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Go to management > software > update and install the phpmyadmin and uebimiau pacakges that can be found on the ispconfog downloads page.
     
  12. madmucho

    madmucho ISPConfig Developer ISPConfig Developer

  13. sybella1

    sybella1 New Member

    When i enter the url, i get:
    Warning: fopen(http://www.ispconfig.org/downloads/phpmyadmin-2.11.2.1.pkg) [function.fopen]: failed to open stream: No route to host in /home/admispconfig/ispconfig/web/admin/update/install.php on line 55

    The following error occurred:
    " file_open_error "
     
    Last edited: Nov 22, 2007
  14. madmucho

    madmucho ISPConfig Developer ISPConfig Developer

  15. sybella1

    sybella1 New Member

    I have now installed both packages; I don’t know what was wrong with it. I simply opened "install.php" file and looked on line 55; which looked fine. Then I tried again and it installed fine.
     
  16. sybella1

    sybella1 New Member

    Installing Twiki using ispconfig

    I have searched the forum and i couldn't find anything on installing twiki using ispconfig. And i wasn't sure, whether to start a new thread or use this one.

    Is it possible to install Twiki using ispconfig? And if it’s possible; can some one please help me with steps on how to do it:confused:
     
    Last edited: Nov 23, 2007
  17. falko

    falko Super Moderator ISPConfig Developer

    I see that TWiki is written in Perl; although it should be possible to run this, it is much easier to install a PHP-based Wiki.
     
  18. sybella1

    sybella1 New Member

    Is it possible to install a PHP-based wiki using ispconfig ? And if it’s possible; can you please help me with steps on how to do it.
     
    Last edited: Nov 23, 2007
  19. till

    till Super Moderator Staff Member ISPConfig Developer

    Generally you can install ever PHP or perl based software in a website created with ISPConfig. Just follow the installations instructions of the software that you want to install.
     
  20. sybella1

    sybella1 New Member

    Thanks a lot guys, i managed to install wikka:)
     

Share This Page