<?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>blog.kokosy.net</title>
	<atom:link href="http://blog.kokosy.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.kokosy.net</link>
	<description>kokosowa ekstrawagancja</description>
	<lastBuildDate>Thu, 18 Sep 2008 14:11:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Kłopoty z VPN pod Vistą</title>
		<link>http://blog.kokosy.net/?p=52</link>
		<comments>http://blog.kokosy.net/?p=52#comments</comments>
		<pubDate>Thu, 10 Apr 2008 10:29:49 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=52</guid>
		<description><![CDATA[Przez jakiś czas nie działał mi totalnie VPN pod Vistą. W końcu na vistax64.com znalazłem rozwiązanie:
w cmd:
Usunięcie mostków PPTP i L2TP:
netcfg -u ms_l2tp
netcfg -u ms_pptp
Dodanie na nowo:
netcfg -l %windir%\inf\netrast.inf -c p -i ms_pptp
netcfg -l %windir%\inf\netrast.inf -c p -i ms_l2tp
Działa ;)
]]></description>
			<content:encoded><![CDATA[<p>Przez jakiś czas nie działał mi totalnie VPN pod Vistą. W końcu na vistax64.com znalazłem rozwiązanie:</p>
<p>w cmd:<br />
Usunięcie mostków PPTP i L2TP:<br />
netcfg -u ms_l2tp<br />
netcfg -u ms_pptp</p>
<p>Dodanie na nowo:<br />
netcfg -l %windir%\inf\netrast.inf -c p -i ms_pptp<br />
netcfg -l %windir%\inf\netrast.inf -c p -i ms_l2tp</p>
<p>Działa ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iptables: proxy LAN WAN</title>
		<link>http://blog.kokosy.net/?p=50</link>
		<comments>http://blog.kokosy.net/?p=50#comments</comments>
		<pubDate>Wed, 05 Mar 2008 15:38:10 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=50</guid>
		<description><![CDATA[Znaleziony w sieci pod adresem http://www.aboutdebian.com/proxy.htm, genialnie ułatwia szybkie ustawienie maskarady z sieci LAN do WAN:
#!/bin/sh
#  IPTABLES  PROXY  script for the Linux 2.4 kernel.
#  This script is a derivitive of the script presented in
#  the IP Masquerade HOWTO page at:
#  www.tldp.org/HOWTO/IP-Masquerade-HOWTO/firewall-examples.html
#  It was simplified to coincide with the [...]]]></description>
			<content:encoded><![CDATA[<p>Znaleziony w sieci pod adresem <a href="http://" title="http://www.aboutdebian.com/proxy.htm" target="_blank">http://www.aboutdebian.com/proxy.htm</a>, genialnie ułatwia szybkie ustawienie maskarady z sieci LAN do WAN:</p>
<p>#!/bin/sh</p>
<p>#  IPTABLES  PROXY  script for the Linux 2.4 kernel.<br />
#  This script is a derivitive of the script presented in<br />
#  the IP Masquerade HOWTO page at:<br />
#  www.tldp.org/HOWTO/IP-Masquerade-HOWTO/firewall-examples.html<br />
#  It was simplified to coincide with the configuration of<br />
#  the sample system presented in the Guides section of<br />
#  www.aboutdebian.com<br />
#<br />
#  This script is presented as an example for testing ONLY<br />
#  and should not be used on a production proxy server.<br />
#<br />
#    PLEASE SET THE USER VARIABLES<br />
#    IN SECTIONS A AND B OR C</p>
<p>echo -e &#8220;nnSETTING UP IPTABLES PROXY&#8230;&#8221;</p>
<p># === SECTION A<br />
# &#8212;&#8212;&#8212;&#8211;   FOR EVERYONE</p>
<p># SET THE INTERFACE DESIGNATION FOR THE NIC CONNECTED TO YOUR INTERNAL NETWORK<br />
#   The default value below is for &#8220;eth0&#8243;.  This value<br />
#   could also be &#8220;eth1&#8243; if you have TWO NICs in your system.<br />
#   You can use the ifconfig command to list the interfaces<br />
#   on your system.  The internal interface will likely have<br />
#   have an address that is in one of the private IP address<br />
#   ranges.<br />
#       Note that this is an interface DESIGNATION &#8211; not<br />
#       the IP address of the interface.<br />
#   Enter the internal interface&#8217;s designation for the<br />
#   INTIF variable:</p>
<p>INTIF=&#8221;eth0&#8243;</p>
<p># SET THE INTERFACE DESIGNATION FOR YOUR &#8220;EXTERNAL&#8221; (INTERNET) CONNECTION<br />
#   The default value below is &#8220;ppp0&#8243; which is appropriate<br />
#   for a MODEM connection.<br />
#   If you have two NICs in your system change this value<br />
#   to &#8220;eth0&#8243; or &#8220;eth1&#8243; (whichever is opposite of the value<br />
#   set for INTIF above).  This would be the NIC connected<br />
#   to your cable or DSL modem (WITHOUT a cable/DSL router).<br />
#       Note that this is an interface DESIGNATION &#8211; not<br />
#       the IP address of the interface.<br />
#   Enter the external interface&#8217;s designation for the<br />
#   EXTIF variable:</p>
<p>EXTIF=&#8221;ppp0&#8243;</p>
<p># ! ! ! ! !  Use ONLY Section B  *OR*  Section C depending on<br />
#  ! ! ! !   the type of Internet connection you have.</p>
<p># === SECTION B<br />
# &#8212;&#8212;&#8212;&#8211;   FOR THOSE WITH STATIC PUBLIC IP ADDRESSES</p>
<p># SET YOUR EXTERNAL IP ADDRESS<br />
#   If you specified a NIC (i.e. &#8220;eth0&#8243; or &#8220;eth1&#8243; for<br />
#   the external interface (EXTIF) variable above,<br />
#   AND if that external NIC is configured with a<br />
#   static, public IP address (assigned by your ISP),<br />
#   UNCOMMENT the following EXTIP line and enter the<br />
#   IP address for the EXTIP variable:</p>
<p>#EXTIP=&#8221;your.static.IP.address&#8221;</p>
<p># === SECTION C<br />
# &#8212;&#8212;&#8212;-   DIAL-UP MODEM, AND RESIDENTIAL CABLE-MODEM/DSL (Dynamic IP) USERS</p>
<p># SET YOUR EXTERNAL INTERFACE FOR DYNAMIC IP ADDRESSING<br />
#   If you get your IP address dynamically from SLIP, PPP,<br />
#   BOOTP, or DHCP, UNCOMMENT the command below.<br />
#   (No values have to be entered.)<br />
#         Note that if you are uncommenting these lines then<br />
#         the EXTIP line in Section B must be commented out.</p>
<p>#EXTIP=&#8221;`/sbin/ifconfig ppp0 | grep &#8216;inet addr&#8217; | awk &#8216;{print $2}&#8217; | sed -e &#8217;s/.*://&#8217;`&#8221;</p>
<p># &#8212;&#8212;&#8211;  No more variable setting beyond this point  &#8212;&#8212;&#8211;</p>
<p>echo &#8220;Loading required stateful/NAT kernel modules&#8230;&#8221;</p>
<p>/sbin/depmod -a<br />
/sbin/modprobe ip_tables<br />
/sbin/modprobe ip_conntrack<br />
/sbin/modprobe ip_conntrack_ftp<br />
/sbin/modprobe ip_conntrack_irc<br />
/sbin/modprobe iptable_nat<br />
/sbin/modprobe ip_nat_ftp<br />
/sbin/modprobe ip_nat_irc</p>
<p>echo &#8221;    Enabling IP forwarding&#8230;&#8221;<br />
echo &#8220;1&#8243; &gt; /proc/sys/net/ipv4/ip_forward<br />
echo &#8220;1&#8243; &gt; /proc/sys/net/ipv4/ip_dynaddr</p>
<p>echo &#8221;    External interface: $EXTIF&#8221;<br />
echo &#8221;       External interface IP address is: $EXTIP&#8221;</p>
<p>echo &#8221;    Loading proxy server rules&#8230;&#8221;</p>
<p># Clearing any existing rules and setting default policy<br />
iptables -P INPUT ACCEPT<br />
iptables -F INPUT<br />
iptables -P OUTPUT ACCEPT<br />
iptables -F OUTPUT<br />
iptables -P FORWARD DROP<br />
iptables -F FORWARD<br />
iptables -t nat -F</p>
<p># FWD: Allow all connections OUT and only existing and related ones IN<br />
iptables -A FORWARD -i $EXTIF -o $INTIF -m state &#8211;state ESTABLISHED,RELATED -j ACCEPT<br />
iptables -A FORWARD -i $INTIF -o $EXTIF -j ACCEPT</p>
<p># Enabling SNAT (MASQUERADE) functionality on $EXTIF<br />
iptables -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE</p>
<p>echo -e &#8221;       Proxy server rule loading complete&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eduroam w PJWSTK</title>
		<link>http://blog.kokosy.net/?p=48</link>
		<comments>http://blog.kokosy.net/?p=48#comments</comments>
		<pubDate>Tue, 26 Feb 2008 17:53:52 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=48</guid>
		<description><![CDATA[Dla tych którym nie chce działać eduroam: Należy pobrać certyfikat PJWSTK CA (http://bss.pjwstk.edu.pl/download/certnew.cer) i dodać go do Trusted Root Certificate dla Certificates &#8211; Local Computer. Standardowy 2x klik na cert i dodanie go do personal certificates w Current User nie pozwoli nam się połączyć (przynajmniej mi nie pozwalało ;)
]]></description>
			<content:encoded><![CDATA[<p>Dla tych którym nie chce działać eduroam: Należy pobrać certyfikat PJWSTK CA (<a href="http://bss.pjwstk.edu.pl/download/certnew.cer" title="http://bss.pjwstk.edu.pl/download/certnew.cer" target="_blank">http://bss.pjwstk.edu.pl/download/certnew.cer)</a> i dodać go do Trusted Root Certificate dla Certificates &#8211; Local Computer. Standardowy 2x klik na cert i dodanie go do personal certificates w Current User nie pozwoli nam się połączyć (przynajmniej mi nie pozwalało ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Z sieci: Nokia Morph</title>
		<link>http://blog.kokosy.net/?p=46</link>
		<comments>http://blog.kokosy.net/?p=46#comments</comments>
		<pubDate>Tue, 26 Feb 2008 09:41:16 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Z sieci]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=46</guid>
		<description><![CDATA[Przyszlość telefonii?

http://www.nokia.com/A4852062
]]></description>
			<content:encoded><![CDATA[<p>Przyszlość telefonii?</p>
<p><a href="http://blog.kokosy.net/wp-content/uploads/2008/02/03_morph_phone_mode.jpg" title="Nokia Morph"><img src="http://blog.kokosy.net/wp-content/uploads/2008/02/03_morph_phone_mode.jpg" alt="Nokia Morph" /></a></p>
<p><a href="http://www.nokia.com/A4852062" title="http://www.nokia.com/A4852062" target="_blank">http://www.nokia.com/A4852062</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=46</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podstawowy Survival Kit</title>
		<link>http://blog.kokosy.net/?p=44</link>
		<comments>http://blog.kokosy.net/?p=44#comments</comments>
		<pubDate>Thu, 10 Jan 2008 13:03:34 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Survival]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=44</guid>
		<description><![CDATA[Zacząłem się zastanawiać co jest niezbędne do przetrwania w przypadku kataklizm czy wojny:
- nóż &#8211; najlepiej wojskowy z mocnym ostrzem
- ciepła odzież
- koce
- jedzenie
- czekolada (wysoka kaloryczność)
- mąka (bo można z niej zrobić dużo rzeczy)
- woda w butelkach (uniknięcie skażenia)
- długoterminowe konserwy (mięso)
- smalec (z tego co wiem nie psuje się &#8211; dobry do smażenia)
- [...]]]></description>
			<content:encoded><![CDATA[<p>Zacząłem się zastanawiać co jest niezbędne do przetrwania w przypadku kataklizm czy wojny:</p>
<p>- nóż &#8211; najlepiej wojskowy z mocnym ostrzem<br />
- ciepła odzież<br />
- koce<br />
- jedzenie<br />
- czekolada (wysoka kaloryczność)<br />
- mąka (bo można z niej zrobić dużo rzeczy)<br />
- woda w butelkach (uniknięcie skażenia)<br />
- długoterminowe konserwy (mięso)<br />
- smalec (z tego co wiem nie psuje się &#8211; dobry do smażenia)<br />
- cukier (wysoka kaloryczność)</p>
<p>Ktoś ma jeszcze pomysły co powinno się w tym znaleźć?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=44</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Od czego zacząć?</title>
		<link>http://blog.kokosy.net/?p=43</link>
		<comments>http://blog.kokosy.net/?p=43#comments</comments>
		<pubDate>Thu, 10 Jan 2008 12:54:28 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Survival]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=43</guid>
		<description><![CDATA[Coraz bardziej zacząłem się interesować survivalem &#8211; od czego w sumie zacząć zbieranie wiedzy na ten temat? Chyba najważniejsze w tym wszystkim jest:
- wiedzieć co robić
- być przygotowanym
- mieć zapasy
Czas wybrać się do księgarni i poszukać jakichś książek na ten temat ;)
]]></description>
			<content:encoded><![CDATA[<p>Coraz bardziej zacząłem się interesować survivalem &#8211; od czego w sumie zacząć zbieranie wiedzy na ten temat? Chyba najważniejsze w tym wszystkim jest:</p>
<p>- wiedzieć co robić<br />
- być przygotowanym<br />
- mieć zapasy</p>
<p>Czas wybrać się do księgarni i poszukać jakichś książek na ten temat ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A jak nie wyjdzie z informatyka to&#8230;</title>
		<link>http://blog.kokosy.net/?p=42</link>
		<comments>http://blog.kokosy.net/?p=42#comments</comments>
		<pubDate>Thu, 29 Nov 2007 00:24:32 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=42</guid>
		<description><![CDATA[&#8230; znajdę inne powołanie ;)

]]></description>
			<content:encoded><![CDATA[<p>&#8230; znajdę inne powołanie ;)</p>
<p><a href="http://blog.kokosy.net/wp-content/uploads/2007/11/28112007002.jpg" title="ksiezulo"><img src="http://blog.kokosy.net/wp-content/uploads/2007/11/28112007002.jpg" alt="ksiezulo" height="397" width="525" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nforce lan + linux</title>
		<link>http://blog.kokosy.net/?p=40</link>
		<comments>http://blog.kokosy.net/?p=40#comments</comments>
		<pubDate>Fri, 09 Nov 2007 14:25:07 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=40</guid>
		<description><![CDATA[Nie wiedzieć czemu, zawsze kiedy trzeba coś szybko zrobić, wszystko się sypie. Trafiło mi się postawienie firewalla na składanym serwerze opartym o płytę Asusa &#8211; P5NT WS. Płyta oparta jest na chipsecie Nvidia nforce 680 LT SLI i&#8230;no właśnie. Tu zaczynają się schody. Standardowy sterownik forcedeth dostępny w każdej dystrybucji nie zadziałał &#8211; sieciówka nie [...]]]></description>
			<content:encoded><![CDATA[<p>Nie wiedzieć czemu, zawsze kiedy trzeba coś szybko zrobić, wszystko się sypie. Trafiło mi się postawienie firewalla na składanym serwerze opartym o płytę Asusa &#8211; P5NT WS. Płyta oparta jest na chipsecie Nvidia nforce 680 LT SLI i&#8230;no właśnie. Tu zaczynają się schody. Standardowy sterownik forcedeth dostępny w każdej dystrybucji nie zadziałał &#8211; sieciówka nie łapała adresu IP (ani statycznie ani dynamicznie przez DHCP). Po długich poszukiwaniach w internecie, natrafiłem na jedno rozwiązanie: należy dopisać do opcji modułu następujące parametry: msi=0 msix=0</p>
<p>Reload modułu wygląda więc następująco:</p>
<p>$~# modprobe -r forcedeth<br />
$~# modprobe forcedeth msi=0 msix=0</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radio Kampus ;)</title>
		<link>http://blog.kokosy.net/?p=39</link>
		<comments>http://blog.kokosy.net/?p=39#comments</comments>
		<pubDate>Tue, 02 Oct 2007 11:21:07 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=39</guid>
		<description><![CDATA[Dziś razem z D0m3lem odwiedziliśmy ulubione Radio Kampus. W Studenterii zaprezentowaliśmy się (jak najlepiej ;) jako administratorzy. Poniżej &#8211; link do audycji :) Enjoy :P
 http://nano.gametv.pl/kampus.mp3
]]></description>
			<content:encoded><![CDATA[<p>Dziś razem z D0m3lem odwiedziliśmy ulubione Radio Kampus. W Studenterii zaprezentowaliśmy się (jak najlepiej ;) jako administratorzy. Poniżej &#8211; link do audycji :) Enjoy :P</p>
<p><a href="http://nano.gametv.pl/kampus.mp3" title="Archon^^ &amp; D0m3l w Radiu Kampus." target="_blank"> http://nano.gametv.pl/kampus.mp3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://nano.gametv.pl/kampus.mp3" length="111866631" type="audio/mpeg" />
		</item>
		<item>
		<title>Garfield na spiaco ;)</title>
		<link>http://blog.kokosy.net/?p=38</link>
		<comments>http://blog.kokosy.net/?p=38#comments</comments>
		<pubDate>Mon, 01 Oct 2007 21:52:55 +0000</pubDate>
		<dc:creator>archon</dc:creator>
				<category><![CDATA[Z sieci]]></category>

		<guid isPermaLink="false">http://blog.kokosy.net/?p=38</guid>
		<description><![CDATA[
Jak dla mnie mistrz ;)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.kokosy.net/wp-content/uploads/2007/10/ga071001.gif" title="Garfield na spiaco"><img src="http://blog.kokosy.net/wp-content/uploads/2007/10/ga071001.gif" alt="Garfield na spiaco" height="167" width="561" /></a></p>
<p>Jak dla mnie mistrz ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kokosy.net/?feed=rss2&amp;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
