<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[PfSense 2.3 and Huawei E8372 - Making it Work]]></title><description><![CDATA[<p dir="auto">For my home network I like using a small nano PC by Foxconn as my router. The down side is that the nano only has a single Ethernet port. My internet is an LTE connection and the carrier provides one of the new “smart” modems in my case the Huawei E8372. Because of the lack of a second Ethernet port and the risk of double NAT I want the LTE modem to be directly connected to the pfSense PC.<br />
As the modem defaults to storage mode it was an interesting journey to get pfSense to make use of it. I am no expert in pfSense or FreeBSD and have trawled the forums and some websites for various bits I cobbled together into something that works for me. It may not be the best way so your mileage may vary. I just wanted my LTE modem to work with pfSense.</p>
<p dir="auto"><strong>Some notes on the setup</strong><br />
pfSense does not like it when there are not two network adapters. You will be constantly stuck and the interfaces configuration prompt. I resolved this by using a USB Ethernet adapter for the curious Trendnet TU3-ETG.<br />
I enable the Secure Shell and use Bitvise to SSH to the pfSense PC so I can easily copy and paste the contents of the configuration files.</p>
<p dir="auto"><strong>What is needed:</strong><br />
usb_modeswitch (This needs to be installed from the FreeBSD repositories as it's not included in pfSense.)<br />
Shellcmd (Available via the pfSense package manager)<br />
Text editor (Nano is a nice editor you can install it from the shell with pkg install nano)</p>
<p dir="auto">You will install two packages (Three if you want nano)<br />
You will create two files; lte.cfg for the modem configuration &amp; lte.sh which will be used by Shellcmd</p>
<p dir="auto"><strong>Install usb_modechange</strong></p>
<p dir="auto"><em>Beware this is not a supported configuration and this may break with updates but it is the only way I found to install usb_modeswitch</em></p>
<p dir="auto">From the shell run the command below and install the package:</p>
<pre><code>pkg add http://pkg.freebsd.org/freebsd:10:x86:64/release_3/All/usb_modeswitch-2.2.5.txz
</code></pre>
<p dir="auto"><strong>Install Shellcmd</strong></p>
<p dir="auto">From the web GUI go to System / Package Manager then select Available Packages find Shellcmd and install it.</p>
<p dir="auto">Create lte.cfg file for usb_modeswitch configuration for E8372</p>
<p dir="auto">Use your prefered text editor to create the modem configuration file in cd /usr/local/sbin I named the file lte.cfg</p>
<p dir="auto">Modem configuration for the E8372 was found here http://www.draisberghof.de/usb_modeswitch</p>
<p dir="auto">Modem Configuration copy the text below and paste it in the lte.cfg file.</p>
<pre><code>###################################################
#Huawei E8372
#Contributed by: ozonejunkie

DefaultVendor= 0x12d1
DefaultProduct=0x1f01

TargetVendor=  0x12d1
TargetProduct= 0x14db

MessageContent="55534243123456780000000000000a11062000000000000100000000000000"
NoDriverLoading=1
#
###################################################
</code></pre>
<p dir="auto">Create lte.sh file for Script to modeswitch modem</p>
<p dir="auto">The code to correctly switch your modem you can put a script file in /etc/rc.d.<br />
I named mine lte.sh remember to chmod +x the lte.sh file</p>
<pre><code>#!/bin/sh
/usr/local/sbin/usb_modeswitch -c /usr/local/sbin/lte.cfg
sleep 5
</code></pre>
<p dir="auto">Any shell script can be placed in the /usr/local/etc/rc.d/ directory. The filename must end in .sh and it must be marked as executable (chmod +x lte.sh).</p>
<p dir="auto"><strong>Configure Shellcmd</strong></p>
<p dir="auto">Via the web GUI go to the Services menu and select Shellcmd &amp; click Add</p>
<p dir="auto">Shellcmd Configuration</p>
<p dir="auto">Command: /etc/rc.d/lte.sh<br />
Shellcmd Type: earlyshellcmd<br />
Description: LTE Start<br />
Click Save</p>
<p dir="auto">You should now be able to configure the interface via the interfaces menu.</p>
]]></description><link>https://forum.netgate.com/topic/99859/pfsense-2-3-and-huawei-e8372-making-it-work</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 10:33:09 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/99859.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 13 May 2016 13:17:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Mon, 06 Jun 2016 08:33:40 GMT]]></title><description><![CDATA[<p dir="auto">Thank you I noticed the string was clipped when I pasted it.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/el-quique">@<bdi>el-quique</bdi></a>:</p>
<blockquote>
<p dir="auto">It works on e3131 . Thank you</p>
<p dir="auto">The only thing to work I had to modify the file lte.cfg</p>
<p dir="auto">from<br />
MessageContent="55534243123456780000000000000a1106200000000000010000000000000$</p>
<p dir="auto">to<br />
MessageContent="55534243123456780000000000000a11062000000000000100000000000000"</p>
<p dir="auto">:)</p>
</blockquote>
]]></description><link>https://forum.netgate.com/post/629783</link><guid isPermaLink="true">https://forum.netgate.com/post/629783</guid><dc:creator><![CDATA[Xamaba]]></dc:creator><pubDate>Mon, 06 Jun 2016 08:33:40 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sat, 04 Jun 2016 14:07:02 GMT]]></title><description><![CDATA[<p dir="auto">It works on e3131 . Thank you</p>
<p dir="auto">The only thing to work I had to modify the file lte.cfg</p>
<p dir="auto">from<br />
MessageContent="55534243123456780000000000000a1106200000000000010000000000000$</p>
<p dir="auto">to<br />
MessageContent="55534243123456780000000000000a11062000000000000100000000000000"</p>
<p dir="auto">:)</p>
]]></description><link>https://forum.netgate.com/post/629542</link><guid isPermaLink="true">https://forum.netgate.com/post/629542</guid><dc:creator><![CDATA[el-quique]]></dc:creator><pubDate>Sat, 04 Jun 2016 14:07:02 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Fri, 27 May 2016 16:23:24 GMT]]></title><description><![CDATA[<p dir="auto">I can only repeat what was said earlier:</p>
<p dir="auto">I do not own such a modem myself, so I can only try to help basing on my previous experience with the similar modems.<br />
I know that some commands are locked in some fw versions. I suggest to load the generic (non-operator, not branded) firmware. No guarantee it will help though.</p>
<p dir="auto">And as always - please mention the firmware version used in all [un]success stories.</p>
]]></description><link>https://forum.netgate.com/post/627801</link><guid isPermaLink="true">https://forum.netgate.com/post/627801</guid><dc:creator><![CDATA[AndrewZ]]></dc:creator><pubDate>Fri, 27 May 2016 16:23:24 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Fri, 27 May 2016 14:59:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrewz">@<bdi>AndrewZ</bdi></a>:</p>
<blockquote>
<p dir="auto">I know that some commands are locked in some fw versions. I suppose that with particular 'bad' fw version the modem may just refuse the right code. I suggest to load the generic (non-operator, not branded) firmware.</p>
</blockquote>
<p dir="auto">Good news, long story short: I got the OEM code and I get "OK" when I enter it with AT^DATALOCK.<br />
But bad news is, that:<br />
"<br />
AT^SETPORT? = Recieve: ^SETPORT:A1,A2;A3,A2<br />
"<br />
AT^SETPORT=?<br />
AT^SETPORT="A1,A2;1,2,3"<br />
AT^SETPORT="A1,A2;A3,A2"<br />
AT^U2DIAG=0<br />
" = all throw ERROR</p>
<p dir="auto">What now?</p>
]]></description><link>https://forum.netgate.com/post/627780</link><guid isPermaLink="true">https://forum.netgate.com/post/627780</guid><dc:creator><![CDATA[devianceluka]]></dc:creator><pubDate>Fri, 27 May 2016 14:59:59 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Wed, 25 May 2016 16:30:28 GMT]]></title><description><![CDATA[<p dir="auto">I know that some commands are locked in some fw versions. I suppose that with particular 'bad' fw version the modem may just refuse the right code. I suggest to load the generic (non-operator, not branded) firmware.</p>
]]></description><link>https://forum.netgate.com/post/627262</link><guid isPermaLink="true">https://forum.netgate.com/post/627262</guid><dc:creator><![CDATA[AndrewZ]]></dc:creator><pubDate>Wed, 25 May 2016 16:30:28 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Wed, 25 May 2016 14:59:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrewz">@<bdi>AndrewZ</bdi></a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devianceluka">@<bdi>devianceluka</bdi></a>:</p>
<blockquote>
<ol>
<li>for DATALOCK="OEM code", one should input OEM code from AT^NVRDEX command correct? So it's the NVRDEX command that is not working.</li>
<li>all I need is OEM code? With this code and DATALOCK command - I <em>unlock</em> other AT commands?</li>
</ol>
</blockquote>
<p dir="auto">1. The output of AT^NVRDEX command is used to generate an OEM code by a special tool.<br />
2. Generally - yes. Potentially one can reset or change the OEM code, but this requires ^NVWREX command being working.</p>
</blockquote>
<p dir="auto">Andrew, how sure are you that AT^DATALOCK has a 8 digit code in it? My script, that tried every possible combination from 99999999 to 00000000 just finished and every single combination throws ERROR. Can you please help me on what to do next?</p>
]]></description><link>https://forum.netgate.com/post/627240</link><guid isPermaLink="true">https://forum.netgate.com/post/627240</guid><dc:creator><![CDATA[devianceluka]]></dc:creator><pubDate>Wed, 25 May 2016 14:59:23 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 19:30:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devianceluka">@<bdi>devianceluka</bdi></a>:</p>
<blockquote>
<ol>
<li>for DATALOCK="OEM code", one should input OEM code from AT^NVRDEX command correct? So it's the NVRDEX command that is not working.</li>
<li>all I need is OEM code? With this code and DATALOCK command - I <em>unlock</em> other AT commands?</li>
</ol>
</blockquote>
<p dir="auto">1. The output of AT^NVRDEX command is used to generate an OEM code by a special tool.<br />
2. Generally - yes. Potentially one can reset or change the OEM code, but this requires ^NVWREX command being working.</p>
]]></description><link>https://forum.netgate.com/post/624961</link><guid isPermaLink="true">https://forum.netgate.com/post/624961</guid><dc:creator><![CDATA[AndrewZ]]></dc:creator><pubDate>Sun, 15 May 2016 19:30:49 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 18:30:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrewz">@<bdi>AndrewZ</bdi></a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devianceluka">@<bdi>devianceluka</bdi></a>:</p>
<blockquote>
<pre><code>
Recieve: Manufacturer: huawei
Recieve: Model: E8372
Recieve: Revision: 21.313.11.01.1241

</code></pre>
</blockquote>
<p dir="auto">As far as I know people were successful with datalock unlock on 21.xxx.99.xx.xx firmware.<br />
I suggest to try changing the fw.</p>
</blockquote>
<p dir="auto">What I do not fully understand is this:</p>
<ol>
<li>for DATALOCK="OEM code", one should input OEM code from AT^NVRDEX command correct? So it's the NVRDEX command that is not working.</li>
<li>all I need is OEM code? With this code and DATALOCK command - I <em>unlock</em> other AT commands?</li>
</ol>
<p dir="auto">What if I write a small script that bruteforces OEM code in DATALOCK command?</p>
<p dir="auto">Thanks for still sticking here and helping. I really appreciate it!</p>
]]></description><link>https://forum.netgate.com/post/624952</link><guid isPermaLink="true">https://forum.netgate.com/post/624952</guid><dc:creator><![CDATA[devianceluka]]></dc:creator><pubDate>Sun, 15 May 2016 18:30:20 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 17:50:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devianceluka">@<bdi>devianceluka</bdi></a>:</p>
<blockquote>
<pre><code>
Recieve: Manufacturer: huawei
Recieve: Model: E8372
Recieve: Revision: 21.313.11.01.1241

</code></pre>
</blockquote>
<p dir="auto">As far as I know people were successful with datalock unlock on 21.xxx.99.xx.xx firmware.<br />
I suggest to try changing the fw.</p>
]]></description><link>https://forum.netgate.com/post/624947</link><guid isPermaLink="true">https://forum.netgate.com/post/624947</guid><dc:creator><![CDATA[AndrewZ]]></dc:creator><pubDate>Sun, 15 May 2016 17:50:33 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 15:39:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrewz">@<bdi>AndrewZ</bdi></a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devianceluka">@<bdi>devianceluka</bdi></a>:</p>
<blockquote>
<pre><code>Send:AT^NVRDEX=50503,0,128

Recieve: ERROR

</code></pre>
</blockquote>
<p dir="auto">This means that your particular modem is blocking access to this command as well. Without this information I have no idea how to generate the OEM code.<br />
As I mentioned earlier, result depends on the firmware the modem is running. Please post the firmware version you're running (available from ATI command), just for our information.</p>
</blockquote>
<pre><code>
Recieve: Manufacturer: huawei
Recieve: Model: E8372
Recieve: Revision: 21.313.11.01.1241
Recieve: IMEI: xxx
Recieve: +GCAP: +CGSM,+DS,+ES
Recieve: OK

</code></pre>
<p dir="auto">I finally got excited when I saw you could do it. Now I'm back to the starting point. :-(</p>
]]></description><link>https://forum.netgate.com/post/624929</link><guid isPermaLink="true">https://forum.netgate.com/post/624929</guid><dc:creator><![CDATA[devianceluka]]></dc:creator><pubDate>Sun, 15 May 2016 15:39:38 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 15:16:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devianceluka">@<bdi>devianceluka</bdi></a>:</p>
<blockquote>
<pre><code>Send:AT^NVRDEX=50503,0,128

Recieve: ERROR

</code></pre>
</blockquote>
<p dir="auto">This means that your particular modem is blocking access to this command as well. Without this information I have no idea how to generate the OEM code.<br />
As I mentioned earlier, result depends on the firmware the modem is running. Please post the firmware version you're running (available from ATI command), just for our information.</p>
]]></description><link>https://forum.netgate.com/post/624927</link><guid isPermaLink="true">https://forum.netgate.com/post/624927</guid><dc:creator><![CDATA[AndrewZ]]></dc:creator><pubDate>Sun, 15 May 2016 15:16:40 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 14:54:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrewz">@<bdi>AndrewZ</bdi></a>:</p>
<blockquote>
<blockquote>
<p dir="auto">my Huawei E8372h-153 is not responding to AT^SETPORT? command. It throws ERROR only, so I cannot change the mode.</p>
</blockquote>
<p dir="auto">The following command is used to unlock some AT-commands, but result depends on the current firmware version loaded</p>
<pre><code>AT^DATALOCK="OEM code"
</code></pre>
<p dir="auto">I can try to generate a code for you if you will PM me an output of</p>
<pre><code>AT^NVRDEX=50502,0,128 and AT^NVRDEX=50503,0,128
</code></pre>
<p dir="auto">I do not own such a modem myself, so I can only <em>try</em>.</p>
</blockquote>
<pre><code>Send:AT^DATALOCK="OEM CODE"

Recieve: ERROR
</code></pre>
<pre><code>Send:AT^DATALOCK?

Recieve: ^DATALOCK:1
Recieve: OK
</code></pre>
<pre><code>Send:AT^NVRDEX=50502,0,128

Recieve: ERROR

</code></pre>
<pre><code>Send:AT^NVRDEX=50503,0,128

Recieve: ERROR

</code></pre>
<p dir="auto">Please reply as soon as possible, I'm waiting for you!</p>
]]></description><link>https://forum.netgate.com/post/624926</link><guid isPermaLink="true">https://forum.netgate.com/post/624926</guid><dc:creator><![CDATA[devianceluka]]></dc:creator><pubDate>Sun, 15 May 2016 14:54:07 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 12:53:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xamaba">@<bdi>Xamaba</bdi></a>:</p>
<blockquote>
<p dir="auto">I will setup a fresh install of 2.3 on a spare machine to test.</p>
</blockquote>
<p dir="auto">No need. For modem preparation you will need any computer running any terminal program.</p>
]]></description><link>https://forum.netgate.com/post/624902</link><guid isPermaLink="true">https://forum.netgate.com/post/624902</guid><dc:creator><![CDATA[AndrewZ]]></dc:creator><pubDate>Sun, 15 May 2016 12:53:47 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 12:49:38 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">AT^NVRDEX=50502,0,128 and AT^NVRDEX=50503,0,128</p>
</blockquote>
<p dir="auto">I will setup a fresh install of 2.3 on a spare machine to test.</p>
]]></description><link>https://forum.netgate.com/post/624900</link><guid isPermaLink="true">https://forum.netgate.com/post/624900</guid><dc:creator><![CDATA[Xamaba]]></dc:creator><pubDate>Sun, 15 May 2016 12:49:38 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 11:59:25 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">my Huawei E8372h-153 is not responding to AT^SETPORT? command. It throws ERROR only, so I cannot change the mode.</p>
</blockquote>
<p dir="auto">The following command is used to unlock some AT-commands, but result depends on the current firmware version loaded</p>
<pre><code>AT^DATALOCK="OEM code"
</code></pre>
<p dir="auto">I can try to generate a code for you if you will PM me an output of</p>
<pre><code>AT^NVRDEX=50502,0,128 and AT^NVRDEX=50503,0,128
</code></pre>
<p dir="auto">I do not own such a modem myself, so I can only <em>try</em>.</p>
]]></description><link>https://forum.netgate.com/post/624893</link><guid isPermaLink="true">https://forum.netgate.com/post/624893</guid><dc:creator><![CDATA[AndrewZ]]></dc:creator><pubDate>Sun, 15 May 2016 11:59:25 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 09:56:59 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">I'm in exact same situation for the past 5 days. Can I ask you where you from?</p>
</blockquote>
<p dir="auto">I am from Namibia</p>
<p dir="auto">Yes I tried Speedtest and this being Africa I can only wish for 40Mbps, reliably I get speeds from 8Mbps to 29Mbps most times of the day, I have had outliers of over 30Mbps but that is rare.</p>
<p dir="auto">I am not sure that the E8372 supports AT commands as it emulates an Ethernet port and searching did not bring up anything specific to this device. I managed to get the E8372 working on pfSense 2.2.x using usb_modeswitch but with 2.3 that package is no longer included so I did the workaround by installing usb_modeswitch from the FreeBSD repository.</p>
]]></description><link>https://forum.netgate.com/post/624879</link><guid isPermaLink="true">https://forum.netgate.com/post/624879</guid><dc:creator><![CDATA[Xamaba]]></dc:creator><pubDate>Sun, 15 May 2016 09:56:59 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Sun, 15 May 2016 00:18:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xamaba">@<bdi>Xamaba</bdi></a>:</p>
<blockquote>
<p dir="auto">For my home network I like using a small nano PC by Foxconn as my router. The down side is that the nano only has a single Ethernet port. My internet is an LTE connection and the carrier provides one of the new “smart” modems in my case the Huawei E8372. Because of the lack of a second Ethernet port and the risk of double NAT I want the LTE modem to be directly connected to the pfSense PC.<br />
As the modem defaults to storage mode it was an interesting journey to get pfSense to make use of it. I am no expert in pfSense or FreeBSD and have trawled the forums and some websites for various bits I cobbled together into something that works for me. It may not be the best way so your mileage may vary. I just wanted my LTE modem to work with pfSense.</p>
</blockquote>
<p dir="auto">I'm in exact same situation for the past 5 days. Can I ask you where you from?</p>
<ol>
<li>You said you want to use LTE in your pfSense. With this configuration, did you even try speedtest? You are getting 40Mbps maximum, because it is "USB Ethernet" and not a true modem. I have LTE 150/50 from my provider and I only get around 4 MB/s this way, with HiLink wifi client I get 5-6MB/s.</li>
<li>Did you try to switch/convert it into modem mode?</li>
</ol>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrewz">@<bdi>AndrewZ</bdi></a>:</p>
<blockquote>
<p dir="auto">Use of usb_modeswitch may be excessive here. In most cases the internal CD-ROM may be disabled by AT-commands, this will result in PID change as well.</p>
</blockquote>
<p dir="auto">I'm in the same boat and my Huawei E8372h-153 is not responding to AT^SETPORT? command. It throws ERROR only, so I cannot change the mode. Got any clue? Already searched whole Google and I'm a solo case I guess. I have 2x E8372, both are identical (ERROR).</p>
<p dir="auto">Please help ;-)</p>
]]></description><link>https://forum.netgate.com/post/624846</link><guid isPermaLink="true">https://forum.netgate.com/post/624846</guid><dc:creator><![CDATA[devianceluka]]></dc:creator><pubDate>Sun, 15 May 2016 00:18:05 GMT</pubDate></item><item><title><![CDATA[Reply to PfSense 2.3 and Huawei E8372 - Making it Work on Fri, 13 May 2016 14:42:37 GMT]]></title><description><![CDATA[<p dir="auto">Use of usb_modeswitch may be excessive here. In most cases the internal CD-ROM may be disabled by AT-commands, this will result in PID change as well.</p>
]]></description><link>https://forum.netgate.com/post/624581</link><guid isPermaLink="true">https://forum.netgate.com/post/624581</guid><dc:creator><![CDATA[AndrewZ]]></dc:creator><pubDate>Fri, 13 May 2016 14:42:37 GMT</pubDate></item></channel></rss>