Hi,
On Thu, 19 Jan 2012 02:14:48 +0900 (JST)
YASUOKA Masahiko <[email protected]> wrote:
> On Tue, 17 Jan 2012 11:57:07 +0100
> "Sebastian Reitenbach" <[email protected]> wrote:
> If you don't like this limitation, you can use 'pppx mode'. In 'pppx
> mode' npppd will create a pppx interface for each PPP session. You
> can add any routes to the interface.
Unfortunately the ingress filter of `pipex' drops all these packets.
It's always on by default and not configurable. It should be
configurable, but it is not implemented yet.
> To enable 'pppx mode', add
>
> pppx_mode: true
>
> to /etc/npppd/npppd.conf.
Sorry, above example was wrong. To test `pppx mode'
(1) create /dev/pppx0
% cd /dev
% sudo sh MAKEDEV pppx
(2) replace from `tun0' to `pppx0' in /etc/npppd/npppd.conf
(3) add "interface.pppx0.pppx_mode: true" to /etc/npppd/npppd.conf
--yasuoka