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
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