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
Static IP
Table name is downloaded.
Table name is downloaded.
There have Ip, mask, password for users.
There have Ip, mask, password for users.
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...
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...