forum.bitel.ru http://forum.bitel.ru/ |
|
Не проходят UPDATE запросы http://forum.bitel.ru/viewtopic.php?f=5&t=4420 |
Страница 1 из 1 |
Автор: | borin [ 11 авг 2010, 22:50 ] |
Заголовок сообщения: | Re: Не проходят UPDATE запросы |
Вот нашел буду читать wiki |
Автор: | borin [ 12 авг 2010, 09:09 ] |
Заголовок сообщения: | Re: Не проходят UPDATE запросы |
Настроил snmpd, настроил NAS, добавил в словарь строку из wiki и updade запросы пошли трафик считается, деньга с баланса списывается, вроде все хорошо, клиент уходит в минус и опа сброса соединения не происходит, жду, жду не сбрасывает. Отключаешь соединение, все при минусе не подключается. Почему сброса соединения не происходит, при превышении баланса? |
Автор: | skyb [ 12 авг 2010, 09:11 ] |
Заголовок сообщения: | Re: Не проходят UPDATE запросы |
А в логах есть попытки сброса?? |
Автор: | borin [ 12 авг 2010, 09:17 ] |
Заголовок сообщения: | Re: Не проходят UPDATE запросы |
skyb писал(а): А в логах есть попытки сброса?? Нет, stop появляется, только тогда когда вручную отключаюсь.... |
Автор: | borin [ 12 авг 2010, 09:20 ] |
Заголовок сообщения: | Re: Не проходят UPDATE запросы |
Вот нашел ![]() Для того чтобы скрипт нормально работал необходимо при запуске snmpd указывать параметр -u root, для запуска разрывающего скрипта от данного пользователя. Причина в запуске процедуры kill права на запуск есть только у данного пользователя. ЗЫ: из коробки ни чего не работает.... |
Автор: | borin [ 12 авг 2010, 16:52 ] |
Заголовок сообщения: | Re: Не проходят UPDATE запросы |
И так стоп запрос так и не проходит, пробовал и с опцией -u root snmpd запускать, я думаю потому как passtest.sh не срабатывает... Код: cat /etc/snmp/snmpd.conf com2sec billing 127.0.0.1 123456 com2sec local localhost public group groupbill v2c billing group groupbill v2c local view all included .1.3.6.1.4.1.2021.255 ff.f0 # context sec.model sec.level prefix read write notify access groupbill "" v2c noauth prefix all all none pass .1.3.6.1.4.1.2021.255 /bin/sh /local/utils/passtest.sh лог /local/utils/log пустой o_O Код: ls -l итого 4 -rw-rw-rw- 1 root root 0 Авг 12 16:37 log -rwxr-xr-x 1 root root 456 Авг 12 16:31 passtest.sh Код: cat /usr/local/BGRadiusDialup/log/connection.log
08-12/16:12:53 INFO [Thread-17] connections - Restore Connections NAS: 127.0.0.1 08-12/16:13:04 INFO [pool-2-thread-1] connections - [ 123; 0; 84314 ] DialUpNASConnection startConnection mode=1 08-12/16:13:04 INFO [pool-2-thread-1] connections - [ 123; 0; 84314 ] DialUpNASConnection set STATUS=1 08-12/16:13:04 INFO [pool-2-thread-1] connections - [ 123; 0; 84314 ] IP address register on collector 192.168.169.27 08-12/16:14:04 INFO [pool-2-thread-2] connections - [ 123; 0; 84314 ] DialUpNASConnection update connection.. 08-12/16:14:04 INFO [pool-2-thread-2] connections - [ 123; 0; 84314 ] DialUpNASConnection set STATUS=1 08-12/16:15:04 INFO [pool-2-thread-3] connections - [ 123; 0; 84314 ] DialUpNASConnection update connection.. 08-12/16:15:04 INFO [pool-2-thread-3] connections - [ 123; 0; 84314 ] No close calculate period.. 08-12/16:15:04 INFO [pool-2-thread-3] connections - [ 123; 0; 84314 ] Set connection to KILL 08-12/16:15:04 INFO [pool-2-thread-3] connections - [ 123; 0; 84314 ] DialUpNASConnection killing connection after UPDATE 08-12/16:15:04 INFO [pool-2-thread-3] connections - [ 123; 0; 84314 ] DialUpNASConnection set STATUS=1 08-12/16:15:05 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:15:05 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:15:07 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:15:07 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:15:09 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:15:09 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:15:11 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:15:11 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:15:13 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:15:13 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:15:15 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:15:15 INFO [Thread-9] connections - [ 123; 0; 84314 ] Set connection to KILL 08-12/16:15:34 INFO [127.0.0.1_161_null_v1_Trans0] connections - [ 123; 0; 84314 ] DialUpNASConnection set STATUS=2 08-12/16:15:34 INFO [127.0.0.1_161_null_v1_Trans0] connections - SNMP response [ SNMP1, host=127.0.0.1, msg=uk.co.westhawk.snmp.stack.AgentException cannot be cast to uk.co.westhawk.snmp.stack.varbind, recived object=uk.co.westhawk.snmp.stack.AgentException: Timed out ] 08-12/16:16:04 INFO [pool-2-thread-4] connections - [ 123; 0; 84314 ] DialUpNASConnection update connection.. 08-12/16:16:04 INFO [pool-2-thread-4] connections - [ 123; 0; 84314 ] No close calculate period.. 08-12/16:16:04 INFO [pool-2-thread-4] connections - [ 123; 0; 84314 ] Set connection to KILL 08-12/16:16:04 INFO [pool-2-thread-4] connections - [ 123; 0; 84314 ] DialUpNASConnection killing connection after UPDATE 08-12/16:16:04 INFO [pool-2-thread-4] connections - [ 123; 0; 84314 ] DialUpNASConnection set STATUS=1 08-12/16:16:05 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:16:05 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:16:07 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:16:07 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:16:09 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:16:09 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:16:11 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:16:11 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:16:13 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:16:13 INFO [Thread-9] connections - [ 123; 0; 84314 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 8448 08-12/16:16:15 INFO [Thread-9] connections - [ 123; 0; 84314 ] sendKillRequest 08-12/16:16:15 INFO [Thread-9] connections - [ 123; 0; 84314 ] Set connection to KILL 08-12/16:16:30 INFO [127.0.0.1_161_null_v1_Trans5] connections - [ 123; 0; 84314 ] DialUpNASConnection set STATUS=2 08-12/16:16:30 INFO [127.0.0.1_161_null_v1_Trans5] connections - SNMP response [ SNMP1, host=127.0.0.1, msg=uk.co.westhawk.snmp.stack.AgentException cannot be cast to uk.co.westhawk.snmp.stack.varbind, recived object=uk.co.westhawk.snmp.stack.AgentException: Timed out ] 08-12/16:16:54 INFO [pool-2-thread-5] connections - [ 123; 0; 84314 ] IP address unregistred from collector 192.168.169.27 08-12/16:16:54 INFO [pool-2-thread-5] connections - [ 123; 0; 84314 ] DialUpNASConnection stoppingConnection 08-12/16:16:54 INFO [pool-2-thread-5] connections - [ 123; 0; 84314 ] DialUpNASConnection has stop Packet => true 08-12/16:16:54 INFO [pool-2-thread-5] connections - [ 123; 0; 84314 ] DialUpNASConnection set STATUS=3 08-12/16:16:54 INFO [pool-2-thread-5] connections - [ 123; 0; 84314 ] DialUpNASConnection sessionTime => 230 08-12/16:16:54 INFO [pool-2-thread-5] connections - [ 123; 0; 84314 ] Adding DisconnectByBalanceOverEvent.. 08-12/16:23:08 INFO [pool-2-thread-6] connections - [ 123; 0; 88560 ] DialUpNASConnection startConnection mode=1 08-12/16:23:08 INFO [pool-2-thread-6] connections - [ 123; 0; 88560 ] DialUpNASConnection set STATUS=1 08-12/16:23:08 INFO [pool-2-thread-6] connections - [ 123; 0; 88560 ] IP address register on collector 192.168.169.11 08-12/16:24:08 INFO [pool-2-thread-7] connections - [ 123; 0; 88560 ] DialUpNASConnection update connection.. 08-12/16:24:08 INFO [pool-2-thread-7] connections - [ 123; 0; 88560 ] No close calculate period.. 08-12/16:24:08 INFO [pool-2-thread-7] connections - [ 123; 0; 88560 ] Set connection to KILL 08-12/16:24:08 INFO [pool-2-thread-7] connections - [ 123; 0; 88560 ] DialUpNASConnection killing connection after UPDATE 08-12/16:24:08 INFO [pool-2-thread-7] connections - [ 123; 0; 88560 ] DialUpNASConnection set STATUS=1 08-12/16:24:09 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:24:09 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:24:11 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:24:11 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:24:13 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:24:13 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:24:15 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:24:15 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:24:17 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:24:17 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:24:19 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:24:19 INFO [Thread-9] connections - [ 123; 0; 88560 ] Set connection to KILL 08-12/16:24:33 INFO [127.0.0.1_161_null_v1_Trans5] connections - [ 123; 0; 88560 ] DialUpNASConnection set STATUS=2 08-12/16:24:33 INFO [127.0.0.1_161_null_v1_Trans5] connections - SNMP response [ SNMP1, host=127.0.0.1, msg=uk.co.westhawk.snmp.stack.AgentException cannot be cast to uk.co.westhawk.snmp.stack.varbind, recived object=uk.co.westhawk.snmp.stack.AgentException: Timed out ] 08-12/16:24:40 INFO [127.0.0.1_161_null_v1_Trans0] connections - SNMP response [ SNMP1, host=127.0.0.1, msg=uk.co.westhawk.snmp.stack.AgentException cannot be cast to uk.co.westhawk.snmp.stack.varbind, recived object=uk.co.westhawk.snmp.stack.AgentException: Timed out ] 08-12/16:25:08 INFO [pool-2-thread-8] connections - [ 123; 0; 88560 ] DialUpNASConnection update connection.. 08-12/16:25:08 INFO [pool-2-thread-8] connections - [ 123; 0; 88560 ] No close calculate period.. 08-12/16:25:08 INFO [pool-2-thread-8] connections - [ 123; 0; 88560 ] Set connection to KILL 08-12/16:25:08 INFO [pool-2-thread-8] connections - [ 123; 0; 88560 ] DialUpNASConnection killing connection after UPDATE 08-12/16:25:08 INFO [pool-2-thread-8] connections - [ 123; 0; 88560 ] DialUpNASConnection set STATUS=1 08-12/16:25:09 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:25:09 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:25:11 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:25:11 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:25:13 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:25:13 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:25:15 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:25:15 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:25:17 INFO [Thread-9] connections - [ 123; 0; 88560 ] sendKillRequest 08-12/16:25:17 INFO [Thread-9] connections - [ 123; 0; 88560 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 60416 08-12/16:25:18 INFO [pool-2-thread-9] connections - [ 123; 0; 88560 ] IP address unregistred from collector 192.168.169.11 08-12/16:25:18 INFO [pool-2-thread-9] connections - [ 123; 0; 88560 ] DialUpNASConnection stoppingConnection 08-12/16:25:18 INFO [pool-2-thread-9] connections - [ 123; 0; 88560 ] DialUpNASConnection has stop Packet => true 08-12/16:25:18 INFO [pool-2-thread-9] connections - [ 123; 0; 88560 ] DialUpNASConnection set STATUS=3 08-12/16:25:18 INFO [pool-2-thread-9] connections - [ 123; 0; 88560 ] DialUpNASConnection sessionTime => 130 08-12/16:25:18 INFO [pool-2-thread-9] connections - [ 123; 0; 88560 ] Adding DisconnectByBalanceOverEvent.. 08-12/16:35:55 INFO [pool-2-thread-10] connections - [ 123; 0; 55076 ] DialUpNASConnection startConnection mode=1 08-12/16:35:55 INFO [pool-2-thread-10] connections - [ 123; 0; 55076 ] DialUpNASConnection set STATUS=1 08-12/16:35:55 INFO [pool-2-thread-10] connections - [ 123; 0; 55076 ] IP address register on collector 192.168.169.31 08-12/16:36:55 INFO [pool-2-thread-11] connections - [ 123; 0; 55076 ] DialUpNASConnection update connection.. 08-12/16:36:55 INFO [pool-2-thread-11] connections - [ 123; 0; 55076 ] DialUpNASConnection set STATUS=1 08-12/16:37:55 INFO [pool-2-thread-12] connections - [ 123; 0; 55076 ] DialUpNASConnection update connection.. 08-12/16:37:55 INFO [pool-2-thread-12] connections - [ 123; 0; 55076 ] DialUpNASConnection set STATUS=1 08-12/16:38:55 INFO [pool-2-thread-13] connections - [ 123; 0; 55076 ] DialUpNASConnection update connection.. 08-12/16:38:55 INFO [pool-2-thread-13] connections - [ 123; 0; 55076 ] DialUpNASConnection set STATUS=1 08-12/16:39:55 INFO [pool-2-thread-14] connections - [ 123; 0; 55076 ] DialUpNASConnection update connection.. 08-12/16:39:55 INFO [pool-2-thread-14] connections - [ 123; 0; 55076 ] No close calculate period.. 08-12/16:39:55 INFO [pool-2-thread-14] connections - [ 123; 0; 55076 ] Set connection to KILL 08-12/16:39:55 INFO [pool-2-thread-14] connections - [ 123; 0; 55076 ] DialUpNASConnection killing connection after UPDATE 08-12/16:39:55 INFO [pool-2-thread-14] connections - [ 123; 0; 55076 ] DialUpNASConnection set STATUS=1 08-12/16:39:55 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:39:55 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:39:57 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:39:57 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:39:59 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:39:59 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:40:01 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:40:01 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:40:03 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:40:03 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:40:05 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:40:05 INFO [Thread-9] connections - [ 123; 0; 55076 ] Set connection to KILL 08-12/16:40:19 INFO [127.0.0.1_161_null_v1_Trans5] connections - [ 123; 0; 55076 ] DialUpNASConnection set STATUS=2 08-12/16:40:19 INFO [127.0.0.1_161_null_v1_Trans5] connections - SNMP response [ SNMP1, host=127.0.0.1, msg=uk.co.westhawk.snmp.stack.AgentException cannot be cast to uk.co.westhawk.snmp.stack.varbind, recived object=uk.co.westhawk.snmp.stack.AgentException: Timed out ] 08-12/16:40:25 INFO [127.0.0.1_161_null_v1_Trans0] connections - SNMP response [ SNMP1, host=127.0.0.1, msg=uk.co.westhawk.snmp.stack.AgentException cannot be cast to uk.co.westhawk.snmp.stack.varbind, recived object=uk.co.westhawk.snmp.stack.AgentException: Timed out ] 08-12/16:40:55 INFO [pool-2-thread-15] connections - [ 123; 0; 55076 ] DialUpNASConnection update connection.. 08-12/16:40:55 INFO [pool-2-thread-15] connections - [ 123; 0; 55076 ] No close calculate period.. 08-12/16:40:55 INFO [pool-2-thread-15] connections - [ 123; 0; 55076 ] Set connection to KILL 08-12/16:40:55 INFO [pool-2-thread-15] connections - [ 123; 0; 55076 ] DialUpNASConnection killing connection after UPDATE 08-12/16:40:55 INFO [pool-2-thread-15] connections - [ 123; 0; 55076 ] DialUpNASConnection set STATUS=1 08-12/16:40:55 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:40:55 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:40:57 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:40:57 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:40:59 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:40:59 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:41:01 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:41:01 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:41:03 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:41:03 INFO [Thread-9] connections - [ 123; 0; 55076 ] SNMP reset request: set 1.3.6.1.4.1.2021.255.1 i 10496 08-12/16:41:05 INFO [Thread-9] connections - [ 123; 0; 55076 ] sendKillRequest 08-12/16:41:05 INFO [Thread-9] connections - [ 123; 0; 55076 ] Set connection to KILL 08-12/16:41:23 INFO [127.0.0.1_161_null_v1_Trans0] connections - [ 123; 0; 55076 ] DialUpNASConnection set STATUS=2 08-12/16:41:23 INFO [127.0.0.1_161_null_v1_Trans0] connections - SNMP response [ SNMP1, host=127.0.0.1, msg=uk.co.westhawk.snmp.stack.AgentException cannot be cast to uk.co.westhawk.snmp.stack.varbind, recived object=uk.co.westhawk.snmp.stack.AgentException: Timed out ] 08-12/16:41:27 INFO [pool-2-thread-16] connections - [ 123; 0; 55076 ] IP address unregistred from collector 192.168.169.31 08-12/16:41:27 INFO [pool-2-thread-16] connections - [ 123; 0; 55076 ] DialUpNASConnection stoppingConnection 08-12/16:41:27 INFO [pool-2-thread-16] connections - [ 123; 0; 55076 ] DialUpNASConnection has stop Packet => true 08-12/16:41:27 INFO [pool-2-thread-16] connections - [ 123; 0; 55076 ] DialUpNASConnection set STATUS=3 08-12/16:41:27 INFO [pool-2-thread-16] connections - [ 123; 0; 55076 ] DialUpNASConnection sessionTime => 332 08-12/16:41:27 INFO [pool-2-thread-16] connections - [ 123; 0; 55076 ] Adding DisconnectByBalanceOverEvent.. |
Автор: | borin [ 12 авг 2010, 20:39 ] |
Заголовок сообщения: | Re: Не проходят UPDATE запросы |
Все разобрался, вот какой раз убеждаюсь что форум это мега вещь ![]() |
Страница 1 из 1 | Часовой пояс: UTC + 5 часов [ Летнее время ] |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |