On Thu, Sep 18, 2008 at 03:03:14PM +0200, Gillian Seed wrote:
> Got an question though, do you perhaps know how I can configure my
> debian system so that the tap0 interface automatically gets an IPv4
> address. Now I always have to set it manually with ifconfig.

Try something like this in /etc/network/interfaces:

auto tap0
iface tap0 inet static
    address 12.34.56.78
    netmask 255.255.255.0
    network 12.34.56.00
    broadcast 12.34.56.255

(change the numbers to suit :)

Do you think you might be able to write up the process in the wiki?  I'm
sure that would help a lot of other people.

Theo

_______________________________________________
Rpcemu mailing list
[email protected]
http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu

Reply via email to