From 5 ips, only one doesnt work.

harpnet

New Member
Mar 31, 2013
16
0
1
Hello! I have proxmox 3.1 and yesterday i added a new ip to my centos CT and i saw that doesnt work. I tested ip on other CT and doesnt work too. Then I added another ip to same CT and worked. How to manage that ip to work? Locally i can acces the ip,but externally i cant acces. Can u help me,please?
 
traceroute to google.com (173.194.39.101), 30 hops max, 40 byte packets
1 host (xxxxxxxxxx) 0.040 ms 0.027 ms 0.022 ms
2 213.154.137.61 (213.154.137.61) 0.716 ms 0.710 ms 0.728 ms
3 bb01.valcea.rdsnet.ro (213.154.137.133) 1.391 ms 1.511 ms 1.510 ms
4 * cr01.bucuresti.rdsnet.ro (213.154.128.158) 212.830 ms 212.833 ms
5 xr01.budapesta.rdsnet.ro (213.154.128.1) 21.704 ms 21.814 ms 21.682 ms
6 xr01.budapesta.rdsnet.ro (213.154.128.1) 21.341 ms 20.979 ms 21.052 ms
7 213-154-130-234.rdsnet.ro (213.154.130.234) 20.198 ms 19.066 ms 17.510 ms
8 * * *
9 72.14.234.255 (72.14.234.255) 18.868 ms 18.842 ms 20.783 ms
10 bud02s02-in-f5.1e100.net (173.194.39.101) 20.204 ms 20.167 ms 20.885 ms


But if i put all sites on this ip, they work only in lan. If i use another ip they work external... I changed this ip to another vm, and doens reach external. If i check with : http://www.yougetsignal.com/tools/open-ports/ (delete name if u consider is reclam,pls) all ports on this ip are off. The ip works only in lan.
 
Last edited:
Hello! I have proxmox 3.1 and yesterday i added a new ip to my centos CT and i saw that doesnt work. I tested ip on other CT and doesnt work too. Then I added another ip to same CT and worked. How to manage that ip to work? Locally i can acces the ip,but externally i cant acces. Can u help me,please?
Hi,
look with tcpdump to find the issue, like
Code:
tcpdump -i vmbr0 host new.ip.of.ct
Udo
 
Shows nothing, after 5 minutes i do ctrl+C and write this :

0 packets captured
3 packets received by filter
0 packets dropped by kernel


After 10 minutes :


19:38:30.232136 ARP, Request who-has the-new-ip tell myip, length 46
19:38:30.287916 ARP, Reply the new ip is-at 00:26:18:d9:5d:84 (oui Unknown), le ngth 28


And on CT : tcpdump: ioctl: No such device
 
Shows nothing, after 5 minutes i do ctrl+C and write this :

0 packets captured
3 packets received by filter
0 packets dropped by kernel


After 10 minutes :


19:38:30.232136 ARP, Request who-has the-new-ip tell myip, length 46
19:38:30.287916 ARP, Reply the new ip is-at 00:26:18:d9:5d:84 (oui Unknown), le ngth 28


And on CT : tcpdump: ioctl: No such device
Hi,
do you ping in this time from outside to the CT?
If yes, then your ISP don't send the content??

Because tcpdump inside the VM - which interface name do you use and which network-modell (bridging?)

Udo
 
hello Udo,

I cant ping from outside the CT,only on lan.
[root@cp ~]# ping google.com
PING google.com (173.194.39.105) 56(84) bytes of data.

161 packets transmitted, 0 received, 100% packet loss, time 160006ms

Then stay blocked few minutes .
CT is openvz based, ip installed via web..then tried via console .
Nic is venet0


Network model:
I have 2 nics:# network interface settings
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto eth1
iface eth1 inet manual

auto vmbr0
iface vmbr0 inet static
address 81.196.124.123
netmask 255.255.255.240
gateway 81.196.124.113
bridge_ports eth0
bridge_stp off
bridge_fd 0


auto vmbr1
iface vmbr1 inet static
address 82.79.x.y
netmask 255.255.255.192
bridge_ports eth1
bridge_stp off
bridge_fd 0

auto vmbr3
iface vmbr3 inet static
address 82.79.x.x
netmask 255.255.255.248
bridge_ports none
bridge_stp off
bridge_fd 0
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!