Jump to content
Калькуляторы

freebsd + ddwrt (EoIP)

Собственно вот какой вопрос. Есть железяка с ddwrt на борту (slave), в ней имеется тип тунеля EoIP. Так-же имеется FreeBSD сервер (master).

Достаточно долго гуглил сегодня вопрос поддержки FreeBSD тунеля EoIP, нашел только одно решение - http://imax.in.ua/ng_mikrotik_eoip/

 

Может быть кто то уже в реалии сие воплощал, поделитесь опытом. Не хотелось бы наступать на грабли.

 

ЗЫ. буду рад выслушать (любое) ваше мнение. спасибо =)

Share this post


Link to post
Share on other sites

Оно рабочее, знаю одного провайдера, который этим больше сотни микротиков терминирует :)

так вопрос вроде не о микротике, а о ddwrt

Share this post


Link to post
Share on other sites

вообще вопрос был о freebsd и ddwrt (EoIP). =)

Edited by murzik_one

Share this post


Link to post
Share on other sites

vtun?

 

Ethernet over IP (EoIP) Tunneling is a MikroTik RouterOS protocol that creates an Ethernet tunnel between two routers on top of an IP connection.

 

Есть, конечно, RFC. Но конкретно EoIP заявляется MikroTik.

Edited by [S]

Share this post


Link to post
Share on other sites

    The bridge can tunnel Ethernet across an IP internet using the EtherIP
    protocol.  This can be combined with ipsec(4) to provide an encrypted
    connection.  Create a gif(4) interface and set the local and remote IP
    addresses for the tunnel, these are reversed on the remote bridge.

          ifconfig gif0 create
          ifconfig gif0 tunnel 1.2.3.4 5.6.7.8 up
          ifconfig bridge0 create
          ifconfig bridge0 addm fxp0 addm gif0 up

    Note that FreeBSD 6.1, 6.2, 6.3, 7.0, 7.1, and 7.2 have a bug in the
    EtherIP protocol.  For more details and workaround, see gif(4) manual
    page.

 

вообще, man 4 if_bridge

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.