{"id":285,"date":"2017-12-05T09:55:30","date_gmt":"2017-12-05T09:55:30","guid":{"rendered":"http:\/\/alain.fi\/?p=285"},"modified":"2019-07-30T03:59:36","modified_gmt":"2019-07-30T03:59:36","slug":"proxmox-add-new-guest-host-network-bridged","status":"publish","type":"post","link":"https:\/\/alain.fi\/?p=285","title":{"rendered":"Proxmox host: add new guest IP with bridged network"},"content":{"rendered":"<p>Your Proxmox host run multiple Guests.<\/p>\n<p>To add new Guest \/ VM IP using bridge, just do:<\/p>\n<p>From the new Guest VM, \/etc\/network\/interfaces:<\/p>\n<pre>[...]\r\nauto eth0\r\niface eth0 inet static\r\n address MY-NEW-VM-IP\r\n netmask 255.255.255.255\r\n pointopoint\u00a0MY-PROXMOX-HOST-IP\r\n gateway MY-PROXMOX-HOST-IP\r\n[...]<\/pre>\n<p>Update Host\u00a0\/etc\/network\/interfaces , add a new route in the vmbr0 interface section:<\/p>\n<pre>[...]\r\nauto vmbr0\r\n[...]\r\n up ip route add MY-NEW-VM-IP\/32 dev vmbr0\r\n[...]<\/pre>\n<p>Then you need to run manually from the Proxmox Host command line:<\/p>\n<pre>route add MY-NEW-VM-IP\/32 dev vmbr0<\/pre>\n<p>Should do it. You can also restart\/reload networking on both Host and Guest<\/p>\n<pre>\/etc\/init.d\/networking restart<\/pre>\n<p>You may need to use also ifdown\/ifup for the Guest interface<\/p>\n<pre>ifdown --force eth0\r\nifup eth0<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Your Proxmox host run multiple Guests. To add new Guest \/ VM IP using bridge, just do: From the new Guest VM, \/etc\/network\/interfaces: [&#8230;] auto eth0 iface eth0 inet static address MY-NEW-VM-IP netmask 255.255.255.255 pointopoint\u00a0MY-PROXMOX-HOST-IP gateway MY-PROXMOX-HOST-IP [&#8230;] Update Host\u00a0\/etc\/network\/interfaces &hellip; <a href=\"https:\/\/alain.fi\/?p=285\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-285","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/alain.fi\/index.php?rest_route=\/wp\/v2\/posts\/285","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alain.fi\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alain.fi\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alain.fi\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alain.fi\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=285"}],"version-history":[{"count":2,"href":"https:\/\/alain.fi\/index.php?rest_route=\/wp\/v2\/posts\/285\/revisions"}],"predecessor-version":[{"id":287,"href":"https:\/\/alain.fi\/index.php?rest_route=\/wp\/v2\/posts\/285\/revisions\/287"}],"wp:attachment":[{"href":"https:\/\/alain.fi\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=285"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alain.fi\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=285"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alain.fi\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=285"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}