murzik_one Posted February 18, 2013 Собственно вот какой вопрос. Есть железяка с ddwrt на борту (slave), в ней имеется тип тунеля EoIP. Так-же имеется FreeBSD сервер (master). Достаточно долго гуглил сегодня вопрос поддержки FreeBSD тунеля EoIP, нашел только одно решение - http://imax.in.ua/ng_mikrotik_eoip/ Может быть кто то уже в реалии сие воплощал, поделитесь опытом. Не хотелось бы наступать на грабли. ЗЫ. буду рад выслушать (любое) ваше мнение. спасибо =) Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
bird_of_Luck Posted March 3, 2013 Оно рабочее, знаю одного провайдера, который этим больше сотни микротиков терминирует :) Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
Lynx10 Posted March 4, 2013 Оно рабочее, знаю одного провайдера, который этим больше сотни микротиков терминирует :) так вопрос вроде не о микротике, а о ddwrt Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
murzik_one Posted March 4, 2013 (edited) вообще вопрос был о freebsd и ddwrt (EoIP). =) Edited March 4, 2013 by murzik_one Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
[S] Posted March 9, 2013 (edited) 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 March 9, 2013 by [S] Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
^rage^ Posted March 10, 2013 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 Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...