Linux

NWN Dedicated Server

Introduction


Never Winter Nights (NWN) is a RPG computer game created by BioWare Corp.. It was initaly released for Microsoft Windows platform but BioWare has since then also released both servers and clients for both GNU/Linux and Apple Macintoch systems.

NWN also allows you to create your own worlds and maps (called modules) so you can extend the experiance of the game.

Linux and Nokia 6680

Introduction


I got myself a Nokia 6680 phone and wanted to connect it to my Ubuntu Linux machine.
Here are some quick notes on what I had to do to get it running.

Connecting using Nokia DKU-2 USB cable


The Nokia 6680 comes with a DKU-2 USB cable which can be used to connect the phone to your computer.
USB OBEX HOWTO

Transfer files

Using obexftp


When I used obexftp I had to use the -F flag to get listings.

obexftp -U 1 -F -c C: -l

Multiple interfaces on the same subnet

In the Linux implementation of the IP stack a IP address belongs to the host event though the administrator configures it on a devices. This can cause somewhat unexpected behavior when multiple interfaces are configured to use the same network.

The network

 {network A}
            \       +--------------+
             -(eth0)| Linux server |
                    +--------------+
                     (eth2)  (eth3)
                       |       | 
                      {Network B}
Syndicate content