Answer the question
In order to leave comments, you need to log in
Internet access on 2 channels. Is it possible to?
There are 2 Internet channels PPTP and Static IP. Which router (the same Microtik?) can distribute the Internet from these channels via LAN? If so, what is the configuration algorithm for Microtik (approximately). The server does not roll - there is no iron, means and skills.
PS It is impossible to merge or expand the channels because: 1) The location of the "office" is remote from the city, a fiber optic cable was made with a media converter and a programmable switch that divides traffic into channels, there is no access to it, because this equipment is Rostelecom 2 ) The Internet was made by a superior company with Rostelecom, the latter has no competitors in our province and dictates the conditions (IMHO: there may be the same problems with another provider, and the transition is very expensive due to the remoteness of the location).
Answer the question
In order to leave comments, you need to log in
Представьте сайт, который работает по www.example.com
и имеет контент, отдаваемый по domain.example.com
IP адреса у них разные
Если свитч будет раскидывать пакеты на эти сайты по разным каналам, то вы можете получить запросто невалидный токен авторизации и попытку взлома через крадёжку токена, за что быть забаненым :)
Если вы хотите, чтобы типа скорость интернета стала в два раза быстрее, то это вряд ли у вас получится
А вы не путаете подключение к провайдеру по PPTP с каналом интернет?
Например Билайн раздает интернет по L2TP - но это по сути один канал. Если не поднять туннель- будет доступ в сеть Билайна. Если поднять - будет доступ в интернет.
Считаю что у вас один канал и вам просто нужно правильно настроить соединение
Согласен с silverjoe
Провайдер, как я понял один - РТК. Значит и канал один, а в наличии два способа подключения - PPTP либо статический IP. Микротик, конечно сумеет и туда и туда зацепиться - но нужно ли? Канал-то все равно будет один.
если два разных провайдера, то советую почитать
www.technotrade.com.ua/Articles/mikrotik_2isp_setu...
wiki.mikrotik.com/wiki/ECMP_load_balancing_with_ma...
here is an article on Mikrotik, how to make 2 VAN, so that the whole thing is balanced and reserved
Do not bother with CNC, the main thing is that the hierarchy in archives and breadcrumbs is clear.
Then suddenly you have to change the directory structure, and you will find yourself tied to urls and have to bother with 301 redirects.
Well, if I were you, I would do everything in one tree-like hierarchical taxonomy. and would have made my own instead of the standard page for adding terms.
add_filter('post_type_link', 'betons_permalink', 1, 2);
function betons_permalink( $permalink, $post ){
// exit if this is not our post type: no holder %taxname%
if( strpos($permalink, '%taxname%') === false )
return $permalink;
// Get tax elements
$terms = get_the_terms($post, 'taxname');
// if there is an element, replace the holder
if( ! is_wp_error($terms) && !empty($terms) && is_object($terms[0]) )
$term_slug = array_pop($terms)->slug;
// there is no element, but there should be...
else
$term_slug = 'no-taxname';
return str_replace('%taxname%', $term_slug, $permalink );
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question