Using your Zonbu PC as a network appliance.

The cool thing about mini Zonbu machines is that they have a good CPU, a lot of memory and low power consumption. OpenBSD makes them a very good candidate to become a nice little secure network appliance. For the past few weeks, I have been using mine as home router / firewall / DNS server with anti ad / NTP server.

Here is the latest version of the bootable image zonbu.ing.gz I am using on my home router to do all these tasks.

How to install

The first thing you need to do is to find an another flash card. You don’t want to use the flash card you are using to boot your Zonbu. The flash contains the Zonbu OS (linux) and if you erase this flash card you will not be able to boot your device with linux.

After downloading the image from http://fred.velvnet.com/zonbu.img.gz you need to unzip it. In Unix based systems, such as MacOS, you can use dd to copy the image on your new flash. On windows systems you can use the program RAWRITE.EXE to create a copy of the image on the flash drive. The flash card must be at least 64Mb.

# dd bs=32k if=zonbu.ing of=/dev/sd0a

You can now boot your Zonbu with your new flash card, as shown on the picture below.

First things first

After booting you can login as root using the default password zonbu. The first thing you need to do is to change the password.

Last login: Thu Aug 14 23:21:30 2008 on console
# rw
# passwd root
Changing local password for root.
New password:
Retype new password:
# ro

The command rw puts your device in read/write mode so your changes can be written on the flash drive. passwd root is the command you use to change the admin password. The command ro puts your device back in read only mode.

Using nsh

There is one command called nsh you can use to configure your appliance. If you are used to Cisco routers, you should feel right at home using nsh. After login as root using your new password you just start nsh.

After starting, nsh gives you a prompt with the host name followed by the mode you are in, and by the character /

zonbu/_

nsh is running and the host name is zonbu

zonbu(p)/_

You are in privileged mode

zonbu/(interface-rl0)/_

You are configuring the network interface rl0

At any time you can type help or ? to show the help for the mode you are in, or for a command.

To actually change the configuration, you need to be in privileged mode. The command enable will put you in that mode.

login: root
passwd: 
Last login: Thu Aug 14 23:24:50 2008
# nsh
% NSH v20080426
zonbu/help
% Commands may be abbreviated.
% Commands are:
  show        Show system information
  enable      Enable privileged mode
  ping        Send ICMP echo request
  traceroute  Print the route to host
  ssh         SSH connection to remote host
  telnet      Telnet connection to remote host
  verbose     Set verbose diagnostics
  editing     Set command line editing
  who         Display system users
  ?           Print help information
  quit        Close current connection
zonbu/enable
zonbu(p)/

Configure your Zonbu

To use the device, you need to set its IP address and the default route. Once you are in privileged mode, type the commands interface rl0 to configure the network interface of your zonbu device. The command ip followed by the IP address will set the IP address of this network interface. You can enter the IP address in the form of CDIR or the IP address followed by the net mask.

Then type ctrl-D to leave the interface configuration mode and return to privileged mode. You can now configure your route, and save this configuration using the command write-config

zonbu/enable
zonbu(p)/interface rl0
zonbu(interface-rl0)/ip 172.16.2.50/24
zonbu(interface-rl0)/^D
zonbu(p)/route 172.16.2.0/24 172.16.2.1
zonbu(p)/write-config
% Saving configuration
zonbu(p)

That’s all you need to do! You can reboot your new zonbu device with the command reload. After a couple of minutes the zonbu will be up and running, ready to serve DNS and NTP requests.

# ntpq -nc peers 
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
+64.242.84.204   192.83.249.28    3 u    8   64  377   28.809  -19.008   5.203
+217.160.254.116 192.5.41.40      2 u    4   64  377  100.362  -27.057   7.013
-216.184.20.83   192.43.244.18    2 u    8   64  377   74.939   -3.026   4.805
*208.75.88.4     164.67.62.194    2 u    6   64  377   24.404  -11.039   5.276

Ad Blocker

By default, your new Zonbu DNS cache will also act as an ad blocker. The DNS will not resolve the IP addresses for advertising services or for companies that gather information about your surfing habits, such as doubleclick, or realmedia.com. Every night the list of the domain names to block is automatically updated from http://pgl.yoyo.org/adservers/

# ping -c 2 www.yahoo.com
PING www.yahoo-ht3.akadns.net (209.131.36.158): 56 data bytes
64 bytes from 209.131.36.158: icmp_seq=0 ttl=55 time=16.201 ms
64 bytes from 209.131.36.158: icmp_seq=1 ttl=55 time=14.230 ms
--- www.yahoo-ht3.akadns.net ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 14.230/15.215/16.201/0.993 ms
#
# ping -c 2 www.doubleclick.com
PING www.doubleclick.com (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0.053 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0.039 ms
--- www.doubleclick.com ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.039/0.046/0.053/0.007 ms
# 

Zonbu flash image on regular PC

This image is specifically tailored to run on a Zonbu machine, but it can also run on a regular PC.

You just need to replace your boot disk C: by a flash to IDE adapter. This adapter costs around $15.

 

Comments

Posted by: chat Nov 23, 2009 @ 03:38

After half an hour of Google-ing and applying a little horse-sense, I discovered (from counting the lines in a Windows GUI text editor) that the blank line was at the very end, right after the last perc ("%") delimiter. Pico, as has been my experience, loves adding those blanks. (Anticipating comments on the order of "Why not use [insert favorite shell editor here]": I can say that after the third time of not being able to quit out of vim or emacs in OS X's Terminal app, pico seemed like a breath of fresh air; for all it's attendant quirks and foibles, I still prefer it to the others.)

Posted by: sohbet Nov 23, 2009 @ 03:44

eyw sagOL

Posted by: free games Nov 27, 2009 @ 00:41

Cool post!

Posted by: gmt master ii Dec 07, 2009 @ 23:58

Nice post!

Posted by: sell ugg ugg boots online ugg boots Dec 16, 2009 @ 18:56

1 Chestnut UGG Bailey Button Boots
2 Rose UGG Classic Cardy Boots 3 Sand UGG Classic Mini Boots 4 UGG Classic Argyle Knit whit 5879 5 UGG 5822 Stripe Cable Knit Chocolate White 6 Chestunt Genuine Australia classic Tall 7 Sand UGG Ultra Shotr Boots 8 Chestnut UGG Sundance Boots



Posted by: links of london Dec 20, 2009 @ 23:09

Early morning time, the mist is dim. Curved river bank, willow obviously elegant like smoke. Far does not see the mountain, nearly does not see the ship, only a little selects the lights, embellishes in the faintly recognizable mist. The young young schoolchild, sings in this mist at sunset; In a hurry the pedestrian, the moist hair clothing which fills by the mist. Most beautiful, when is in the fog the park, pavilion Taiwan pavilion, porch bridge park, fuzzy, partly visible. Let the human think that imitates, if places oneself in unreal, is considering, is in the world, plays in the heavenly palace?

Posted by: sending flowers japan Dec 29, 2009 @ 04:16

Early morning time, the mist is dim. Curved river bank, willow obviously elegant like smoke. Far does not see the mountain, nearly does not see the ship, only a little selects the lights, embellishes in the faintly recognizable mist. The young young schoolchild, sings in this mist at sunset; In a hurry the pedestrian, the moist hair clothing which fills by the mist. Most beautiful, when is in the fog the park, pavilion Taiwan pavilion, porch bridge park, fuzzy, partly visible. Let the human think that imitates, if places oneself in unreal, is considering, is in the world, plays in the heavenly palace?

Posted by: fake rolex watches Jan 04, 2010 @ 23:32

Welcome to our website,and you will enjoy the sunshine service. Let's

abandon all the worry,and enjoy the happy shopping travel.All the

replica watches paypal and replica watches are most in fashion

boutique this year.rolex replica and rolex replica paypal and the

replica rolex paypal show your chaming temperament. In addtin, the

fake watches paypal and the other fake rolex paypal make you mold

your unique glamour this winter.The swiss rolex replica have the high

quality but low price. replica watch paypal and replica rolex have

all the style and cheapest price replica rolex watches. Enjoying the

fun of net purchase! replica rolex We will supply you the perfect

service and after sale support system. Our honest will bring you

absolute satisfaction.

Posted by: fake rolex watches Jan 11, 2010 @ 19:04

As the business grows, replica rolex paypal has also jumped into an international brand. It is worth mentioning that, rolex replica is the ancestor of today's brand-oriented, in order to protect the quality and brand name will be printed on their products, the history of fashion in the world, is the first one first. replica watch paypal,replica watches,fake rolex.

Posted by: film izle Jan 17, 2010 @ 04:43

Thanks for your good website and for sharing your experiences.

Posted by: divx film izle Jan 17, 2010 @ 04:45

Thank you for sharing your friends. Hope to see you another day.

Posted by: links of london Jan 19, 2010 @ 00:30

rolex replica is the ancestor of today's brand-oriented, in order to protect the quality and brand name will be printed on their products,

Posted by: Nike Air Max Feb 22, 2010 @ 23:09

Very creative, one of the nicer sites I have seen today. Keep up the great work.

Posted by: nfl-jerseys Mar 03, 2010 @ 02:41

[url=http://www.kissnfl.com/nfl-jerseys-c-831.html]football jerseys[/url] [url=http://www.kissnfl.com/nfl-jerseys-c-831.html]cheap nfl jerseys[/url] [url=http://www.kissnfl.com/nfl-jerseys-c-831.html]nfl throwback jerseys[/url] [url=http://www.kissnfl.com/nfl-jerseys-c-831.html]wholesale nfl jerseys[/url] [url=http://www.kissnfl.com/nfl-jerseys-c-831.html]china nfl jerseys[/url] [url=http://www.kissnfl.com/nfl-jerseys-c-831.html]2009 nfl jerseys[/url] [url=http://www.kissnfl.com/nfl-jerseys-c-831.html]nfl jerseys cheap[/url] [url=http://www.kissnfl.com/nfl-jerseys-c-831.html]nfl replica jerseys[/url] [url=http://www.kissnfl.com/nhl-jerseys-c-659.html]nhl hockey jerseys[/url]

Posted by: nike air force Mar 03, 2010 @ 02:42

[HTML_REMOVED]ナイキ エアフォース1 low[HTML_REMOVED] [HTML_REMOVED]エアフォース1 low[HTML_REMOVED] [HTML_REMOVED]エアフォースワン low[HTML_REMOVED] [HTML_REMOVED]nike air force 1 low[HTML_REMOVED] [HTML_REMOVED]エアフォース1ロー[HTML_REMOVED] [HTML_REMOVED]ナイキ エアフォース1ロー[HTML_REMOVED] [HTML_REMOVED]エアフォース1特集[HTML_REMOVED] [HTML_REMOVED]air force 1 スニーカー[HTML_REMOVED] [HTML_REMOVED]エアフォース スニーカー[HTML_REMOVED] [HTML_REMOVED]エアフォース 靴[HTML_REMOVED] [HTML_REMOVED]air force 1 靴[HTML_REMOVED] [HTML_REMOVED]ナイキ エアフォース レディース[HTML_REMOVED] [HTML_REMOVED]エアフォース1 ウイメンズ[HTML_REMOVED] [HTML_REMOVED]エアフォース1 サイズ[HTML_REMOVED] [HTML_REMOVED]エアフォース1 ラシード[HTML_REMOVED] [HTML_REMOVED]エアフォース1 プレミアム[HTML_REMOVED] [HTML_REMOVED]エアフォース1 ホワイト[HTML_REMOVED] [HTML_REMOVED]エアフォース1 オレンジ[HTML_REMOVED] [HTML_REMOVED]エアフォース1 ピンク[HTML_REMOVED] [HTML_REMOVED]nike air force 1 mid[HTML_REMOVED] [HTML_REMOVED]エアフォース1 ブラック[HTML_REMOVED] [HTML_REMOVED]nike air force 1 low[HTML_REMOVED] [HTML_REMOVED]nike air force 1 high[HTML_REMOVED] [HTML_REMOVED]nike air force 1 hi[HTML_REMOVED] [HTML_REMOVED]nike air force 1 25[HTML_REMOVED] [HTML_REMOVED]nike air force 1 white[HTML_REMOVED]

Posted by: nike air force Mar 03, 2010 @ 02:42

[HTML_REMOVED]nike air force 1 25[HTML_REMOVED] [HTML_REMOVED]nike air force 1 white[HTML_REMOVED]

Posted by: Nike Air Max Mar 04, 2010 @ 00:18

So beautiful sharing!Thank you very much.

Posted by: tag heuer watch Mar 04, 2010 @ 23:18

can show a man not only his wealthy but also his high taste.tag heuer watch As the society developed, many people are pay more attention to one's wearing than before, especially a watch. tag heuer watch If you are wearing a famous brand watch, people will look up you, also will love to do business with you. You will be a successful man with a such luxury fashion watch.

Posted by: Thai Restaurant Mar 07, 2010 @ 22:27

You guys do a great website, and have some great contents. Keep up the good work.

Posted by: online advertising Mar 07, 2010 @ 22:27

Very creative, one of the nicer sites I have seen today. Keep up the great work.

Leave a message

(Required)
(Required and not displayed)
(Optional)
obfuscated letters Enter the text shown in the image