<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Аспро: ЛайтШоп [тема: Проблема со статусом SDN/Tunnel.]</title>
		<link>http://proxmox.su</link>
		<description>Новое в теме Проблема со статусом SDN/Tunnel. форума Proxmox Виртуальная Среда на сайте Аспро: ЛайтШоп [proxmox.su]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Fri, 24 Apr 2026 19:30:58 +0300</pubDate>
		<item>
			<title>Проблема со статусом SDN/Tunnel.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message305563/75079-problema-so-statusom-sdn_tunnel.">Проблема со статусом SDN/Tunnel.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Окей, я смог отследить проблему. Учитывай, что я не программист, и мои знания Python очень, очень ограничены. В ifupdown/iface.py:325 строку `retconfig[k] = v[0] if len(v) == 1 else v` заменил на `retconfig[k] = str(v[0] if len(v) == 1 else v)`. Это решило проблему. Без этой замены она падает на первом IP-адресе/сетевом объекте, видимо, потому что значение не является допустимым типом Python в случае `tunnel-endpoint` и `tunnel-local`. Без преобразования в строку `OrderedDict` выглядел так:<br /><br />```<br />Code: retifacedict.config OrderedDict([<br /> &nbsp; &nbsp;('name', 'gre1'),<br /> &nbsp; &nbsp;('addr_method', 'tunnel'),<br /> &nbsp; &nbsp;('addr_family', 'inet'),<br /> &nbsp; &nbsp;('auto', True),<br /> &nbsp; &nbsp;('config',<br /> &nbsp; &nbsp; &nbsp; &nbsp;{'up': 'ip route add 10.222.111.0/24 dev gre1',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'tunnel-local': 10.99.88.18/32,<br /> &nbsp; &nbsp; &nbsp; &nbsp;'tunnel-mode': 'gre',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'tunnel-dev': 'eno1.4004',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'tunnel-endpoint': 10.99.88.2/32,<br /> &nbsp; &nbsp; &nbsp; &nbsp;'mtu': '1374',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'address': '10.11.11.18/27'}<br /> &nbsp; &nbsp;),<br /> &nbsp; &nbsp;('config_status',<br /> &nbsp; &nbsp; &nbsp; &nbsp;{'up': '',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'tunnel-local': 'pass',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'tunnel-mode': 'pass',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'tunnel-dev': 'pass',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'tunnel-endpoint': 'pass',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'mtu': 'pass',<br /> &nbsp; &nbsp; &nbsp; &nbsp;'address': 'pass'}<br /> &nbsp; &nbsp;),<br /> &nbsp; &nbsp;('status', 'pass')<br />])<br />```<br /><br />Может быть (надеюсь), есть более элегантное решение? Но ошибки ушли. Может быть, стоит изменить объект `IPNetwork` так, чтобы он возвращал строку при операции `?`<br /><br />```<br />Code: root@pve-fluffy /usr/share/ifupdown2 # ifquery gre1 -c -o json<br />[<br /> &nbsp;{<br /> &nbsp; &nbsp;"name": "gre1",<br /> &nbsp; &nbsp;"addr_method": "tunnel",<br /> &nbsp; &nbsp;"addr_family": "inet",<br /> &nbsp; &nbsp;"auto": true,<br /> &nbsp; &nbsp;"config": {<br /> &nbsp; &nbsp; &nbsp;"up": "ip route add 10.222.111.0/24 dev gre1",<br /> &nbsp; &nbsp; &nbsp;"tunnel-local": "10.99.88.18/32",<br /> &nbsp; &nbsp; &nbsp;"tunnel-mode": "gre",<br /> &nbsp; &nbsp; &nbsp;"tunnel-dev": "eno1.4004",<br /> &nbsp; &nbsp; &nbsp;"tunnel-endpoint": "10.99.88.2/32",<br /> &nbsp; &nbsp; &nbsp;"mtu": "1374",<br /> &nbsp; &nbsp; &nbsp;"address": "10.11.11.18/27"<br /> &nbsp; &nbsp;},<br /> &nbsp; &nbsp;"config_status": {<br /> &nbsp; &nbsp; &nbsp;"up": "",<br /> &nbsp; &nbsp; &nbsp;"tunnel-local": "pass",<br /> &nbsp; &nbsp; &nbsp;"tunnel-mode": "pass",<br /> &nbsp; &nbsp; &nbsp;"tunnel-dev": "pass",<br /> &nbsp; &nbsp; &nbsp;"tunnel-endpoint": "pass",<br /> &nbsp; &nbsp; &nbsp;"mtu": "pass",<br /> &nbsp; &nbsp; &nbsp;"address": "pass"<br /> &nbsp; &nbsp;},<br /> &nbsp; &nbsp;"status": "pass"<br /> &nbsp;}<br />]<br />``` <br />
			<i>20.03.2025 11:07:00, patient0.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message305563/75079-problema-so-statusom-sdn_tunnel.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message305563/75079-problema-so-statusom-sdn_tunnel.</guid>
			<pubDate>Thu, 20 Mar 2025 11:07:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Проблема со статусом SDN/Tunnel.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message305562/75079-problema-so-statusom-sdn_tunnel.">Проблема со статусом SDN/Tunnel.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Привет, просто хотел сказать, что у меня та же проблема. Для тестирования я настроил ipip-интерфейс (также обрабатывается модулем tunnel.py ifupdown2), и та же ошибка возникает. Я немного отладил (хотя у меня мало знаний Python). Класс ifaceJsonEncoderWithStatus() в ifupdown/iface.py появляется дважды. Первый раз объект 'o' кажется ок, o.config указывает на секцию config JSON (см. ниже вывод pdb). Во втором вызове - который, я думаю, вообще не должен происходить - 'o' содержит только значение 'tunnel-local' и является типом IPNetwork. Код: (Pdb) run gre1 -c -o json<br />Перезапуск /usr/share/ifupdown2/__main__.py с аргументами:<br /> &nbsp; &nbsp; &nbsp; &nbsp;gre1 -c -o json<br />&gt; /usr/share/ifupdown2/__main__.py(26)&lt;module&gt;()<br />-&gt; import os<br />(Pdb) c<br />&gt; /usr/share/ifupdown2/ifupdown/iface.py(310)default()<br />-&gt; retifacedict = OrderedDict([])<br />(Pdb) p o.config<br />OrderedDict([('up', ['ip route add 10.222.111.0/24 dev gre1']), ('tunnel-mode', ['gre']), ('tunnel-local', [10.99.88.18/32]), ('tunnel-endpoint', [10.99.88.2/32]), ('tunnel-dev', ['eno1.4004']), ('mtu', ['1374']), ('address', ['10.11.11.18/27'])])<br />(Pdb) c<br />&gt; /usr/share/ifupdown2/ifupdown/iface.py(310)default()<br />-&gt; retifacedict = OrderedDict([])<br />(Pdb) p o.config<br />*** AttributeError: 'IPNetwork' object has no attribute 'config'<br />(Pdb) p o<br />10.99.88.18/32<br />(Pdb) Мое определение GRE-интерфейса: Код: auto gre1<br />iface gre1 inet tunnel<br /> &nbsp; &nbsp;address &nbsp;10.11.11.18/27<br /> &nbsp; &nbsp;tunnel-mode &nbsp; &nbsp; gre<br /> &nbsp; &nbsp;tunnel-endpoint 10.99.88.2<br /> &nbsp; &nbsp;tunnel-local &nbsp; &nbsp;10.99.88.18<br /> &nbsp; &nbsp;tunnel-dev eno1.4004<br /> &nbsp; &nbsp;# hetzner vswitch doc -&gt; mtu 1400 for VLAN interface<br /> &nbsp; &nbsp;# set a bit under, can't remember the calculation<br /> &nbsp; &nbsp;mtu &nbsp; &nbsp; &nbsp;1374 <br />
			<i>11.03.2025 00:08:00, patient0.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message305562/75079-problema-so-statusom-sdn_tunnel.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message305562/75079-problema-so-statusom-sdn_tunnel.</guid>
			<pubDate>Tue, 11 Mar 2025 00:08:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Проблема со статусом SDN/Tunnel.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message305561/75079-problema-so-statusom-sdn_tunnel.">Проблема со статусом SDN/Tunnel.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Создано: <noindex><a href="https://bugzilla.proxmox.com/show_bug.cgi?id=6078" target="_blank" rel="nofollow" >https://bugzilla.proxmox.com/show_bug.cgi?id=6078</a></noindex> Спасибо. <br />
			<i>15.01.2025 10:30:00, MichiFry.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message305561/75079-problema-so-statusom-sdn_tunnel.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message305561/75079-problema-so-statusom-sdn_tunnel.</guid>
			<pubDate>Wed, 15 Jan 2025 10:30:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Проблема со статусом SDN/Tunnel.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message305560/75079-problema-so-statusom-sdn_tunnel.">Проблема со статусом SDN/Tunnel.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Да, проблема скорее всего в самом инструменте ifquery, где запрашивается статус GRE. Не могли бы вы создать отчет об ошибке? Я постараюсь разобраться. <br />
			<i>15.01.2025 10:00:00, shanreich.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message305560/75079-problema-so-statusom-sdn_tunnel.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message305560/75079-problema-so-statusom-sdn_tunnel.</guid>
			<pubDate>Wed, 15 Jan 2025 10:00:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Проблема со статусом SDN/Tunnel.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message305559/75079-problema-so-statusom-sdn_tunnel.">Проблема со статусом SDN/Tunnel.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			/etc/network/interfaces Код: auto lo<br />iface lo inet loopback<br /><br />iface enp7s0 inet manual<br /><br />auto vmbr0<br />iface vmbr0 inet static<br /> &nbsp; &nbsp; &nbsp; &nbsp;address x.x.x.x/x<br /> &nbsp; &nbsp; &nbsp; &nbsp;gateway x.x.x.x<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge-ports enp7s0<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge-stp off<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge-fd 0<br /><br /><br />auto enp7s0.4000<br />iface enp7s0.4000 inet static<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 10.50.1.11/24<br /> &nbsp; &nbsp; &nbsp; &nbsp;mtu 1400<br /> &nbsp; &nbsp; &nbsp; &nbsp;up ip route add 10.50.0.0/16 via 10.50.1.1 dev enp7s0.4000<br /> &nbsp; &nbsp; &nbsp; &nbsp;down ip route del 10.50.0.0/16 via 10.50.1.1 dev enp7s0.4000<br /><br />auto gre1<br />iface gre1 inet tunnel<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 10.10.167.202/30<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-mode gre<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-local 10.50.1.11<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-endpoint 10.50.0.254<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-ttl 255<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-physdev enp7s0.4000<br /> &nbsp; &nbsp; &nbsp; &nbsp;mtu 1375<br /><br />source-directory /etc/network/interfaces.d/ /etc/network/interfaces.d/sdn Код: #version:9<br /><br />auto vnet10<br />iface vnet10<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 10.10.161.254/24<br /> &nbsp; &nbsp; &nbsp; &nbsp;post-up iptables -t nat -A POSTROUTING -s '10.10.161.0/24' -o vmbr0 -j SNAT --to-source x.x.x.x<br /> &nbsp; &nbsp; &nbsp; &nbsp;post-down iptables -t nat -D POSTROUTING -s '10.10.161.0/24' -o vmbr0 -j SNAT --to-source x.x.x.x<br /> &nbsp; &nbsp; &nbsp; &nbsp;post-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1<br /> &nbsp; &nbsp; &nbsp; &nbsp;post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_ports none<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_stp off<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_fd 0<br /> &nbsp; &nbsp; &nbsp; &nbsp;alias mgmt<br /> &nbsp; &nbsp; &nbsp; &nbsp;ip-forward on<br /><br />auto vnet11<br />iface vnet11<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 10.10.162.254/24<br /> &nbsp; &nbsp; &nbsp; &nbsp;post-up iptables -t nat -A POSTROUTING -s '10.10.162.0/24' -o vmbr0 -j SNAT --to-source x.x.x.x<br /> &nbsp; &nbsp; &nbsp; &nbsp;post-down iptables -t nat -D POSTROUTING -s '10.10.162.0/24' -o vmbr0 -j SNAT --to-source x.x.x.x<br /> &nbsp; &nbsp; &nbsp; &nbsp;post-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1<br /> &nbsp; &nbsp; &nbsp; &nbsp;post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_ports none<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_stp off<br /> &nbsp; &nbsp; &nbsp; &nbsp;bridge_fd 0<br /> &nbsp; &nbsp; &nbsp; &nbsp;alias server<br /> &nbsp; &nbsp; &nbsp; &nbsp;ip-forward on Я также пробовал это на новой установке без добавления чего-либо ещё, та же проблема: Код: auto lo<br />iface lo inet loopback<br /><br />auto enp7s0<br />iface enp7s0 inet static<br /> &nbsp; &nbsp; &nbsp; &nbsp;address x.x.x.x/x<br /> &nbsp; &nbsp; &nbsp; &nbsp;gateway x.x.x.x<br /><br />auto gre1<br />iface gre1 inet tunnel<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 10.10.167.202/30<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-mode gre<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-local 10.50.1.11<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-endpoint 10.50.0.254<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-ttl 255<br /> &nbsp; &nbsp; &nbsp; &nbsp;mtu 1375 Код: # ifquery -c -o json gre1<br />error: main exception: 'IPNetwork' object has no attribute 'config' Я также пробовал это без "tunnel-" (только mode, local endpoint, ttl) и с разными комбинациями "tunnel-physdev", .. ничего не помогало. Но тоннель gre всегда работает <br />
			<i>14.01.2025 21:34:00, MichiFry.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message305559/75079-problema-so-statusom-sdn_tunnel.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message305559/75079-problema-so-statusom-sdn_tunnel.</guid>
			<pubDate>Tue, 14 Jan 2025 21:34:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Проблема со статусом SDN/Tunnel.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message305558/75079-problema-so-statusom-sdn_tunnel.">Проблема со статусом SDN/Tunnel.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Привет, похоже, это проблема с ifupdown2 - можешь прислать файл интерфейсов, который приводит к этой ошибке? <br />
			<i>14.01.2025 17:36:00, shanreich.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message305558/75079-problema-so-statusom-sdn_tunnel.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message305558/75079-problema-so-statusom-sdn_tunnel.</guid>
			<pubDate>Tue, 14 Jan 2025 17:36:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>Проблема со статусом SDN/Tunnel.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message305557/75079-problema-so-statusom-sdn_tunnel.">Проблема со статусом SDN/Tunnel.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Привет, мои лог-файлы забиты этими строками: Jan 14 12:12:41 hpve1 pvestatd[3564]: sdn status update error: malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/share/perl5/PVE/Network/SDN/Zones.pm line 202. Jan 14 12:12:50 hpve1 pvestatd[3564]: sdn status update error: malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/share/perl5/PVE/Network/SDN/Zones.pm line 202. Jan 14 12:13:01 hpve1 pvestatd[3564]: sdn status update error: malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/share/perl5/PVE/Network/SDN/Zones.pm line 202. Jan 14 12:13:10 hpve1 pvestatd[3564]: sdn status update error: malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/share/perl5/PVE/Network/SDN/Zones.pm line 202. ... Это происходит из-за того, что я добавил gre туннель. Туннель и сеть работают как ожидается, только Proxmox испытывает проблемы с чтением текущего состояния. Код: # ifquery -c -a -o json<br />error: main exception: 'IPNetwork' object has no attribute 'config'<br /><br /># ifquery -c -o json gre1<br />error: main exception: 'IPNetwork' object has no attribute 'config'<br /><br /># ifquery -c -o json vmbr0<br />[<br /> &nbsp;{<br /> &nbsp; &nbsp;"name": "vmbr0",<br /> &nbsp; &nbsp;"addr_method": "static",<br /> &nbsp; &nbsp;"addr_family": "inet",<br /> &nbsp; &nbsp;"auto": true,<br /> &nbsp; &nbsp;"config": {<br /> &nbsp; &nbsp; &nbsp;"bridge-ports": "enp7s0",<br /> &nbsp; &nbsp; &nbsp;"bridge-fd": "0",<br /> &nbsp; &nbsp; &nbsp;"bridge-stp": "no",<br /> &nbsp; &nbsp; &nbsp;"address": "x.x.x.x/x"<br /> &nbsp; &nbsp;},<br /> &nbsp; &nbsp;"config_status": {<br /> &nbsp; &nbsp; &nbsp;"bridge-ports": "pass",<br /> &nbsp; &nbsp; &nbsp;"bridge-fd": "pass",<br /> &nbsp; &nbsp; &nbsp;"bridge-stp": "pass",<br /> &nbsp; &nbsp; &nbsp;"address": "pass"<br /> &nbsp; &nbsp;},<br /> &nbsp; &nbsp;"status": "pass"<br /> &nbsp;}<br />] Проблема в ifquery с --check И --json. Если указан только один параметр, все работает: Код: # ifquery -o json gre1<br />[<br /> &nbsp; &nbsp;{<br /> &nbsp; &nbsp; &nbsp; &nbsp;"name": "gre1",<br /> &nbsp; &nbsp; &nbsp; &nbsp;"addr_method": "tunnel",<br /> &nbsp; &nbsp; &nbsp; &nbsp;"addr_family": "inet",<br /> &nbsp; &nbsp; &nbsp; &nbsp;"auto": true,<br /> &nbsp; &nbsp; &nbsp; &nbsp;"config": {<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"address": "10.10.167.202/30",<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"tunnel-mode": "gre",<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"tunnel-local": "10.50.1.11",<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"tunnel-endpoint": "10.50.0.254",<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"tunnel-ttl": "255",<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"tunnel-dev": "enp7s0.4000",<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"mtu": "1375"<br /> &nbsp; &nbsp; &nbsp; &nbsp;}<br /> &nbsp; &nbsp;}<br />]<br /><br /><br /># ifquery -c gre1<br />auto gre1<br />iface gre1 inet tunnel &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[pass]<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-mode gre &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; [pass]<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-local 10.50.1.11/32 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[pass]<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-endpoint 10.50.0.254/32 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[pass]<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-ttl 255 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[pass]<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-dev enp7s0.4000 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[pass]<br /> &nbsp; &nbsp; &nbsp; &nbsp;mtu 1375 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[pass]<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 10.10.167.202/30 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[pass] /etc/network/interfaces Код: auto gre1<br />iface gre1 inet tunnel<br /> &nbsp; &nbsp; &nbsp; &nbsp;address 10.10.167.202/30<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-mode gre<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-local 10.50.1.11<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-endpoint 10.50.0.254<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-ttl 255<br /> &nbsp; &nbsp; &nbsp; &nbsp;tunnel-physdev enp7s0.4000<br /> &nbsp; &nbsp; &nbsp; &nbsp;mtu 1375 Я также пробовал переключить на ipip туннель, но проблема сохраняется. Последняя версия Proxmox с установленными всеми обновлениями. Что можно сделать? Спасибо! <br />
			<i>14.01.2025 12:26:00, MichiFry.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message305557/75079-problema-so-statusom-sdn_tunnel.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message305557/75079-problema-so-statusom-sdn_tunnel.</guid>
			<pubDate>Tue, 14 Jan 2025 12:26:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
	</channel>
</rss>
