qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] How to convert from ifconfig to ip ?


From: Pierre Couderc
Subject: Re: [Qemu-discuss] How to convert from ifconfig to ip ?
Date: Sat, 28 Jul 2018 08:40:02 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1


On 07/27/2018 12:34 PM, Greg Kurz wrote:
On Fri, 27 Jul 2018 09:23:36 +0200
Pierre Couderc <address@hidden> wrote:

Thank you very much, Pascal.

When I compare what is working for you :


the difference seems to be the presence of IPV6 in 'bad' case...

And the /24 mask... maybe try to do the same as Pascal:

ip address add 192.168.164.1/24 dev tap0


Right. Fine.  Thank you, Greg, thank you Pascal
So the replacement of :

ifconfig tap0 192.168.164.1 up

is :

ip address add 192.168.164.1/24 dev tap0
ip link set tap0 up





reply via email to

[Prev in Thread] Current Thread [Next in Thread]