On 07/27/2018 12:34 PM, Greg Kurz wrote:
On Fri, 27 Jul 2018 09:23:36 +0200
Pierre Couderc <pie...@couderc.eu> 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