I'm trying to get pppd to create a ppp0 device inside a namespace.

I've tried something like this

ip netns add physical
ip link set enp5s0f0 netns physical
ip netns exec physical pppd call my-isp

pppd starts, I can see it in the process-list, but no ppp0 device is created.

Is there a solution?

Regards
Goran
--
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to