interfaces

  1. M

    interface configuration

    Hello I just upload a proxmox server, I'm totally new in this and in linux, I got stuck and out of fear I do not move forward, the query is this From a proxmox server, I have "x" virtual machines of which I want to have private and public ip (the public ones I already have them ready to put)...
  2. R

    problems with network interfaces configuration

    Hi. I have instaro proxmox version 5-2-8 updated everything works OK, my server has 4 network interfaces one for the wan, another for an external network with optical fiber and two for the lan, reading I saw that I can make a virtual private network and with the method Masquerading (NAT) with...
  3. J

    Fresh install but can't get network on vms

    I just installed a template on my ovh dedi ( Proxmox VE 5 (ZFS) ). I want to create vms, but it seems there's problems using my failover ips. I did create a virtual mac address for the ip I wanted to use, but even after selecting it, the network is still not working. What can I do to fix that ?
  4. L

    Help with subinterface for internal backup Server

    Hello, I need your help. I currently use my NIC eth0 with manual mode and the IP address is defined over a vmbr0, but now i need a sub interface on eth0 to get a local address on it. When i add a subinterface to eth0 it will route all my vm's over this address and when i use a subinterface on...
  5. R

    Problem with Bridge Port (Beginner)

    Hey there, I installed Proxmox on my new dedicated Server, but I'm having problems with the bridging: My dedicated maschine has the IP xxx.xxx.xx.191 Interfaces configuration Host / dedicated: auto lo iface lo inet loopback iface enp2s0 inet manual auto vmbr0 iface vmbr0 inet static...
  6. E

    Web UI not listening on all interfaces

    At first I had Proxmox working using the interface enp2s0f0 and bridge vmbr0 which is connected to a DHCP private network. I wanted one VM to be reachable from WAN though so I added enp2s0f1 and masqueraded vmbr1 which is connected to a static public IP address. Everything works but once I...
  7. V

    Sanity Check w/ Link Aggregation (bond0)

    I've successfully installed Proxmox for the first time on a Dell PowerEdge T330 server with one VM of CentOS and two Linux Containers for UniFi Controller and UniFi Video. I have two ports on my UniFi switch set to link aggregation 802.3ad. I have two on-board network adapters (eno1 and eno2)...
  8. I

    Container network connectivity

    So I have a proxmox server running 4.4 (let's say at 172.16.16.16), and on it are several containers. I can get these containers networked if I set them up using NAT via iptables MASQUERADE, however if i try to bridge them to the host to use the same subnet they cannot ping out and I cannot ping...
  9. E

    Anyway to support interfaces.d/*

    I am using chef to configure my host network and bridges, but as to due best practices it happens to interfaces.d/eth0 .. interfaces.d/vmbr0 and so on, while /e/n/interfaces is just an include like source /etc/network/interfaces.d/* doing that leads to issues with proxmox, which will not offer...
  10. T

    [SOLVED] A start job is running for Raise network interfaces

    Hi, I have some problem with containers in Proxmox. When I start a container I get "A start job is running for Raise network interfaces". It's only 50% of all containers that is fucked and they have nothing in common except OS. All containers are up to date. What could the problem be...
  11. R

    Can't delete eth1 in Promox Webinterface

    Hello, I have problem, with my Promox system. in the webinterface i can't delete eth1. in the file /etc/network/interface file i can't find eth1. but on the website eth1 is still present. have anybody a solution for this problem? screenshot is attached on is thread.
  12. M

    NAT redirect not working

    Hello, I installed Proxmox 4.2 via ISO at my Server. Considering the fact that I only have one public IP address I tried to use NAT. This is my interface configuration: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address a.b.c.d netmask 255.255.255.224...
  13. G

    [SOLVED] Container network on Proxmox 4 / OVH

    Hi, I recently installed Proxmox 4 on a dedicated OVH server and then created a container like this: pct create 200 /var/lib/vz/template/cache/debian-8.0-standard_8.4-1_amd64.tar.gz -rootfs 25 -hostname myhost.mydomain.com -memory 1024 -nameserver 213.186.33.99 -net0...