i have problem in windows vps using proxmox plz help

  • Thread starter Thread starter cenen
  • Start date Start date
C

cenen

Guest
Hello

i made windows vps under proxmox and i follow all tut and added 2 ips to my server and ips are pinging but when i put them in windows vps local internet it doesnt work and no internet

setting i did is
pico /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback
iface eth0 inet manual
# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0


# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.148
netmask 255.255.255.0
network xxx.xxx.xxx.0
broadcast xxx.xxx.xxx.255
gateway xxx.xxx.xxx.xxx
bridge_ports eth0
bridge_stp off
bridge_fd 0


auto eth0:0
iface eth0:0 inet static
address my ip address
netmask 255.255.255.255


then i restarted network but ip is pinging but when i put it in windows it doesnt work

i even edit the nameservers to be
8.8.8.8
8.8.4.4

but still the same can u plz give me idea for this


i created windows vps under vmb0 and real and also tried virto and installed drivers the same


- thanks
 
Hello

i made windows vps under proxmox and i follow all tut and added 2 ips to my server and ips are pinging but when i put them in windows vps local internet it doesnt work and no internet
...
Hi,
how many ips do you have? One for the pve host and two additional for the VMs?
Are all the IPs in the same network? Must the traffic came from one MAC-Address?
Can you ping from the VMs? What can you see with tcpdump during the ping?

Udo
 
Hello

i have 4 ips

1 is main and iam using to login using proxmox web interface

and 3 is free

main ip is : 188.165.192.148

and 3 ips are

94.23.72.248
94.23.72.246
94.23.67.49

i cant ping from vms - only ping from my normal pc - if i ping from vps - cmd get closed - like no internet in it

any solution plz