Bug#787480: Ping?

Mario Lang mlang at debian.org
Thu Jun 9 00:44:37 BST 2016


Hi.

I just discovered IPMasquerade= in systemd.network(5) which is exactly
what I need to set up a Bluetooth PAN Access Point.  The config
*would* be straight forward via systemd-networkd (bt-pan related setup
not included):

/etc/systemd/network/pan.netdev:
[NetDev]
Name=pan
Kind=bridge
ForwardDelaySec=0

/etc/systemd/network/pan.network:
[Match]
Name=pan

[Network]
Address=10.2.1.1/24
DHCPServer=yes
IPMasquerade=yes


However, during testing I realized that while IPMasquerade= is
documented in systemd.network(5), it is a noop on Debian.

It would be nice if we could get this bug fixed before the release.
Preferably by enabling iptable support in systemd.

If this is not possible (which would be quite sad, given how convenient
this feature actually is), I suggest we at least remove IPMasquerade=
From the manpage (or augment it with a note that this feature is not
available) to avoid confusing users (like me).

-- 
CYa,
  ⡍⠁⠗⠊⠕
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 635 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-systemd-maintainers/attachments/20160609/f89f61ba/attachment.sig>


More information about the Pkg-systemd-maintainers mailing list