{"id":628,"date":"2024-07-02T16:41:37","date_gmt":"2024-07-02T14:41:37","guid":{"rendered":"https:\/\/uw-t.com\/?p=628"},"modified":"2024-09-13T21:28:42","modified_gmt":"2024-09-13T19:28:42","slug":"proxmox-setup-network","status":"publish","type":"post","link":"https:\/\/uw-t.com\/en\/proxmox\/proxmox-setup-network","title":{"rendered":"proxmox setup network"},"content":{"rendered":"<pre>\r\nip route\r\ndefault via 116.***.***.129 dev eth0\r\n116.***.***.128\/26 via 116.***.***.129 dev eth0\r\n116.***.***.129 dev eth0 scope link\r\n\r\n# get corectly name\r\nip link show\r\n<\/pre>\n<pre>\r\ncat \/etc\/network\/interfaces\r\n# network interface settings; autogenerated\r\n# Please do NOT modify this file directly, unless you know what\r\n# you're doing.\r\n#\r\n# If you want to manage parts of the network configuration manually,\r\n# please utilize the 'source' or 'source-directory' directives to do\r\n# so.\r\n# PVE will preserve these directives, but will NOT read its network\r\n# configuration from sourced files, so do not attempt to move any of\r\n# the PVE managed interfaces into external files!<\/code>\r\n\r\nauto lo\r\niface lo inet loopback\r\n\r\nauto enp0s31f6\r\niface enp0s31f6 inet static\r\naddress 116.***.***.149\/26\r\ngateway 116.***.***.129\r\ndns-nameservers 1.1.1.1 8.8.8.8\r\npost-up iptables -t nat -A POSTROUTING -s 10.0.0.0\/24 -o enp0s31f6 -j MASQUERADE\r\n\r\nauto vmbr0\r\niface vmbr0 inet static\r\naddress 10.0.0.1\/24\r\nbridge-ports none\r\nbridge-stp off\r\nbridge-fd 0\r\nbridge-vlan-aware yes\r\nbridge-vids 2-4094\r\n\r\nsource \/etc\/network\/interfaces.d\/*\r\n<\/pre>\n<p>auto snapshot<\/p>\n<pre>apt install zfs-auto-snapshot<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>ip route default via 116.***.***.129 dev eth0 116.***.***.128\/26 via 116.***.***.129 dev eth0 116.***.***.129 dev eth0 scope link # get corectly name ip link show cat \/etc\/network\/interfaces # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing. # # If you want to manage parts of &hellip; <a href=\"https:\/\/uw-t.com\/en\/proxmox\/proxmox-setup-network\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">proxmox setup network<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[68],"tags":[],"class_list":["post-628","post","type-post","status-publish","format-standard","hentry","category-proxmox"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/posts\/628","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/comments?post=628"}],"version-history":[{"count":10,"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/posts\/628\/revisions"}],"predecessor-version":[{"id":653,"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/posts\/628\/revisions\/653"}],"wp:attachment":[{"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/media?parent=628"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/categories?post=628"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/uw-t.com\/en\/wp-json\/wp\/v2\/tags?post=628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}