Shared IP auf einem VDS(Schon wieder)

marukanet

New Member
Der Server ist ein VDS bei mchost.ru mit 2 externen IP's (ubuntu 8.04, 350 mhz, 192 MB RAM). Ich versuche grade eigenes NS server zu einrichten. Bei dem Registrator hab ich schon die IP's als CHILD NS eingetragen. Die erste Domain funktioniert supper. Aber beim anlegen der zweiter kommt diese Meldung mit "Shared IP" . Hier ein paar einstellungen.

Code:
root@v14413:/var/www/sharedip# ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:20215 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20215 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1015245 (991.4 KB)  TX bytes:1015245 (991.4 KB)

venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:127.0.0.1  P-t-P:127.0.0.1  Bcast:0.0.0.0  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          RX packets:61045 errors:0 dropped:0 overruns:0 frame:0
          TX packets:57492 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:32284285 (30.7 MB)  TX bytes:7110810 (6.7 MB)

venet0:0  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:83.229.250.194  P-t-P:83.229.250.194  Bcast:0.0.0.0  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1

venet0:1  Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:83.229.251.194  P-t-P:83.229.251.194  Bcast:0.0.0.0  Mask:255.255.255.255
          UP BROADCAST POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1

root@v14413:/var/www/sharedip# ls -la /etc/apache2/vhosts/
total 16
drwxr-xr-x 2 root root 4096 Jul  1 14:37 .
drwxr-xr-x 8 root root 4096 Jul  4 14:19 ..
-rw-r--r-- 1 root root 3468 Jul  4 22:25 Vhosts_ispconfig.conf
-rw-r--r-- 1 root root 3468 Jul  4 22:25 Vhosts_ispconfig.conf~

root@v14413:/var/www/sharedip# hostname
v14413.vps.mchost.ru
root@v14413:/var/www/sharedip# hostname -f
v14413.vps.mchost.ru
Für jeden Tip wäre ich sehr dankbar.

MfG
 

Till

Administrator
Das SharedIP Problem ist immer das gleiche. Du erhältst die Seite, wenn die Kombination aus Domain und IP, die in der
Vhosts_ispconfig.conf stehen, nicht übereinstimmen.

Prüfe also, dass der DNS-Eintrag der Domain mit der IP in der Vhosts_ispconfig.conf übereinstimmt. Außer Du bist in einem NAT enviroment, dann muss in der Vhosts_ispconfig.conf die interne IP stehen.
 

marukanet

New Member
Sorry, ich bin schon völlig durcheinander (Versuche es schon seit 3 Tagen). Kannst du vielleicht mir sagen wo sich der Fehler bei mir eingeschlichen ist?



Code:
###################################
#
# ISPConfig vHost Configuration File
#         Version 1.0
#
###################################
#
NameVirtualHost 83.229.250.194:80
<VirtualHost 83.229.250.194:80>
  ServerName localhost
  ServerAdmin root@localhost
  DocumentRoot /var/www/sharedip
</VirtualHost>
NameVirtualHost 83.229.251.194:80
<VirtualHost 83.229.251.194:80>
  ServerName localhost
  ServerAdmin root@localhost
  DocumentRoot /var/www/sharedip
</VirtualHost>
#
#
######################################
# Vhost: www.senatorpsp.com:80
######################################
#
#
<VirtualHost 83.229.250.194:80>
ServerName www.senatorpsp.com:80
ServerAdmin webmaster@senatorpsp.com
DocumentRoot /var/www/web7/web
ServerAlias senatorpsp.com
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
ErrorLog /var/www/web7/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
</Files>
<Files *.php3>
    SetOutputFilter PHP
    SetInputFilter PHP
</Files>
<Files *.php4>
    SetOutputFilter PHP
    SetInputFilter PHP
</Files>
<Files *.php5>
    SetOutputFilter PHP
    SetInputFilter PHP
</Files>
php_admin_flag safe_mode On
php_admin_value open_basedir /var/www/web7/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /var/www/web7/phptmp/
php_admin_value session.save_path /var/www/web7/phptmp/
Alias /error/ "/var/www/web7/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web7/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web7/user/$1/web/$3
</VirtualHost>
#
#
#
######################################
# Vhost: www.3x-rip.com:80
######################################
#
#
<VirtualHost 83.229.250.194:80>
ServerName www.3x-rip.com:80
ServerAdmin webmaster@3x-rip.com
DocumentRoot /var/www/web9/web
ServerAlias 3x-rip.com
DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 index.shtml index.cgi index.pl index.jsp Default.htm default.htm
Alias  /cgi-bin/ /var/www/web9/cgi-bin/
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ErrorLog /var/www/web9/log/error.log
AddType application/x-httpd-php .php .php3 .php4 .php5
<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
</Files>
<Files *.php3>
    SetOutputFilter PHP
    SetInputFilter PHP
</Files>
<Files *.php4>
    SetOutputFilter PHP
    SetInputFilter PHP
</Files>
<Files *.php5>
    SetOutputFilter PHP
    SetInputFilter PHP
</Files>
php_admin_flag safe_mode Off
Alias /error/ "/var/www/web9/web/error/"
ErrorDocument 400 /error/invalidSyntax.html
ErrorDocument 401 /error/authorizationRequired.html
ErrorDocument 403 /error/forbidden.html
ErrorDocument 404 /error/fileNotFound.html
ErrorDocument 405 /error/methodNotAllowed.html
ErrorDocument 500 /error/internalServerError.html
ErrorDocument 503 /error/overloaded.html
AliasMatch ^/~([^/]+)(/(.*))? /var/www/web9/user/$1/web/$3
AliasMatch ^/users/([^/]+)(/(.*))? /var/www/web9/user/$1/web/$3
</VirtualHost>
#
#
#
 
Zuletzt bearbeitet:

marukanet

New Member
Danke , Danke, Danke. Mein Fehler. Ich hab aus versehen den config file von ersten Site ins Ordner von zweiten reinkopiert mit dem dem link natürlich fürs Database von ersten. Und da es wordpress ist hat es die seite jedesmal umgeleitet auf die, die in Database S
steht. Das Problem mit der schared IP hat sich aufgelöst nach einem Reboot.

Danke nochmals für deine Hilfe

P. S. Falls es möglich ist könnt ihr die russische Sprachdatein in UTF-8 speichern. Diese blöde KOI8-R wird schon fast garnicht benutzt.
 

Werbung

Top