hello,
I have a little problem where I needed to understand how to configure, I have a monitor that captures attacks that x IP receives, but the monitor is returning with the main IP of the proxmox server and not the IP of the virtual machine, it's like all machines use the main IP of the server and which in practice is not using, all machines are online each one with its IP, my problem would be just not to return the correct IP remote, something like:
<?php
echo '<pre>';
print_r($_SERVER);
echo '</pre>';
exit;
?>
--------------
$_SERVER['REMOTE_ADDR']
This would return the IP remote and is returning the main IP of the host, this does not happen in virtualizations of vmware for example, I believe it has some connection with the bridge connection. If anyone can help me, I will be very grateful, the server is from OVH I am using MAC OVH where I generate on the panel.
I'm waiting, thanks.
I have a little problem where I needed to understand how to configure, I have a monitor that captures attacks that x IP receives, but the monitor is returning with the main IP of the proxmox server and not the IP of the virtual machine, it's like all machines use the main IP of the server and which in practice is not using, all machines are online each one with its IP, my problem would be just not to return the correct IP remote, something like:
<?php
echo '<pre>';
print_r($_SERVER);
echo '</pre>';
exit;
?>
--------------
$_SERVER['REMOTE_ADDR']
This would return the IP remote and is returning the main IP of the host, this does not happen in virtualizations of vmware for example, I believe it has some connection with the bridge connection. If anyone can help me, I will be very grateful, the server is from OVH I am using MAC OVH where I generate on the panel.
I'm waiting, thanks.
Last edited: