interfaces

  1. M

    Wie internes Netzwerk korrekt konfiguieren?

    Hallo liebes Forum. Auf unserem Dedizierten Server wollen wir ein internes Netzwerk einrichten. Wir hatten dies bereits eingerichtet gehabt, jedoch funktionierte dies fehlerfrei nur für ein paar Stunden. Manche Container, welche auch eine externe IPv4-Adresse konfiguiert hatten, verloren ihre...
  2. B

    use ISCI on specific NICs

    the proxmox servers have 4 interfaces each, I would like to bound 2 interfaces for the vis and use the 2 others for a multiparty configuration and connect to the ISCI targets via these 2 interfaces in a multiparty manner. Is there a way to do it other than putting the NAS on a different...
  3. W

    network config is it possible to use cli and gui ?

    in /etc/network/interfaces i can read is it possible to use cli ovs command and edit file interfaces what 'source' or 'source-directory' directives mean?
  4. P

    Proxmox 6.0 no connections

    Hello, I installed proxmox 6 and I have no connections, why ? The last version it's supposed to be more evolved and more simple ! My original install interfaces file look like ; auto lo iface lo inet loopback iface enp2s0 inet manual auto vmbr0 iface vmbr0 inet static address...
  5. mhagen

    Network card getting: rename4 ? Predictable Network Interface Names

    So i know that most people still have "ethX". But i like the "Predictable Interface Names" and therefore use them. Only my "new" chelsio cc2-n320e-rs dual 10g sfp+ card doens't play nice for some reason? It gives me a "renameX" interface. with is not editable in the GUI and is "random"...
  6. D

    How create an interfaces file

    Hi I have a VPS Proxmox VE 2.3 on debian 8 with my dedicated kimsufi server ovh. After an ovh problem,i reboot the server and i can not access to my web applications on my ipfailover with the browser web. I can not configure my /etc/network/interfaces file Her is an exemple : auto lo iface lo...
  7. 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)...
  8. 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...
  9. 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 ?
  10. 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...
  11. 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...
  12. 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...
  13. 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)...
  14. 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...
  15. 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...
  16. 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...
  17. 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.
  18. 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...
  19. 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...