Questions about ubuntu ISP-Server Setup

Discussion in 'HOWTO-Related Questions' started by badgerbox76, Feb 27, 2006.

  1. badgerbox76

    badgerbox76 Member

    Hello i am a newbie and i am trying to setup a server as shown here

    http://www.howtoforge.com/perfect_setup_ubuntu_5.10

    Through out the installation process it asks for my hostname and i am not sure what its wants because i have setup a ulr name at noip which is monitorwaves.no-ip.org and my lan name is ubuntuserver. also when setting up the mail server can i specife my own name like @monitorwaves.no-ip.org ? In addition there is a step were you remove

    #application/x-httpd-php phtml pht php
    #application/x-httpd-php-source phps
    #application/x-httpd-php3 php3
    #application/x-httpd-php3-preprocessed php3p
    #application/x-httpd-php4 php4

    from the mime.types which provents me from using phpmyadmin, is there a way to run both ISPConfig phpmyadmin and phpnuke on the same system.

    thanks much for your time and help :)
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the exact querstion you're aksed, and where does it come from?

    Where?


    This is done to disable PHP globally because with ISPConfig you can enable PHP on a per-web-site basis. If you did not disable PHP globally, then PHP would work for each web site you create in ISPConfig, no matter if you enable/disable PHP for that web site in ISPConfig.
    You can use ISPConfig's phpMyAdmin package: http://www.ispconfig.org/downloads.htm

    For phpnuke, you simply create a web site with ISPConfig, enable PHP for that web site, and then you install phpnuke in that web site.
     
  3. badgerbox76

    badgerbox76 Member

    Great News about phpnuke and phpmyadmin :) !

    I am sorry i did not make this clear so i will try to this time. When i am installing software as shown in http://www.howtoforge.com/perfect_setup_ubuntu_5.10 so of the software some times asks for a hostname and i am not sure which to give, my computers lan host name ubuntuserver or my noip name monitorwaves.no-ip.org (which i would like to use as my site address).

    Thanks again for your help and your good looking site
     
    Last edited: Feb 28, 2006
  4. falko

    falko Super Moderator Howtoforge Staff

    Which software asks you this question? Sorry, but I must know this in order to help you... ;)
     
  5. badgerbox76

    badgerbox76 Member

    ok i need to configure my host name as shown in the ISP Server setup page.

    i have a domin name at noip.org called monitorwaves.no-ip.org and my computer name is ubuntuserver. how should i configure my host file


    127.0.0.1 localhost.localdomain localhost ubuntuserver
    192.168.0.105 ubuntuserver

    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Try this:

    Code:
    127.0.0.1 localhost.localdomain localhost ubuntuserver
    192.168.0.105 monitorwaves.no-ip.org
    
    # The following lines are desirable for IPv6 capable hosts
    ::1 ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
     
  7. badgerbox76

    badgerbox76 Member

    When i am setting up Quota i get this warning, is that normal?

    Code:
    root@monitorwaves:/etc/apt# mount -o remount /
    root@monitorwaves:/etc/apt# touch /var/quota.user /var/quota.group
    root@monitorwaves:/etc/apt# chmod 600 /var/quota.*
    root@monitorwaves:/etc/apt# mount -o remount /var
    root@monitorwaves:/etc/apt# quotacheck -avugm
    quotacheck: WARNING - Quotafile //quota.user was probably truncated. Can't save quota settings...
    quotacheck: WARNING - Quotafile //quota.group was probably truncated. Can't save quota settings...
    quotacheck: Scanning /dev/hda7 [/] done
    quotacheck: Checked 6801 directories and 66527 files
    quotacheck: WARNING - Quotafile /var/quota.user was probably truncated. Can't save quota settings...
    quotacheck: WARNING - Quotafile /var/quota.group was probably truncated. Can't save quota settings...
    quotacheck: Scanning /dev/hda8 [/var] quotaon -avug
    done
    quotacheck: Checked 243 directories and 6311 files
    root@monitorwaves:/etc/apt# quotaon -avug
    /dev/hda7 [/]: group quotas turned on
    /dev/hda7 [/]: user quotas turned on
    /dev/hda8 [/var]: group quotas turned on
    /dev/hda8 [/var]: user quotas turned on
    root@monitorwaves:/etc/apt#
    
    Here is my fstab file
    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    proc            /proc           proc    defaults        0       0
    /dev/hda7       /               ext3    defaults,errors=remount-ro,usrquota,grp$/dev/hda6       /boot           ext3    defaults        0       2
    /dev/hda8       /var            ext3    defaults,usrquota,grpquota        0    $/dev/hda5       none            swap    sw              0       0
    /dev/hdc        /media/cdrom0   udf,iso9660 ro,user,noauto     0       0
    /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
    /dev/sda        /media/usb0     auto    rw,user,noauto  0       0
    
     
  8. badgerbox76

    badgerbox76 Member

    I just got done installing bind9 and looked at the log to make sure every thing is runing corretly. I just wanted to run it by you to duble check :)

    sorry it's so long

    Code:
    Mar  1 20:36:56 monitorwaves syslogd 1.4.1#17ubuntu3: restart.
    Mar  1 20:36:56 monitorwaves anacron[7243]: Job `cron.daily' terminated
    Mar  1 20:36:56 monitorwaves anacron[7243]: Normal exit (1 job run)
    Mar  1 20:41:46 monitorwaves gconfd (admin-7375): Exiting
    Mar  1 20:41:46 monitorwaves gdm[6888]: Master rebooting...
    Mar  1 20:41:47 monitorwaves shutdown[6888]: shutting down for system reboot
    Mar  1 20:41:48 monitorwaves init: Switching to runlevel: 6
    Mar  1 20:41:54 monitorwaves kernel: [4295411.481000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
    Mar  1 20:41:54 monitorwaves kernel: [4295411.481000] apm: disabled on user request.
    Mar  1 20:41:59 monitorwaves sdpd[7214]: terminating...   
    Mar  1 20:42:00 monitorwaves kernel: Kernel logging (proc) stopped.
    Mar  1 20:42:00 monitorwaves kernel: Kernel log daemon terminating.
    Mar  1 20:42:00 monitorwaves exiting on signal 15
    Mar  1 20:43:46 monitorwaves syslogd 1.4.1#17ubuntu3: restart.
    Mar  1 20:43:46 monitorwaves kernel: Inspecting /boot/System.map-2.6.12-9-386
    Mar  1 20:43:46 monitorwaves kernel: Loaded 29002 symbols from /boot/System.map-2.6.12-9-386.
    Mar  1 20:43:46 monitorwaves kernel: Symbols match kernel version 2.6.12.
    Mar  1 20:43:46 monitorwaves kernel: No module symbols loaded - kernel modules not enabled. 
    Mar  1 20:43:46 monitorwaves kernel: ]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] 0MB HIGHMEM available.
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] 255MB LOWMEM available.
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] On node 0 totalpages: 65520
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000]   DMA zone: 4096 pages, LIFO batch:1
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000]   Normal zone: 61424 pages, LIFO batch:31
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000]   HighMem zone: 0 pages, LIFO batch:1
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] DMI 2.3 present.
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] ACPI: RSDP (v000 VIA601                                ) @ 0x000f5e40
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] ACPI: RSDT (v001 VIA601 AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3000
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] ACPI: FADT (v001 VIA601 AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x0fff3040
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] ACPI: DSDT (v001 VIA601 AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] ACPI: PM-Timer IO Port: 0x4008
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] Allocating PCI resources starting at 10000000 (gap: 10000000:efff0000)
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] Built 1 zonelists
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] Kernel command line: root=/dev/hda7 ro quiet splash
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] Found and enabled local APIC!
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] mapped APIC to ffffd000 (fee00000)
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] Initializing CPU#0
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] PID hash table entries: 1024 (order: 10, 16384 bytes)
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] Detected 1297.599 MHz processor.
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] Using pmtmr for high-res timesource
    Mar  1 20:43:46 monitorwaves kernel: [4294667.296000] Console: colour VGA+ 80x25
    Mar  1 20:43:46 monitorwaves kernel: [4294667.703000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Mar  1 20:43:46 monitorwaves kernel: [4294667.706000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Mar  1 20:43:46 monitorwaves kernel: [4294667.741000] Memory: 251524k/262080k available (1415k kernel code, 9940k reserved, 763k data, 224k init, 0k highmem)
    Mar  1 20:43:46 monitorwaves kernel: [4294667.741000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
    Mar  1 20:43:46 monitorwaves kernel: [4294667.741000] Calibrating delay loop... 2572.28 BogoMIPS (lpj=1286144)
    Mar  1 20:43:46 monitorwaves kernel: [4294667.763000] Security Framework v1.0.0 initialized
    Mar  1 20:43:46 monitorwaves kernel: [4294667.763000] SELinux:  Disabled at boot.
    Mar  1 20:43:46 monitorwaves kernel: [4294667.763000] Mount-cache hash table entries: 512
    Mar  1 20:43:46 monitorwaves kernel: [4294667.763000] CPU: After generic identify, caps: 0383fbff 00000000 00000000 00000000 00000000 00000000 00000000
    Mar  1 20:43:46 monitorwaves kernel: [4294667.763000] CPU: After vendor identify, caps: 0383fbff 00000000 00000000 00000000 00000000 00000000 00000000
    Mar  1 20:43:46 monitorwaves kernel: [4294667.763000] CPU: L1 I cache: 16K, L1 D cache: 16K
    
     
  9. badgerbox76

    badgerbox76 Member

    Ok i just setup OpenSSH and i want to make sure i did it right because i have no idea what i just did :) and i have some what of a clue about ever thing els i have been doing.

    Code:
    root@monitorwaves:/etc/postfix/ssl#  openssl genrsa -des3 -rand /etc/hosts -out smtpd.key 1024
    293 semi-random bytes loaded
    Generating RSA private key, 1024 bit long modulus
    .......++++++
    ....++++++
    e is 65537 (0x10001)
    Enter pass phrase for smtpd.key:
    Verifying - Enter pass phrase for smtpd.key:
    root@monitorwaves:/etc/postfix/ssl#  chmod 600 smtpd.key
    root@monitorwaves:/etc/postfix/ssl#  openssl req -new -key smtpd.key -out smtpd.csr
    Enter pass phrase for smtpd.key:
    You are about to be asked to enter information that will be incorporated
    into your certificate request.
    What you are about to enter is what is called a Distinguished Name or a DN.
    There are quite a few fields but you can leave some blank
    For some fields there will be a default value,
    If you enter '.', the field will be left blank.
    -----
    Country Name (2 letter code) [AU]:US
    State or Province Name (full name) [Some-State]:Ga
    Locality Name (eg, city) []:Atlanta
    Organization Name (eg, company) [Internet Widgits Pty Ltd]:None
    Organizational Unit Name (eg, section) []:None
    Common Name (eg, YOUR name) []:None
    Email Address []:None
    
    Please enter the following 'extra' attributes
    to be sent with your certificate request
    A challenge password []:biteme$
    An optional company name []:none
    root@monitorwaves:/etc/postfix/ssl#  openssl x509 -req -days 3650 -in smtpd.csr -signkey smtpd.key -out smtpd.crt
    Signature ok
    subject=/C=US/ST=Ga/L=Atlanta/O=None/OU=None/CN=None/emailAddress=None
    Getting Private key
    Enter pass phrase for smtpd.key:
    root@monitorwaves:/etc/postfix/ssl#  openssl rsa -in smtpd.key -out smtpd.key.unencrypted
    Enter pass phrase for smtpd.key:
    unable to load Private Key
    11821:error:06065064:digital envelope routines:EVP_DecryptFinal:bad decrypt:evp_enc.c:509:
    11821:error:0906A065:PEM routines:PEM_do_header:bad decrypt:pem_lib.c:423:
    root@monitorwaves:/etc/postfix/ssl#  openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.pem -days 3650
    Generating a 1024 bit RSA private key
    ....................++++++
    ...............++++++
    writing new private key to 'cakey.pem'
    Enter PEM pass phrase:
    Verifying - Enter PEM pass phrase:
    -----
    You are about to be asked to enter information that will be incorporated
    into your certificate request.
    What you are about to enter is what is called a Distinguished Name or a DN.
    There are quite a few fields but you can leave some blank
    For some fields there will be a default value,
    If you enter '.', the field will be left blank.
    -----
    Country Name (2 letter code) [AU]:US
    State or Province Name (full name) [Some-State]:Ga
    Locality Name (eg, city) []:Atlanta
    Organization Name (eg, company) [Internet Widgits Pty Ltd]:None
    Organizational Unit Name (eg, section) []:None
    Common Name (eg, YOUR name) []:None
    Email Address []:None
    root@monitorwaves:/etc/postfix/ssl#
    
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer


    This looks OK so far.
     
  11. badgerbox76

    badgerbox76 Member

    I am having problems connecting to ISPConfig

    When i try to connect to the server using this https://192.168.0.105:81 i get this message:
    Could not establish an encrypted connection because certificate presented by 192.168.0.105 is invalid or corrupted. Error Code: -8182

    And when i try connecting using this 192.168.0.105:81 i get this


    Bad Request
    Your browser sent a request that this server could not understand.

    Reason: You're speaking plain HTTP to an SSL-enabled server port.
    Instead use the HTTPS scheme to access this URL, please.

    Hint: https://192.168.0.105:81/

    Apache/1.3.34 Server at 192.168.0.105 Port 81


    How i configured ISPConfig:

    Please enter your MySQL server: localhost
    Please enter your MySQL user: root
    Please enter your MySQL password: My password

    Please enter the host name (e.g. www): i left this blank
    Please enter the domain (e.g. xyz.de): 192.169.0.105 (which is my lan ip)

    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:
    1) HTTPS
    2) HTTP
    Your Choice: 1
     
  12. falko

    falko Super Moderator Howtoforge Staff

    Your SSL certificate is corrupt. Please create a new one, as outlined here: http://www.howtoforge.com/forums/showthread.php?t=121
     
  13. badgerbox76

    badgerbox76 Member

    Hey thanks alot it works! But now i am having a hard time with the password i have tryed my mysql password and that did not work and i have tryed my computer user name and password that also did not work so how do i login ?
     
  14. badgerbox76

    badgerbox76 Member

    never mind i found the password admin admin thanks for all your help. If i ever come to Germany which i hope to some day i will have to buy you lauch or some thing to make up for all your GREAT HELP! THANKS A TON
     
  15. badgerbox76

    badgerbox76 Member

    Last edited: Mar 5, 2006
  16. falko

    falko Super Moderator Howtoforge Staff

    You put in monitorwaves as hostname and no-ip.org as domain.
    Then you create and admin user for that web site and log in with FTP, and then you can create the directory linuxworld (in the web directory) and upload all your files.
     

Share This Page