Біла іп для абонента
-
Зараз на сторінці 0 користувачів
Немає користувачів, що переглядають цю сторінку.
-
Схожий контент
-
Від chinhis
Доброї ночі всім!
Провайдер видав білі ІР 176,120,96,104/29 . Створив нову мережу, послугу і добавив в dhcp, добавив аліас на юзеровську мережеву 176,120,96,105/29 - все по мануалу.
Суть проблеми:
1. Коли створюю користувача , то йому присвоює ІР 176,120,96,104 і.т.д хоча по логіці йому повинно було би присвоювати першу вільну 176,120,96,106. як поправити?
2 Хоча в мануалі пише що реальні ІР випустити в нет просто, в мене це чомусь не получається, тобто все рівно відбувається NAT. Можливо причина в фєрволі ? чи може ще десь треба перевірити?
Правила фаєрволу надаю :
#!/bin/sh # firewall command FwCMD="/sbin/ipfw -q" ${FwCMD} -f flush # Networks define ${FwCMD} table 2 add 172.16.0.0/24 ${FwCMD} table 2 add 172.16.1.0/24 ${FwCMD} table 2 add 172.16.2.0/24 ${FwCMD} table 2 add 172.16.3.0/24 ${FwCMD} table 2 add 172.16.4.0/24 ${FwCMD} table 2 add 172.16.5.0/24 ${FwCMD} table 2 add 172.16.6.0/24 ${FwCMD} table 2 add 172.16.7.0/24 ${FwCMD} table 2 add 172.16.8.0/24 ${FwCMD} table 2 add 172.16.9.0/24 ${FwCMD} table 2 add 172.16.10.0/24 ${FwCMD} table 2 add 176.120.96.104/29 ${FwCMD} table 9 add 176.120.96.104/29 #Uknownwn users redirect ${FwCMD} add 5 fwd 127.0.0.1,80 ip from 172.16.200.0/24 to not me 80 ${FwCMD} add 5 fwd 127.0.0.1,7555 ip from 172.16.200.0/24 to not me 7555 ${FwCMD} add 5 fwd 127.0.0.1,7556 ip from 172.16.200.0/24 to not me 7556 ${FwCMD} add 5 fwd 127.0.0.1,9999 ip from 172.16.200.0/24 to not me 9999 #Redirect to day-bala ${FwCMD} add 4 fwd 127.0.0.1,80 ip from table\(47\) to not me 80 ${FwCMD} add 4 fwd 127.0.0.1,7555 ip from table\(47\) to not me 7555 ${FwCMD} add 4 fwd 127.0.0.1,7556 ip from table\(47\) to not me 7556 ${FwCMD} add 4 fwd 127.0.0.1,9998 ip from table\(47\) to not me 9998 ${FwCMD} add 4 fwd 127.0.0.1,8888 ip from table\(47\) to not me 8888 #Open local trafic ${FwCMD} add 100 allow all from table\(47\) to 172.16.0.1 ${FwCMD} add 100 allow all from 172.16.0.1 to table\(47\) #Open trafic to privat 24 ${FwCMD} add 100 allow all from table\(47\) to 217.117.65.0/24 ${FwCMD} add 100 allow all from 217.117.65.0/24 to table\(47\) ${FwCMD} add 100 allow all from table\(47\) to 50.16.240.184 ${FwCMD} add 100 allow all from 50.16.240.184 to table\(47\) ${FwCMD} add 100 allow all from table\(47\) to 108.161.189.48 ${FwCMD} add 100 allow all from 108.161.189.48 to table\(47\) ${FwCMD} add 100 allow all from table\(47\) to 173.194.39.126 ${FwCMD} add 100 allow all from 173.194.39.126 to table\(47\) #NAT ${FwCMD} nat 1 config log if bge0 reset same_ports ${FwCMD} add 6000 nat 1 ip from table\(2\) to not table\(9\) via bge0 ${FwCMD} add 6001 nat 1 ip from any to 176.120.96.122 via bge0 #Shaper - table 4 download speed, table 3 - upload speed ${FwCMD} add 12001 pipe tablearg ip from any to table\(4\) via bge1 out ${FwCMD} add 12000 pipe tablearg ip from table\(3\) to any via bge1 in # default block policy ${FwCMD} add 65531 deny all from table\(2\) to any via bge1 #${FwCMD} add 65532 deny all from any to table\(2\) via bge1 #${FwCMD} add 65535 allow all from any to any
-
Рекомендованные сообщения
Создайте аккаунт или войдите в него для комментирования
Вы должны быть пользователем, чтобы оставить комментарий
Создать аккаунт
Зарегистрируйтесь для получения аккаунта. Это просто!
Зарегистрировать аккаунтВхід
Уже зарегистрированы? Войдите здесь.
Войти сейчас