Hi all,
I have 2 proxmox hosts with 2 openvz containers on it. Both the proxmox hosts have 2 NIC's - external & internal lan with default GW on external LAN.
Both the VE's have 2 venet interfaces - external and internal lan. The weird thing is that when I try to connect from one ve1 to the ve2's internal LAN IP, the source address is always ve1's external IP. For example with MySQL:
web1:/# mysql -u root -h 192.168.1.248
ERROR 1045 (28000): Access denied for user 'root'@'ext.ext.ext.ip' (using password: NO)
Is this default behaviour? We're now seeing a LOT of traffic over the external interfaces which costs my client money Thanks in advance!
I have 2 proxmox hosts with 2 openvz containers on it. Both the proxmox hosts have 2 NIC's - external & internal lan with default GW on external LAN.
Both the VE's have 2 venet interfaces - external and internal lan. The weird thing is that when I try to connect from one ve1 to the ve2's internal LAN IP, the source address is always ve1's external IP. For example with MySQL:
web1:/# mysql -u root -h 192.168.1.248
ERROR 1045 (28000): Access denied for user 'root'@'ext.ext.ext.ip' (using password: NO)
Is this default behaviour? We're now seeing a LOT of traffic over the external interfaces which costs my client money Thanks in advance!