Static IP

Технические вопросы по UTM 5.0
Ответить
littleboy
Сообщения: 3
Зарегистрирован: Пт дек 16, 2005 19:57

Static IP

Сообщение littleboy »

Sorry for posting this here on English.

Can anyone tell me where to assign static IP for dialup user ?
My db is in MySQL, and i can't find it in documentation.

Please, don't delete this thread...

Thanks,
Sasa

ZeroWave
Сообщения: 63
Зарегистрирован: Вт июн 28, 2005 15:21
Откуда: Ташкент

Table name is downloaded.

Сообщение ZeroWave »

Table name is downloaded.
There have Ip, mask, password for users.

littleboy
Сообщения: 3
Зарегистрирован: Пт дек 16, 2005 19:57

Сообщение littleboy »

ZeroWave, thanks for the reply.

This is fields that is in the table "downloaded":
mysql> describe downloaded;
+-------------------+------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------------+------------+------+-----+---------+-------+
| downloaded_id | int(11) | YES | MUL | NULL | |
| tclass_id | int(11) | YES | | NULL | |
| qnt | bigint(20) | YES | | 0 | |
| old_prepay | bigint(20) | YES | | 0 | |
| custom_prepay | bigint(20) | YES | | 0 | |
| downed_as_prepaid | bigint(20) | YES | | 0 | |
| discounted | double | YES | | 0 | |
| traffic_quota | bigint(20) | YES | | 0 | |
| is_deleted | int(11) | YES | | 0 | |
+-------------------+------------+------+-----+---------+-------+
9 rows in set (0.00 sec)

mysql>

There is no IP field...

Ответить