<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>troubleshooting &#8211; Giovanni F. Mazzeo De Santolo</title>
	<atom:link href="https://desantolo.com/tag/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>https://desantolo.com</link>
	<description>That italian IT guy</description>
	<lastBuildDate>Sun, 27 Dec 2020 05:38:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">123042357</site>	<item>
		<title>OPNsense firewall on Proxmox fix &#8216;no internet&#8217;</title>
		<link>https://desantolo.com/2018/11/opnsense-firewall-on-proxmox-fix-no-internet/</link>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Sat, 17 Nov 2018 18:17:25 +0000</pubDate>
				<category><![CDATA[Proxmox]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[opnsense]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<guid isPermaLink="false">https://desantolo.com/?p=566</guid>

					<description><![CDATA[Quick post to note how I determined and then fixed the internet access issue I was having when I installed OPNsense on Proxmox. OPNsense virtual machine is configured with VirtiO network drivers. Other than the obvious &#8220;I can&#8217;t access anything &#8230; <a href="https://desantolo.com/2018/11/opnsense-firewall-on-proxmox-fix-no-internet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Quick post to note how I determined and then fixed the internet access issue I was having when I installed OPNsense on Proxmox.</p>
<p>OPNsense virtual machine is configured with <strong>VirtiO</strong> network drivers.</p>
<p>Other than the obvious &#8220;I can&#8217;t access anything on the internet&#8221; or can&#8217;t reach external IP addresses problem I looked at troubleshooting via <strong>nmap</strong> &#8211; because the devices on the network could ping externally (8.8.8.8) and also resolve DNS requests.</p>
<p>In a broken state you may see &#8216;tcpwrapper&#8217; when testing a known host serving HTTP, like so:</p>
<p class="p1"><code><span class="s1">root@test:~# nmap -p 80 -sV 216.58.194.206</span></code></p>
<p class="p1"><code><span class="s1">Starting Nmap 7.40 ( https://nmap.org ) at 2018-11-17 17:54 UTC</span></code></p>
<p class="p1"><code><span class="s1">Nmap scan report for sfo03s01-in-f206.1e100.net (216.58.194.206)</span></code></p>
<p class="p1"><code><span class="s1">Host is up (0.010s latency).</span></code></p>
<p class="p1"><code><span class="s1">PORT <span class="Apple-converted-space">  </span>STATE SERVICE<span class="Apple-converted-space">    </span>VERSION</span></code></p>
<p class="p1"><code><span class="s1">80/tcp open<span class="Apple-converted-space">  </span>tcpwrapped</span></code></p>
<p class="p1"><code><span class="s1">Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .</span></code></p>
<p class="p1"><code><span class="s1">Nmap done: 1 IP address (1 host up) scanned in 7.91 seconds</span></code></p>
<p>To fix this issue, ensure that &#8220;<strong>Disable hardware checksum offload</strong>&#8221; is  enabled in the OPNsense interface, then reboot the firewall for changes to take effect.</p>
<p>After a reboot, doing another test via nmap will actually respond with HTTP fingerprints, as expected and internet is back.</p>
<p class="p1"><code><span class="s1">root@test:~# nmap -p 80 -sV 216.58.194.206</span></code></p>
<p class="p1"><code><span class="s1">Starting Nmap 7.40 ( https://nmap.org ) at 2018-11-17 18:00 UTC</span></code></p>
<p class="p1"><code><span class="s1">Nmap scan report for sfo03s01-in-f14.1e100.net (216.58.194.206)</span></code></p>
<p class="p1"><code><span class="s1">Host is up (0.0096s latency).</span></code></p>
<p class="p1"><code><span class="s1">PORT <span class="Apple-converted-space">  </span>STATE SERVICE VERSION</span></code></p>
<p class="p1"><code><span class="s1">80/tcp open<span class="Apple-converted-space">  </span>http<span class="Apple-converted-space">    </span>gws</span></code></p>
<p class="p1"><code><span class="s1">1 service unrecognized despite returning data. If you know the service/version, please submit the following fingerprint at https://nmap.org/cgi-bin/submit.cgi?new-service :</span></code></p>
<p class="p1"><code><span class="s1">SF-Port80-TCP:V=7.40%I=7%D=11/17%Time=5BF0574C%P=x86_64-pc-linux-gnu%r(Get</span></code></p>
<p class="p1"><code><span class="s1">SF:Request,8A7A,"HTTP/1\.0\x20200\x20OK\r\nDate:\x20Sat,\x2017\x20Nov\x202</span></code></p>
<p class="p1"><code><span class="s1">SF:018\x2018:00:43\x20GMT\r\nExpires:\x20-1\r\nCache-Control:\x20private,\</span></code></p>
<p class="p1"><code><span class="s1">SF:x20max-age=0\r\nContent-Type:\x20text/html;\x20charset=ISO-8859-1\r\nP3</span></code></p>
<p class="p1"><code><span class="s1">SF:P:\x20CP=\"This\x20is\x20not\x20a\x20P3P\x20policy!\x20See\x20g\.co/p3p</span></code></p>
<p class="p1"><code><span class="s1">SF:help\x20for\x20more\x20info\.\"\r\nServer:\x20gws\r\nX-XSS-Protection:\</span></code></p>
<p class="p1"><code><span class="s1">SF:x201;\x20mode=block\r\nX-Frame-Options:\x20SAMEORIGIN\r\nSet-Cookie:\x2</span></code></p>
<p class="p1"><code><span class="s1">SF:01P_JAR=2018-11-17-18;\x20expires=Mon,\x2017-Dec-2018\x2018:00:43\x20GM</span></code></p>
<p class="p1"><code><span class="s1">SF:T;\x20path=/;\x20domain=\.google\.com\r\nSet-Cookie:\x20NID=146=0dp1WLb</span></code></p>
<p class="p1"><code><span class="s1">SF:UhFIr1MIVwhAglx_4O6x-0eJHrmYFTov9a3oFxE2-lZSUI_9mmKBFXQZjYbjKbSRiirLZ-U</span></code></p>
<p class="p1"><code><span class="s1">SF:cfybTiNQR_vmHD2MY4RBHP-hj4K7oyQX4lXuCgrSU7ESRXiX2Jn0qwoLWvvEItnC2hgDHEb</span></code></p>
<p class="p1"><code><span class="s1">SF:oLJffQrfiEazdGDp5XppPU;\x20expires=Sun,\x2019-May-2019\x2018:00:43\x20G</span></code></p>
<p class="p1"><code><span class="s1">SF:MT;\x20path=/;\x20domain=\.google\.com;\x20HttpOnly\r\nAccept-Ranges:\x</span></code></p>
<p class="p1"><code><span class="s1">SF:20none\r\nVary:\x20Accept-Encoding\r\n\r\n&lt;!doctype\x20html&gt;&lt;html\x20it</span></code></p>
<p class="p1"><code><span class="s1">SF:emscope=\"\"\x20itemtype=\"http://schema\.org/WebPage\"\x20lang=\"en\"&gt;</span></code></p>
<p class="p1"><code><span class="s1">SF:&lt;head&gt;&lt;meta\x20content=\"Search\x20the\x20world's\x20information,\x20in</span></code></p>
<p class="p1"><code><span class="s1">SF:cluding\x20webpages,\x20images,\x20videos\x20and\x20more\.\x20Google\x2</span></code></p>
<p class="p1"><code><span class="s1">SF:0has\x20ma")%r(HTTPOptions,71B,"HTTP/1\.0\x20405\x20Method\x20Not\x20Al</span></code></p>
<p class="p1"><code><span class="s1">SF:lowed\r\nAllow:\x20GET,\x20HEAD\r\nDate:\x20Sat,\x2017\x20Nov\x202018\x</span></code></p>
<p class="p1"><code><span class="s1">SF:2018:00:44\x20GMT\r\nContent-Type:\x20text/html;\x20charset=UTF-8\r\nSe</span></code></p>
<p class="p1"><code><span class="s1">SF:rver:\x20gws\r\nContent-Length:\x201592\r\nX-XSS-Protection:\x201;\x20m</span></code></p>
<p class="p1"><code><span class="s1">SF:ode=block\r\nX-Frame-Options:\x20SAMEORIGIN\r\n\r\n&lt;!DOCTYPE\x20html&gt;\n</span></code></p>
<p class="p1"><code><span class="s1">SF:&lt;html\x20lang=en&gt;\n\x20\x20&lt;meta\x20charset=utf-8&gt;\n\x20\x20&lt;meta\x20na</span></code></p>
<p class="p1"><code><span class="s1">SF:me=viewport\x20content=\"initial-scale=1,\x20minimum-scale=1,\x20width=</span></code></p>
<p class="p1"><code><span class="s1">SF:device-width\"&gt;\n\x20\x20&lt;title&gt;Error\x20405\x20\(Method\x20Not\x20Allo</span></code></p>
<p class="p1"><code><span class="s1">SF:wed\)!!1&lt;/title&gt;\n\x20\x20&lt;style&gt;\n\x20\x20\x20\x20\*{margin:0;padding:</span></code></p>
<p class="p1"><code><span class="s1">SF:0}html,code{font:15px/22px\x20arial,sans-serif}html{background:#fff;col</span></code></p>
<p class="p1"><code><span class="s1">SF:or:#222;padding:15px}body{margin:7%\x20auto\x200;max-width:390px;min-he</span></code></p>
<p class="p1"><code><span class="s1">SF:ight:180px;padding:30px\x200\x2015px}\*\x20&gt;\x20body{background:url\(//</span></code></p>
<p class="p1"><code><span class="s1">SF:www\.google\.com/images/errors/robot\.png\)\x20100%\x205px\x20no-repeat</span></code></p>
<p class="p1"><code><span class="s1">SF:;padding-right:205px}p{margin:11px\x200\x2022px;overflow:hidden}ins{col</span></code></p>
<p class="p1"><code><span class="s1">SF:or:#777;text-decoration:none}a\x20img{border:0}@media\x20screen\x20and\</span></code></p>
<p class="p1"><code><span class="s1">SF:x20\(max-width:772px\){body{background:none;margin-top:0;max-width:none</span></code></p>
<p class="p1"><code><span class="s1">SF:;padding");</span></code></p>
<p class="p1"><code><span class="s1">Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .</span></code></p>
<p class="p1"><code><span class="s1">Nmap done: 1 IP address (1 host up) scanned in 52.89 seconds</span></code></p>
<p class="p1"><code><span class="s1">root@test:~# </span></code></p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">566</post-id>	</item>
		<item>
		<title>Troubleshooting networking issues after fresh install of proxmox VE 4.4</title>
		<link>https://desantolo.com/2017/02/troubleshooting-networking-issues-after-fresh-install-of-proxmox-ve-4-4/</link>
		
		<dc:creator><![CDATA[Giovanni]]></dc:creator>
		<pubDate>Fri, 10 Feb 2017 06:04:02 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Proxmox]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[proxmox]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<guid isPermaLink="false">https://desantolo.com/?p=504</guid>

					<description><![CDATA[Writing a quick troubleshooting guide and informative post to address an issue I came across when installing Proxmox VE 4.4 on two of my machines. On servers with more than two network interfaces Debian/Proxmox renames all interfaces and does not &#8230; <a href="https://desantolo.com/2017/02/troubleshooting-networking-issues-after-fresh-install-of-proxmox-ve-4-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>Writing a quick troubleshooting guide and informative post to address an issue I came across when installing Proxmox VE 4.4 on two of my machines.</p>
<p>On servers with more than two network interfaces Debian/Proxmox renames all interfaces and does not properly detect eth0 as the on-board ethernet as many other linux flavors. This may cause a mild headache if you just installed Proxmox with static IP addresses using the installer and upon reboot you can&#8217;t access any network resources.<span id="more-504"></span></p>
<p>I already explained the cause and you could argue that on the Proxmox installer they could add a built-in network detection check to properly label eth0 as eth0 as the device is named in many other linux distros. That currently does not exist so I will walk you around the troubleshooting.</p>
<p>Upon reboot or first boot after the installation is complete:<br />
<strong># ip link</strong></p>
<p>The bridge interface (<strong>vmbr0</strong>) should read &#8220;<strong>NO-CARRIER</strong>, MULTICAST, UP&#8221; as well as &#8220;<strong>state down</strong>&#8221; a few words further to the left of the results.</p>
<p><strong># dmesg | grep eth</strong></p>
<p>Read the entries in the dmesg logs, it tells you the name of network interfaces on your system.</p>
<p>&#8220;<strong>NO-CARRIER</strong>&#8221; indicates it does not detect an uplink, the interface is configured but none of its bridge members have a network cable or connection being detected.</p>
<p>To fix this you will want to run the following commands:<br />
<strong># ifdown -a</strong><br />
<strong># vi /etc/network/interfaces</strong></p>
<p>By default the installer sets up &#8220;eth0&#8221; as your only bridge member since the network card numbering got setup differently, the logical name on proxmox for eth0 is actually eth2.</p>
<p><strong>Edit the single instance of eth0 with eth2</strong> &#8211; save the file and exit the editor.</p>
<p><strong># ifup -a</strong><br />
should try to bring back up your interfaces. Trying pinging your network gateway, it should be working now. Cheers.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">504</post-id>	</item>
	</channel>
</rss>
