hello

i think /120 is /24 in ipv6 address space, it seems correct to me.

gabi


On 2/28/07, Armando Camarero <[EMAIL PROTECTED]> wrote:
Russ Cox escribió:
> This should work as far as Plan 9 is concerned.
> It's qemu that is troublesome.  One possible approach
> to debugging is to boot the live (install) CD and then
> run ip/ipconfig -g 10.0.2.2 ether /net/ether0 10.0.2.15 255.255.255.0
> and see if that's enough to get a working network (i.e.,
> can you ping or telnet to port 567 or 9fs the remote machine).
>
> I have this script as my /etc/qemu-ifup, though I can't
> remember exactly why it is needed:
>
> #!/bin/sh
> sudo -p "Password for $0:" /sbin/ifconfig $1 172.20.0.1
>
> Russ
I'm trying to manually configure the NIC in a normal Plan 9 install on
QEMU. If I run ip/ipconfig (so it gets configured using DHCP) /net/ndb
looks:

ip=10.0.2.15 ipmask=255.255.255.0 ipgw=10.0.2.2
    dns=10.0.2.3

and network works fine.

But if I run ip/ipconfig -g 10.0.2.2 ether /net/ether0 10.0.2.15
255.255.255.0 it looks:

ip=10.0.2.15 ipmask=/120 ipgw=10.0.2.2

and I can't use network. Is "ipmask=/120" correct?

Is this what makes Plan 9 not boot using network in QEMU?

Armando.

Reply via email to