OpenVZ Forum


Home » General » Support » [Help] - Ip change (How to change IP from class 10.0.0. to 10.0.1.)
Re: [Help] - Ip change [message #40696 is a reply to message #40695] Tue, 21 September 2010 15:36 Go to previous messageGo to previous message
g_dallan@yahoo.com is currently offline  g_dallan@yahoo.com
Messages: 3
Registered: September 2010
Junior Member
Quote:
did you or you nameservice provider change the mx and the reverse entry of your mailserver to the new ip address?


I think the problem is in the gateway configuration.

The problem is not in the MX (or mailserver). In the same page I do a curl call. With 10.0.0.38 it works right. With 10.0.1.38 it does not.

$ch=curl_init();
	$url="http://www.google.it";
	curl_setopt($ch, CURLOPT_URL,$url);
	curl_setopt($ch, CURLOPT_PORT , 80);
	curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
$result=curl_exec($ch);
curl_close($ch);
//
echo($result);

 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: Kernel Names
Next Topic: running cobbler inside a CT
Goto Forum:
  


Current Time: Sat Sep 06 12:46:33 GMT 2025

Total time taken to generate the page: 0.08144 seconds