View Full Version : ispconfig/suse a few changes i made.
xcam
19th April 2006, 04:06
Hello,
I have been going through my install and remembered that i had did a few things differently.
1.When I did the network configuration I used the real world Ip address, instead of ie 192.168.0.199.
2.I didn't setup a virtual device and/or didnt set it to 192.168.0.200
Those are the 2 things I didn't do according tot he install directions.
Please let me know if I need to change my settings to the ones in the directions.
Thanks,
Cam
till
19th April 2006, 09:44
If you use on eof the perfect setup howtos, you will have to replace the IP addresses with your real IP address as you already done and replace the domain with a domain that points to your server. This domain shall not be used in ISPConfig to create a website. E.g. if you have a domain www.mydomain.com, you can use server1.mydomain.com as server name, but not www.mydomain.com as long as you want to run a website with the domain www.mydomain.com in ISPConfig later. Otherwise you will get problems with postfix and catchall email addresses.
falko
19th April 2006, 16:00
2.I didn't setup a virtual device and/or didnt set it to 192.168.0.200
The virtual device is totally optional, it's described only for the purpose that you know how to add additional IP addresses if you need it. :)
xcam
20th April 2006, 19:11
Thank you!
So I can go in and change the server name from www.mydomain.com
to server.mydomain.com
Then I will be able to use www.mydomain.com as a website. Do I need another real world ip address?
Thank you,
I will start fixing that and let yah know.
Cam
xcam
20th April 2006, 23:07
Do I log into ispconfig and goto managment/server settings and change domain and server name from radiowerehaus.com to server1.radiowerehaus.com, and keep the real world ip address. I guess I don't change the ip ever, cuz that's the ip?Or do I need to get into yast and change something their?
Or do I have to start over, DOH!!!
Thank you,
Cam
I just want to be able to have ispconfig, and have my website up at the same domain/ip address. ie. server.radiowerehaus.com (ispconfig) www.radiowerehaus.com (my website) JUst not sure where I do this at this point.
Thanks Again.
xcam
20th April 2006, 23:09
I changed them in admin server settings. I still access ispconfig at https://www.radiowerehaus.com, though I changed it to server1.radiowerehaus.com
Nothing comes up at server1.radio......com
I'm missing something somewhere.
xcam
21st April 2006, 01:04
Now my mysql is broken and I can't write to apache2..somethin is went bad. Will set everything back to the way it was and restart server.
Cam
Cam
xcam
21st April 2006, 08:52
Ok everything is fixed.
Can someone explain to me what I need to do and where i need to do it at to get www.radiowerehaus.com to be a site and ispconfig to be at server1.radiowerehaus.com.
I could get another ip address from the pool. Would that help things?
Thanks,
Cam
falko
21st April 2006, 12:33
Create DNS records for server1.radiowerehaus.com and www.radiowerehaus.com both pointing to your ISPConfig server. Put server1.radiowerehaus.com in /etc/hostname and reboot the server. Then put server1.radiowerehaus.com into /home/admispconfig/ispconfig/lib/config.inc.php and as ServerName in /root/ispconfig/httpd/conf/httpd.conf and restart ISPConfig:
/etc/init.d/ispconfig_server restart
here's the settings I have setup in ispconfig:
Group-admin
Title The Radio Werehaus
folder Sites
Server server1.radiowerehaus.com
hostname www
domain radiowerehaus.com
ip 66.239.244.22 (which is the same as the server)
create dns yes
create dns-mx no
Is there anything here that tells you why I am not getting a website at www.radiowerehaus.com?
Thank you,
Cam
I've just checked the DNS record for www.radiowerehaus.com, it's ok. So I guess your firewall is blocking port 80? Please post the output of iptables -L
Or your Apache isn't running. What's the output of netstat -tap?
www:/ # netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:filenet-rpc *:* LISTEN -
tcp 0 0 *:nfs *:* LISTEN -
tcp 0 0 *:27015 *:* LISTEN 10172/srcds_i686
tcp 0 0 *:mysql *:* LISTEN 5177/mysqld
tcp 0 0 localhost:942 *:* LISTEN 5006/fam
tcp 0 0 *:sunrpc *:* LISTEN 4785/portmap
tcp 0 0 *:hosts2-ns *:* LISTEN 4922/ispconfig_http
tcp 0 0 server1.radiower:domain *:* LISTEN 19190/named
tcp 0 0 localhost:domain *:* LISTEN 19190/named
tcp 0 0 *:smtp *:* LISTEN 11760/master
tcp 0 0 localhost:953 *:* LISTEN 19190/named
tcp 0 0 *:799 *:* LISTEN 5287/rpc.rquotad
tcp 0 0 *:vacdsm-app *:* LISTEN 5160/rpc.mountd
tcp 0 0 *:pop3 *:* LISTEN 5065/couriertcpd
tcp 0 0 *:imap *:* LISTEN 5021/couriertcpd
tcp 0 0 *:www-http *:* LISTEN 12742/httpd2-prefor
tcp 0 0 *:ssh *:* LISTEN 5457/sshd
tcp 0 0 *:smtp *:* LISTEN 11760/master
tcp 0 0 localhost:953 *:* LISTEN 19190/named
tcp 0 740 server1.radiowereha:ssh threespine.uptime:56308 ESTABLISHED
ipchains -L wants more info
falko
12th May 2006, 11:50
www:/ # netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:filenet-rpc *:* LISTEN -
tcp 0 0 *:nfs *:* LISTEN -
tcp 0 0 *:27015 *:* LISTEN 10172/srcds_i686
tcp 0 0 *:mysql *:* LISTEN 5177/mysqld
tcp 0 0 localhost:942 *:* LISTEN 5006/fam
tcp 0 0 *:sunrpc *:* LISTEN 4785/portmap
tcp 0 0 *:hosts2-ns *:* LISTEN 4922/ispconfig_http
tcp 0 0 server1.radiower:domain *:* LISTEN 19190/named
tcp 0 0 localhost:domain *:* LISTEN 19190/named
tcp 0 0 *:smtp *:* LISTEN 11760/master
tcp 0 0 localhost:953 *:* LISTEN 19190/named
tcp 0 0 *:799 *:* LISTEN 5287/rpc.rquotad
tcp 0 0 *:vacdsm-app *:* LISTEN 5160/rpc.mountd
tcp 0 0 *:pop3 *:* LISTEN 5065/couriertcpd
tcp 0 0 *:imap *:* LISTEN 5021/couriertcpd
tcp 0 0 *:www-http *:* LISTEN 12742/httpd2-prefor
tcp 0 0 *:ssh *:* LISTEN 5457/sshd
tcp 0 0 *:smtp *:* LISTEN 11760/master
tcp 0 0 localhost:953 *:* LISTEN 19190/named
tcp 0 740 server1.radiowereha:ssh threespine.uptime:56308 ESTABLISHED
Looks ok.
ipchains -L wants more info
It's iptables -L, not ipchains -L!
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.