Skip to content
Skip to SEARCH-3
Skip to CATEGORIES-2
Skip to ARCHIVES-2
Skip to META-2

dynode.nl

keratoconus, electronica en diverse onderwerpen

Shrunk Expand

Primary Navigation

  • Home
  • audiostreams
  • over/about
  • straling!
  • te koop/for sale
  • triops
← Older postsNewer posts→
  • Category Archives computers-networking
  • Access bridged modem using Cisco router

    Posted on February 6, 2013 3:31 pm by Johan

    I have a Cisco 1811 with a Zyxel P2812HNU-F1 VDSL modem connected to it in bridge mode. The Cisco gets the public IP address through DHCP.

    I wanted to access the modem on it’s local IP address of 192.168.1.254. At first, this didn’t seem possible because all traffic out of the WAN interface is translated to the public IP address. To enable access to the modem I did the following:

    First, I added a secondary IP address to the WAN interface, Fastethernet0:

    interface fastethernet0
    ip address 192.168.1.100 255.255.255.0 secondary

    Then I added a nat pool to translate internal traffic with 192.168.1.100:

    ip nat pool nat_to_modem 192.168.1.100 192.168.1.100 netmask 255.255.255.0

    The global NAT command requires an access list to match traffic that is to be NATted. Here I define that all traffic to 192.168.1.0/24 is to be translated:

    ip access-list extended nat_to_modem
     permit ip any 192.168.1.0 0.0.0.255
     deny   ip any any

    Continue reading → Post ID 1144


    computers-networking english 📎and tagged cisco cisco 1811 configuration ios networking router
  • Gefilterd internet en netneutraliteit

    Posted on October 27, 2012 1:13 pm by Johan

    Een van de grootste klanten van mijn werkgever, de internetprovider Kliksafe, biedt gefilterd internet aan. Door middel van het filter probeert men toegang tot het internet te geven maar zaken welke niet horen binnen de levensvisie van de (hoofzakelijk bevindelijk Gereformeerde) klanten ontoegankelijk te maken.

    Ik vind zelf gefilterd internet een slecht idee. Er staan inderdaad slechte zaken op het internet en ook veel dingen die niet met mijn levensvisie overeenkomen. Ik heb echter de keuze om bepaalde sites gewoon niet te bezoeken. Tevens heeft het filter van Kliksafe onder andere het doel mensen zover mogelijk van kennis te houden welke hun levensbeschouwing tegenspreekt. Toegang tot informatie over dingen zoals evolutie, de leeftijd van het universum, atheïsme en scepticisme wordt door het filter bewust moeilijker gemaakt. Continue reading → Post ID 1144


    computers-networking politiek/politics skeptisch/sceptical 📎and tagged kliksafe netneutraliteit politiek/politics sceptisch
  • Arduino environment monitor

    Posted on February 16, 2012 10:42 pm by Johan

    Above is a picture of my recently (practically ) finished project. It is a sort of weather station which measures light, temperature, relative humidity, atmospheric pressure, and of course radioactivity!

    The core of this setup is the excellent DIY Geiger Counter PCB by [Brohogan]. This kit is a geiger counter circuit combined with a standalone Arduino circuit. Most people buy this kit, connect an LCD and put it in a nice box. Because the Atmega328 pins are broken out via handy pin sockets it is very easy to connect any additional components and/or sensors to this PCB. Continue reading → Post ID 1144


    computers-networking Electronica english Uncategorized wetenschap/science 📎and tagged arduino bash english geiger counter linux radioactivity weather station
  • Arduino/Cacti Geiger counter update

    Posted on September 6, 2011 8:22 pm by Johan

    My online geiger counter which I described earlier has been offline for some time. During that time I experimented with a standalone Arduino with the goal of making a dedicated board for the setup. I have now completed the board shown in the picture below.

    In the picture you can see the HV generator on the top of the board, on the lower left the Arduino standalone parts along with a MAX232 as a level converter for easy serial hookup and on the right two tubes connected in parallel, a SI-29BG (beta and gamma) and a SI-12B for added alpha sensivity. Also shown are the USB>Serial adapter and a separate USB connector to provide 5V to the board. Continue reading → Post ID 1144


    computers-networking english wetenschap/science 📎and tagged arduino cacti english geiger counter radioactiviteit radioactivity
  • DS1820 Temp. monitoring using Linux and Cacti

    Posted on October 4, 2010 3:23 pm by Johan

    This article will try to explain how to monitor and graph temperatures remotely using Dallas Semiconductor DS18xx sensors, SNMP and Cacti. DS18xx sensors are relatively cheap, accurate and multiple sensors can be connected to a single bus.

    This guide is based on Ubuntu, so YMMV on other Linux/Unix based systems and may need modification to work properly.

    Continue reading → Post ID 1144


    computers-networking Electronica english wetenschap/science 📎and tagged cacti ds1820 sensor temperature

Posts pagination

Previous 1 2 3 Next

  • Categories

  • Archives

  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

©2025 raindrops Entries RSS and Comments RSS Raindrops Theme