<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: vodafone</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/vodafone/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Oh Vodafone</title>
      <link>https://chrisjrob.com/2014/01/14/oh-vodafone/</link>
      <pubDate>Tue, 14 Jan 2014 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2014/01/14/oh-vodafone</guid>
      <description>
       <![CDATA[
         
         <p><em>Oh Vodafone, please explain to me,</em><br />
<em>how a business based on technology,</em><br />
<em>can be so bad at web-based stuff?</em><br />
<em>Really, downloading a bill should not be so tough!</em></p>

<!--more-->

<p><em>I understand that I must now log on,</em><br />
<em>and pasting your password can no longer be done,</em><br />
<em>but why does it have to take me all day,</em><br />
<em>to reach what could have been one click away?</em></p>

<p><em>The fact that the invoice is live generated,</em><br />
<em>is clever technology, though that could be debated,</em><br />
<em>but would it not be easier all round,</em><br />
<em>if the invoice was sitting ready to bring down</em></p>

<p><em>I would not mind if the system was quick,</em><br />
<em>but I click and I wait and I wait and I click.</em><br />
<em>So next time you think of a clever solution,</em><br />
<em>think, will it be quick and will it be easy?</em></p>

<p><em>Unable to succesfully[sic] process request.</em><br />
<em>ERR-010: Request timeout.</em><br />
<em>Contact the application system administrator or Help Desk.</em><br />
<em>Sigh.</em></p>


       ]]>
      </description>
    </item>
    
    <item>
      <title>Howto | Huawei E220 3G USB Modem</title>
      <link>https://chrisjrob.com/2009/05/11/install-huawei-e220-3g-usb-modem/</link>
      <pubDate>Mon, 11 May 2009 08:34:15 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2009/05/11/install-huawei-e220-3g-usb-modem</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/huawei-e220.jpg" align="right" alt="Featured Image">
         
         <h2 id="introduction">Introduction</h2>

<p>Following a failure of our Internet connection, I hastily cobbled together a new proxy server using my 3G modem.  The reason I did not simply add the modem to our existing IPCop solution, was because IPCop currently only supports a single Red/WAN interface.  The IPCop FAQs specifically warn against attempting multiple interfaces.</p>

<!--more-->

<p>There were many instructions on the Internet, but in reality it proved to be quite straightforward.  I followed these instructions, varying them slightly for Vodafone:</p>

<ul>
  <li><a href="http://www.richs.me.uk/content/view/132/51/">http://www.richs.me.uk/content/view/132/51/</a></li>
</ul>

<p>This was tested on IPCOP version 1.4.18, older versions may not work.</p>

<h2 id="warning">Warning</h2>

<p>These are my own personal notes, they relate to a UK Vodafone install, you would need to alter instructions for your location and telco.</p>

<h2 id="configure-kernel-modules">Configure Kernel modules</h2>

<p>When building your IPCOP, you need to set the IPCOP to use a network adaptor for the Green Interface and a Modem to use as the Red Interface.</p>

<p>From the command prompt logged on as root on the IPCOP you need to edit the /etc/modules.conf file.</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code># nano /etc/modules.conf
</code></pre></div></div>

<p>Add the following lines at the bottom:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>alias char-major-188 usbserial
options usbserial vendor=0x12d1 product=0x1003 maxSize=4096
</code></pre></div></div>

<p>Then save the file and access (Press CTRL + O and press enter then press CTRL + X).</p>

<h2 id="web-console---modem">Web Console - Modem</h2>

<p>Log onto the web console and choose the Network menu and Modems.  Change INIT to:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>AT+CGDCONT=16,"IP","internet"
</code></pre></div></div>

<h2 id="web-console---dial-up">Web Console - Dial-up</h2>

<p>Now select Dial-Up.</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>Interface = "Modem on USB0"
Enter Number = "*99#"
Username = internet
Password = internet
Authentication method = PAP
DNS = Automatic
Profile name = Vodafone
</code></pre></div></div>

<p>Press “Save”.</p>

<h2 id="test">Test</h2>

<p>Connect your 3G modem into the IPCOP box and reboot.</p>

<p>You should now be able to connect to the net using your 3G dongle.</p>

<h2 id="references">References</h2>

<ul>
  <li><a href="http://www.richs.me.uk/content/view/132/51/">http://www.richs.me.uk/content/view/132/51/</a></li>
</ul>

<h2 id="conclusion">Conclusion</h2>

<p>Amazingly it only took a couple of hours, including building a new PC, and it worked beautifully.  Unfortunately, or perhaps that’s fortunately, no-one will ever know how good it was, because our Internet connection started working again about 15-minutes after I had completed it!</p>


       ]]>
      </description>
    </item>
    
    <item>
      <title>Mission Control - We have a Problem</title>
      <link>https://chrisjrob.com/2008/07/29/mission-control-we-have-a-problem/</link>
      <pubDate>Tue, 29 Jul 2008 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2008/07/29/mission-control-we-have-a-problem</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/ipcop_logo.png" align="right" alt="Featured Image">
         
         <p>Our ADSL connection went down yesterday morning, taking with it our websites, email and browsing.  It is amazing how cut-off you feel without Internet access.  We have a fully-managed service, so Clara.net sent out a replacement router, only to find that the problem was elsewhere and that they had to log the fault with BT.</p>

<!--more-->

<p>Thinking that our Internet access could be out for days, I decided to try and utilise my laptop’s Vodafone 3G modem.  After a little research on my Eee PC I discovered that IPCop firewall can only handle a single WAN interface, so I decided to build a temporary IPCop firewall for the purpose:</p>

<ul>
  <li><a href="/2009/10/12/install-ipcop-firewall/">Install IPCop Firewall</a></li>
</ul>


       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
