Ipfire----Proxmox----NO Acces to the VM

Santos

New Member
Jun 29, 2010
8
0
1
Hello i have the following setup:

Alix Board Router Ipfire

red 192.168.1.1
green 192.168.1.100
blue 192.168.2.100

I have install Proxmox on an Computer in green.
I can Login with SSH and i can me Login in the Web-Panel.
!But i cant Ping the Proxmox Server!
The Proxmox Server has only one Network Card eth0.
I give the Proxmox Server the IP 192.168.1.101
!When i Create now an VM i cant Login/Ping/Vnc the VM!

I want that every VM has his own IP in green Network.
thank you for help
Santos
 
Hello i have the following setup:

Alix Board Router Ipfire

red 192.168.1.1
green 192.168.1.100
blue 192.168.2.100

I have install Proxmox on an Computer in green.
I can Login with SSH and i can me Login in the Web-Panel.
!But i cant Ping the Proxmox Server!
The Proxmox Server has only one Network Card eth0.
I give the Proxmox Server the IP 192.168.1.101
!When i Create now an VM i cant Login/Ping/Vnc the VM!

I want that every VM has his own IP in green Network.
thank you for help
Santos
Hi,
you mean you can't ping from blue? Check your firewall rules.
proxmox don't have a firewall by default - so you can ping, ssh... whatever.

You need also the ports 5900-6000 (depends on how much consoles you got) for the vnc-console.

For the VMs: use bridge network vmbr0 and all VMs are in the same net like the proxmox-server.

Udo
 
Thank you.
Now works all perfeckt :cool:

Know anybody of it is possible to passtrough the lpt port from host to an VM???
Because want install an Printing Server.
 
So i found the parallel port out.

Code:
cat /proc/ioports | grep parport
gives me
Code:
0378-037a : parport0

What i must now add in the config file from the VM?
1.
Code:
0378-037a
2.
Code:
parport0
3.
Code:
0378-037a : parport0
???

Must i unload an modul on proxmox host or set an modul in blacklist?
thx