<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments for Network Guy	</title>
	<atom:link href="https://networkguy.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://networkguy.de/</link>
	<description>Share your knowledge!</description>
	<lastBuildDate>Sun, 16 Oct 2022 09:05:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		Comment on Auto-Logon with Sophos SSL VPN Client (OpenVPN) by Sophos Ssl Vpn Client Anmeldung - Login and Portal		</title>
		<link>https://networkguy.de/auto-logon-with-sophos-ssl-vpn-client-openvpn/#comment-2701</link>

		<dc:creator><![CDATA[Sophos Ssl Vpn Client Anmeldung - Login and Portal]]></dc:creator>
		<pubDate>Sun, 16 Oct 2022 09:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=1086#comment-2701</guid>

					<description><![CDATA[[&#8230;] 9. Auto-Logon with Sophos SSL VPN Client (OpenVPN … [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] 9. Auto-Logon with Sophos SSL VPN Client (OpenVPN … [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Install Sophos UTM from USB Stick by Russell		</title>
		<link>https://networkguy.de/install-sophos-utm-from-usb-stick/#comment-2700</link>

		<dc:creator><![CDATA[Russell]]></dc:creator>
		<pubDate>Tue, 04 Oct 2022 04:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=728#comment-2700</guid>

					<description><![CDATA[Takk!!!]]></description>
			<content:encoded><![CDATA[<p>Takk!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Problems with incoming mails by arno		</title>
		<link>https://networkguy.de/problems-with-incoming-mails/#comment-2699</link>

		<dc:creator><![CDATA[arno]]></dc:creator>
		<pubDate>Wed, 28 Sep 2022 21:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=878#comment-2699</guid>

					<description><![CDATA[tnx :-) especially the cluster addition. much appreciated :-)]]></description>
			<content:encoded><![CDATA[<p>tnx :-) especially the cluster addition. much appreciated :-)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Installing Realtek Driver on ESXi 6.7 by GigaTech IT		</title>
		<link>https://networkguy.de/installing-realtek-driver-on-esxi-6-7/#comment-2698</link>

		<dc:creator><![CDATA[GigaTech IT]]></dc:creator>
		<pubDate>Sat, 24 Sep 2022 00:51:21 +0000</pubDate>
		<guid isPermaLink="false">https://networkguy.de/?p=1910#comment-2698</guid>

					<description><![CDATA[I know this is old, but it took me WAY TOO LONG to find the solution and this thread helped... Thanks

I found the Realtek 8125 2.5GBe driver here
https://pan.chiphello.com:40272/?dir=/%E9%A9%B1%E5%8A%A8/RTL8125

  - Login to vSphere Web UI
  - From the left hand side under &#039;Navigator&#039;
  	- Select &#039;Host&#039;
  	- Click &#039;Actions&#039; from the top menu then &#039;Services&#039; &#062;&#062; &#039;Enable Secure Shell (SSH)&#039;
  - Copy the .vib file to a datastore
  - SSH into the ESXi server
	  - Open CMD
	  - &#039;SSH root@~IP ADDRESS~&#039;
	  - it will then ask for your root password, type it in
	  - Run these commands, be sure you have configured a working gateway and DNS server to connect to the internet
	  - `esxcli software acceptance set --level=CommunitySupported`
	  - `esxcli network firewall ruleset set -e true -r httpClient`
	  - `esxcli network firewall ruleset set -e true -r dns`
	  - Now Install the driver
	  - `esxcli software vib install -v /vmfs/volumes/datastore2/.../net-r8125-9.006.04-1.vib`
	  - It should come back with something like:
	  - Installation Result
	  - Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
	  - Reboot Required: true
	  - VIBs Installed: net-r8125-9.006.04-1
	  - VIBs Removed:

Reboot ESXi and job done ;)]]></description>
			<content:encoded><![CDATA[<p>I know this is old, but it took me WAY TOO LONG to find the solution and this thread helped&#8230; Thanks</p>
<p>I found the Realtek 8125 2.5GBe driver here<br />
<a href="https://pan.chiphello.com:40272/?dir=/%E9%A9%B1%E5%8A%A8/RTL8125" rel="nofollow ugc">https://pan.chiphello.com:40272/?dir=/%E9%A9%B1%E5%8A%A8/RTL8125</a></p>
<p>  &#8211; Login to vSphere Web UI<br />
  &#8211; From the left hand side under &#8216;Navigator&#8217;<br />
  	&#8211; Select &#8216;Host&#8217;<br />
  	&#8211; Click &#8216;Actions&#8217; from the top menu then &#8216;Services&#8217; &gt;&gt; &#8216;Enable Secure Shell (SSH)&#8217;<br />
  &#8211; Copy the .vib file to a datastore<br />
  &#8211; SSH into the ESXi server<br />
	  &#8211; Open CMD<br />
	  &#8211; &#8216;SSH root@~IP ADDRESS~&#8217;<br />
	  &#8211; it will then ask for your root password, type it in<br />
	  &#8211; Run these commands, be sure you have configured a working gateway and DNS server to connect to the internet<br />
	  &#8211; `esxcli software acceptance set &#8211;level=CommunitySupported`<br />
	  &#8211; `esxcli network firewall ruleset set -e true -r httpClient`<br />
	  &#8211; `esxcli network firewall ruleset set -e true -r dns`<br />
	  &#8211; Now Install the driver<br />
	  &#8211; `esxcli software vib install -v /vmfs/volumes/datastore2/&#8230;/net-r8125-9.006.04-1.vib`<br />
	  &#8211; It should come back with something like:<br />
	  &#8211; Installation Result<br />
	  &#8211; Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.<br />
	  &#8211; Reboot Required: true<br />
	  &#8211; VIBs Installed: net-r8125-9.006.04-1<br />
	  &#8211; VIBs Removed:</p>
<p>Reboot ESXi and job done ;)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Auto-Logon with Sophos SSL VPN Client (OpenVPN) by Sophos User Portal Login Ssl Vpn - Online Login		</title>
		<link>https://networkguy.de/auto-logon-with-sophos-ssl-vpn-client-openvpn/#comment-2697</link>

		<dc:creator><![CDATA[Sophos User Portal Login Ssl Vpn - Online Login]]></dc:creator>
		<pubDate>Sun, 04 Sep 2022 12:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=1086#comment-2697</guid>

					<description><![CDATA[[&#8230;] Auto-Logon with Sophos SSL VPN Client (OpenVPN) [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Auto-Logon with Sophos SSL VPN Client (OpenVPN) [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Cisco WLC HA with 2504 series by Michel		</title>
		<link>https://networkguy.de/cisco-wlc-ha-with-2504-series/#comment-2696</link>

		<dc:creator><![CDATA[Michel]]></dc:creator>
		<pubDate>Thu, 01 Sep 2022 11:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=1351#comment-2696</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://networkguy.de/cisco-wlc-ha-with-2504-series/#comment-2691&quot;&gt;Ahmad&lt;/a&gt;.

Hi Ahmad, i think you need both WLCs licensed for 34 access points. Can you ask your seller of the hardware for this?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://networkguy.de/cisco-wlc-ha-with-2504-series/#comment-2691">Ahmad</a>.</p>
<p>Hi Ahmad, i think you need both WLCs licensed for 34 access points. Can you ask your seller of the hardware for this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Sophos UTM 9.712-12 update released by MURAT ÖZEL		</title>
		<link>https://networkguy.de/sophos-utm-9-712-12-update-released/#comment-2693</link>

		<dc:creator><![CDATA[MURAT ÖZEL]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 12:07:06 +0000</pubDate>
		<guid isPermaLink="false">https://networkguy.de/?p=2753#comment-2693</guid>

					<description><![CDATA[thank you]]></description>
			<content:encoded><![CDATA[<p>thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Cisco WLC HA with 2504 series by Ahmad		</title>
		<link>https://networkguy.de/cisco-wlc-ha-with-2504-series/#comment-2691</link>

		<dc:creator><![CDATA[Ahmad]]></dc:creator>
		<pubDate>Tue, 23 Aug 2022 12:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=1351#comment-2691</guid>

					<description><![CDATA[Thank you. 
I have a question. If the WLC AIR-CT2504-5-K9 support 25 APs and it had cofigured loadbalancing withe anthor same WLC AIR-CT2504-5-K9. Then we have 34 APs. does it working? Or i had wrong understanding.?]]></description>
			<content:encoded><![CDATA[<p>Thank you.<br />
I have a question. If the WLC AIR-CT2504-5-K9 support 25 APs and it had cofigured loadbalancing withe anthor same WLC AIR-CT2504-5-K9. Then we have 34 APs. does it working? Or i had wrong understanding.?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Installing Realtek Driver on ESXi 6.7 by Sean		</title>
		<link>https://networkguy.de/installing-realtek-driver-on-esxi-6-7/#comment-2690</link>

		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Tue, 23 Aug 2022 02:15:38 +0000</pubDate>
		<guid isPermaLink="false">https://networkguy.de/?p=1910#comment-2690</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://networkguy.de/installing-realtek-driver-on-esxi-6-7/#comment-1760&quot;&gt;Michel&lt;/a&gt;.

[root@localhost:~] esxcli software vib install -d https://vibsdepot.v-front.de -n net55-r8168
 [DependencyError]
 VIB Realtek_bootbank_net55-r8168_8.045a-napi requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB Realtek_bootbank_net55-r8168_8.045a-napi requires vmkapi_2_2_0_0, but the requirement cannot be satisfied within the ImageProfile.
 Please refer to the log file for more details.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://networkguy.de/installing-realtek-driver-on-esxi-6-7/#comment-1760">Michel</a>.</p>
<p>[root@localhost:~] esxcli software vib install -d <a href="https://vibsdepot.v-front.de" rel="nofollow ugc">https://vibsdepot.v-front.de</a> -n net55-r8168<br />
 [DependencyError]<br />
 VIB Realtek_bootbank_net55-r8168_8.045a-napi requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.<br />
 VIB Realtek_bootbank_net55-r8168_8.045a-napi requires vmkapi_2_2_0_0, but the requirement cannot be satisfied within the ImageProfile.<br />
 Please refer to the log file for more details.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Install Sophos UTM from USB Stick by ru		</title>
		<link>https://networkguy.de/install-sophos-utm-from-usb-stick/#comment-2687</link>

		<dc:creator><![CDATA[ru]]></dc:creator>
		<pubDate>Wed, 17 Aug 2022 16:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://networkguy.de/?p=728#comment-2687</guid>

					<description><![CDATA[läuft heute genauso... wahninn wie lange sowas mitgezogen wurde]]></description>
			<content:encoded><![CDATA[<p>läuft heute genauso&#8230; wahninn wie lange sowas mitgezogen wurde</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
