James Yonan wrote:
> Implementing a DHCP client within OpenVPN tends to make this a more
> self-contained problem.
But what about IPv6, tunnels and DHCP prefix delegation? Invoking the
distribution auto-configuration/ scripts makes more sense.
In message <46e9f75c.1020...@cyte.com>, Jeff Wiegley wrote:
> Basically...
>
> # tunctl -u jeffw
> # ifconfig tap0 10.10.0.1 netmask 255.255.255.0
> $ ./tapwatcher tap0
>
> Then from another window I want to be able to do
> "ping 10.10.0.1" and tapwatcher should spew the
> raw Ethernet frame
In message <46e9f75c.1020...@cyte.com>, Jeff Wiegley wrote:
> Basically...
>
> # tunctl -u jeffw
> # ifconfig tap0 10.10.0.1 netmask 255.255.255.0
> $ ./tapwatcher tap0
>
> Then from another window I want to be able to do
> "ping 10.10.0.1" and tapwatcher should spew the
> raw Ethernet frame