Support for ATM bridging (RFC1483/2684) in FreeBSD?
Rodney W. Grimes
freebsd-rwg at pdx.rh.CN85.dnsmgr.net
Sat Jan 13 16:06:37 UTC 2018
> 13.01.2018 19:55, Georg Bege wrote:
>
> > Im looking for information if ATM bridging is (or was?) possible with
> > FreeBSD.
> > Basically its the same which is available in Linux for a long time now:
> > https://www.systutorials.com/docs/linux/man/8-br2684ctl/
> > https://home.regit.org/technical-articles/atm-bridging/
> >
> > I'd like to use FBSD as an gateway/router however, I've a strange kind
> > of IPTV+Internet over ADSL (no VDSL available).
> >
> > I've found natmip(4) so far, but Im uncertain if this is truly the right
> > thing...
>
> It depends on hardware you have. Do you have some internal PCI ATM adapter or external device?
FreeBSD has/had atm code in several places, there is netgraph
support for atm in netgraph, ng_atm(4), ng_atmllc(4), and
ng_ccatm(4).
There is also natm(4), and the natmip(4) you found supported by drivers
such as fatm(4), hatm(4), patm(4) and utopia(4), I have probably
missed many other bits, but this should give you a larger set of
reading than just the natmip(4) you had found.
I believe some of this code has or is about to come under the
"unmaintained" axe and being removed from the system under
the claim that ATM is an obsolete technology. So if you find
this usefull you need to chim in on -current and let the
project know your using it.
Thanks,
--
Rod Grimes rgrimes at freebsd.org
More information about the freebsd-net
mailing list