<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.hermann-uwe.de" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Uwe Hermann - Comments</title>
 <link>http://www.hermann-uwe.de</link>
 <description>Comments</description>
 <language>en</language>
<item>
 <title>iptables entry</title>
 <link>http://www.hermann-uwe.de/blog/howto-using-openvpn-on-debian-gnu-linux#comment-180882</link>
 <description>&lt;p&gt;Just wanted to comment for anybody having problems on this step:&lt;br /&gt;
&lt;code&gt;iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE&lt;/code&gt;&lt;br /&gt;
Your error will probably be something about &lt;code&gt;iptables: No chain/target/match by that name.&lt;/code&gt; or &lt;code&gt;iptables: Unknown error 4294967295&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The solution is to simply use this line instead:&lt;br /&gt;
&lt;code&gt;iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o venet0 -j SNAT --to x.x.x.x&lt;/code&gt;&lt;br /&gt;
replacing &lt;code&gt;venet0&lt;/code&gt; with your interface and &lt;code&gt;x.x.x.x&lt;/code&gt; with your servers external IP address.&lt;/p&gt;
&lt;p&gt;Btw, happy holidays :)&lt;/p&gt;
</description>
 <pubDate>Tue, 25 Dec 2012 03:45:00 +0100</pubDate>
 <dc:creator>alex</dc:creator>
 <guid isPermaLink="false">comment 180882 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Don&#039;t download the linked</title>
 <link>http://www.hermann-uwe.de/blog/building-an-arm-cross-toolchain-with-binutils-gcc-newlib-and-gdb-from-source#comment-131138</link>
 <description>&lt;p&gt;Don&#039;t download the linked script itself, but use git clone to get the full repo. Otherwise the patches will be missing, resulting in this error.&lt;/p&gt;
</description>
 <pubDate>Sun, 24 Jun 2012 17:49:00 +0200</pubDate>
 <dc:creator>cae</dc:creator>
 <guid isPermaLink="false">comment 131138 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>blue bonnets</title>
 <link>http://www.hermann-uwe.de/photoblog/blue-flowers#comment-124883</link>
 <description>&lt;p&gt;blue bonnets&lt;/p&gt;
</description>
 <pubDate>Thu, 03 May 2012 03:16:10 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 124883 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>I prefer sim city 2000&#039;s</title>
 <link>http://www.hermann-uwe.de/blog/simcity-micropolis-lincity-lincity-ng#comment-124847</link>
 <description>&lt;p&gt;I prefer sim city 2000&#039;s graphics. But Lincity looks horribly ugly to me. I wish somebody would try to make a good open source game that looks and plays like sim city 2000 without lazy soul-less traced 3d graphics that seem to pollute open source building type games. Bring back pixel art.&lt;/p&gt;
</description>
 <pubDate>Sun, 29 Apr 2012 21:31:00 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 124847 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>fw_laptop on servers</title>
 <link>http://www.hermann-uwe.de/blog/howto-using-openvpn-on-debian-gnu-linux#comment-124828</link>
 <description>&lt;p&gt;I&#039;m using fw_laptop on various servers too, I just hand-edit it a bit to allow access to services I want to run, and forbid everything else.&lt;/p&gt;
&lt;p&gt;Just be careful not to disable ssh on remote servers, otherwise you could have a problem.&lt;/p&gt;
&lt;p&gt;Uwe.&lt;/p&gt;
</description>
 <pubDate>Sat, 28 Apr 2012 14:05:24 +0200</pubDate>
 <dc:creator>Uwe Hermann</dc:creator>
 <guid isPermaLink="false">comment 124828 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Server firewall</title>
 <link>http://www.hermann-uwe.de/blog/howto-using-openvpn-on-debian-gnu-linux#comment-124798</link>
 <description>&lt;p&gt;Do you plan on posting an example of the firewall you use on the server? I see the laptop/desktop, but not the server one.&lt;br /&gt;
Thanks!&lt;/p&gt;
</description>
 <pubDate>Fri, 27 Apr 2012 04:41:00 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 124798 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Swans</title>
 <link>http://www.hermann-uwe.de/photoblog/swans#comment-124720</link>
 <description>&lt;p&gt;Sure, no problem. Please go ahead.&lt;/p&gt;
&lt;p&gt;Uwe.&lt;/p&gt;
</description>
 <pubDate>Sun, 22 Apr 2012 21:20:58 +0200</pubDate>
 <dc:creator>Uwe Hermann</dc:creator>
 <guid isPermaLink="false">comment 124720 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>http_proxy</title>
 <link>http://www.hermann-uwe.de/blog/anonymous-google-earth-over-tor#comment-124699</link>
 <description>&lt;p&gt;On your linux console/shell/xterm.&lt;/p&gt;
</description>
 <pubDate>Sat, 21 Apr 2012 19:48:45 +0200</pubDate>
 <dc:creator>Uwe Hermann</dc:creator>
 <guid isPermaLink="false">comment 124699 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Hi,It&#039;s also possible to</title>
 <link>http://www.hermann-uwe.de/blog/migrating-bdb-svn-repositories-from-one-version-to-another-and-to-fsfs#comment-124637</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It&#039;s also possible to dump the repository into portable format and recover it.&lt;/p&gt;
&lt;p&gt;I used this to relocate repositories from RHEL4 to RHEL5 where the bdb format had changed.&lt;/p&gt;
&lt;p&gt;    svnadmin dump repos &amp;gt;repos.dump&lt;br /&gt;
    mv repos repos.old&lt;br /&gt;
    # copy repos.dump to the new host, and continue there...&lt;br /&gt;
    svnadmin create repos&lt;br /&gt;
    svnadmin load repos&lt;/p&gt;
</description>
 <pubDate>Thu, 19 Apr 2012 05:49:00 +0200</pubDate>
 <dc:creator>gpw928</dc:creator>
 <guid isPermaLink="false">comment 124637 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Kernel routing table and intefaces to get this to work</title>
 <link>http://www.hermann-uwe.de/blog/the-fonic-surf-stick-huawei-e1750-hspa-usb-modem-on-debian-gnu-linux-via-usb-modeswitch-and-wvdial#comment-124470</link>
 <description>&lt;p&gt;Thanks a lot Uwe,&lt;br /&gt;
finally the Telia E1750 modem is up on my Debian Squeeze/LXDE laptop (EEEPC 1000HE) and with usb-modeswith 1.2.3. (no configuration needed!)&lt;br /&gt;
To share my working configuration:&lt;br /&gt;
My &#039;wvdial.conf&#039; (and I didn&#039;t need the PIN, since it is deactivated with the supplied Telia Windows dial-up utility), but the username/password is required. When playing with the PIN I had some difficulties with the wvdial.conf until I removed all whitespace like so &#039;Init1=AT+CPIN=XXXX&#039;&lt;/p&gt;
&lt;p&gt;[Dialer Defaults]&lt;br /&gt;
Modem=/dev/ttyUSB0&lt;br /&gt;
Baud=460800&lt;br /&gt;
[Dialer pin]&lt;br /&gt;
Init1=AT+CPIN=XXXX&lt;br /&gt;
[Dialer telia]&lt;br /&gt;
Phone=*99#&lt;br /&gt;
Username=**********&lt;br /&gt;
Password=**************&lt;br /&gt;
Stupid Mode=1&lt;br /&gt;
Dial Command=ATDT&lt;br /&gt;
Init2=ATZ&lt;br /&gt;
Init3=AT+CGDCONT=1,&quot;IP&quot;,&quot;online.telia.se&quot;&lt;/p&gt;
&lt;p&gt;In my /etc/network/interfaces I addeed the ppp0 stanza:&lt;br /&gt;
# The primary PPP device&lt;br /&gt;
iface ppp0 inet wvdial&lt;/p&gt;
&lt;p&gt;To ensure that the routing table default to the ppp0 and not the wired eth0 interface I wrote a small shell script in /usr/local/bin/&lt;br /&gt;
#&lt;br /&gt;
# Telia Mobile Broadband (Huawei E1750)&lt;br /&gt;
#&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
echo &quot;Insert the Telia Huawei E1750 modem and wait 5 seconds&quot;&lt;br /&gt;
echo -n &quot;Press Enter to continue...&quot;&lt;br /&gt;
read&lt;br /&gt;
echo &quot;Taking down eth0...&quot;&lt;br /&gt;
ifdown eth0&lt;br /&gt;
echo &quot;Bringing up ppp0...&quot;&lt;br /&gt;
wvdial telia&lt;/p&gt;
&lt;p&gt;Thus, the routing table should look like so (with some Destination  address, after running the bash script:&lt;br /&gt;
root@eeepc:/etc/network# route -n&lt;br /&gt;
Kernel IP routing table&lt;br /&gt;
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface&lt;br /&gt;
XX.XX.XX.XX     0.0.0.0         255.255.255.255 UH    0      0        0 ppp0&lt;br /&gt;
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 ppp0&lt;/p&gt;
</description>
 <pubDate>Mon, 09 Apr 2012 11:01:00 +0200</pubDate>
 <dc:creator>Bertil</dc:creator>
 <guid isPermaLink="false">comment 124470 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>http://shelr.tv/ uses script</title>
 <link>http://www.hermann-uwe.de/blog/capturing-and-replaying-console-terminal-sessions-with-script-and-scriptreplay#comment-124426</link>
 <description>&lt;p&gt;http://shelr.tv/ uses script as backend but recording and sharing is much more easy.&lt;/p&gt;
</description>
 <pubDate>Sun, 08 Apr 2012 09:35:00 +0200</pubDate>
 <dc:creator>Antono Vasiljev</dc:creator>
 <guid isPermaLink="false">comment 124426 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>no referers (previous page visited...)</title>
 <link>http://www.hermann-uwe.de/blog/configure-firefox-iceweasel-3-to-be-more-secure-usable-bearable#comment-124388</link>
 <description>&lt;p&gt;network.http.sendRefererHeader = 0&lt;br /&gt;
network.http.sendSecureXSiteReferrer = false&lt;/p&gt;
</description>
 <pubDate>Sat, 07 Apr 2012 11:55:00 +0200</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 124388 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>The Real Ciphered Information About Our Solar System</title>
 <link>http://www.hermann-uwe.de/blog/famous-unsolved-codes-and-ciphers#comment-124361</link>
 <description>&lt;p&gt;I&#039;m Petros Petrosyan.&lt;/p&gt;
&lt;p&gt; Pyramid is ciphered message, It is simply improbable.&lt;/p&gt;
&lt;p&gt; Please Go to:        http://www.world-mysteries.com/pex_PPetrosyan1.htm&lt;br /&gt;
 Full Article: http://files.mail.ru/QPA9G0&lt;/p&gt;
&lt;p&gt;  Thanks,  Petros M.Petrosyan&lt;/p&gt;
</description>
 <pubDate>Fri, 06 Apr 2012 19:20:00 +0200</pubDate>
 <dc:creator>Petros Petrosyan</dc:creator>
 <guid isPermaLink="false">comment 124361 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>ebook format support</title>
 <link>http://www.hermann-uwe.de/blog/the-trekstor-ebook-reader-3-0-ebr30-a-review-and-dissection#comment-124351</link>
 <description>&lt;p&gt;From the marketing blurb on the AllWinner page i tried a few .rtf&#039;s from Word 2003 and 2007, and they work flawless from the file manager. The &quot;normal&quot; Library display doesn&#039;t show them, though...&lt;/p&gt;
&lt;p&gt;Also, html support is strange - the library shows and processes a few of my test files and displays them in the reader, while the File Explorer marks them with a questionmark and, on trying to start them in the reader, bombs with an &quot;Ungueltige Datei&quot; (invalid file)...&lt;/p&gt;
</description>
 <pubDate>Fri, 06 Apr 2012 15:12:00 +0200</pubDate>
 <dc:creator>isi</dc:creator>
 <guid isPermaLink="false">comment 124351 at http://www.hermann-uwe.de</guid>
</item>
<item>
 <title>Type Where?</title>
 <link>http://www.hermann-uwe.de/blog/anonymous-google-earth-over-tor#comment-124238</link>
 <description>&lt;p&gt;Just type export http_proxy=http://127.0.0.1:8118/&lt;/p&gt;
&lt;p&gt;Type????   Where&lt;/p&gt;
&lt;p&gt;rolf.krohna@gmail.com&lt;/p&gt;
</description>
 <pubDate>Tue, 03 Apr 2012 04:31:00 +0200</pubDate>
 <dc:creator>Rolf</dc:creator>
 <guid isPermaLink="false">comment 124238 at http://www.hermann-uwe.de</guid>
</item>
</channel>
</rss>
