1.I have a 10 of Public IP Address. (for example 111.111.111.1~111.111.111.10)
2.I have external Radius server (Radius manager)
3.I have few of Level5 ROS Licenses.
4.I already setup and well working PPTP service for my client groups.
5.I want using my 10 of Public IP Address for dynamic asign to outgoing traffic.
First, I want asign 1 of Public IP Address to ether1 of Nas1 with domain name. (for example vpn1.service.com)
Second, I want asign another 9 of Public IP Address to ether2 of Nas1 without domain name
user1 access to ether1 of Nas1 after radius athentication, Nas1 asign private IP (10.0.0.254)to User1.
then nas also asign first of 9 Public IP Address to user1 outgoing traffic.
user2 access to ether1 of Nas1 after radius athentication, Nas1 asign private IP (10.0.0.253)to User2.
then nas also asign second of 9 Public IP Address to user2 outgoing traffic.
.
.
.
user9 access to ether1 of Nas1 after radius athentication, Nas1 asign private IP (10.0.0.246)to User9.
then nas also asign last of 9 Public IP Address to user9 outgoing traffic.
user10 access to ether1 of Nas1 after radius athentication, Nas1 asign private IP (10.0.0.245)to User10.
then nas also asign first of 9 Public IP Address again to user10 outgoing traffic.
as I discribe, user can get their asigned outgoing Public IP Address by Sequencial or Dynamic way.
and all athentication with radius server throu ether1 interface.
this is what i want setup for my pptp server. can anyone help me to setup like this?
I don’t really understand what you want to achieve… maybe assign different address pools for different users (via RADIUS) and then NAT different private pools to different public IPs?..
or you want to assign public IPs directly, w/o NAT? then set pptp pool to 111.111.111.1-111.111.111.10
I don’t really understand what you want to achieve… maybe assign different address pools for different users (via RADIUS) and then NAT different private pools to different public IPs?..
No. I don’t want seperate address pools. and i don’t want to seperate by user id. it will effect to Simultaneous use option.
I want to make kind of network load balancing for outgoing traffic.
for example if all of 100 user want to play online poker game.
according Poker Gaming provider rule " can not access more then 2 account from same public ip address" for anti-fraud gambling.
but, If i provide pptp service for user1~user5, they seems like from same IP,(poker service provider’s veiw point.) i want solve this problem with minimum resource. .
or you want to assign public IPs directly, w/o NAT? then set pptp pool to 111.111.111.1-111.111.111.10
----> No. I have few hundred client per NAS. 10 Public IP is not enough for that.
Frankly speaking, it is all about Online Poker Service.
Poker Service Provider only allow access to each servers limited number of connection from same Public IP Address.
But some of Internet cafe using Broadband Router with Only One Public IP Address for more then 100 computer.
so If more then limited number of users want to access to Poker server from one internet cafe, ROS Server need to assign Public Ip Address Sequentially or Dynamically to each users traffics to poker server.