Enabling user registration and payment

Hello.
I’m in a special situation here. In order to have internet access, users must require an username and password. Usernames and passwords are provided from an automated website-based system and payments are made via Paypal API.

The problem is: user must have access only to my website (hosted locally) and paypal.com website, WITHOUT do login.

Is possible create rules to permit access only to some hosts and/or IPs?

Thanks a lot,
Francesco

nothing? :frowning:

nobody can help me? :frowning: I think is not a big problem for a medium mikrotik expert.

Could you explain the method user will be logged in ?
As there is no any problem to allow your specific page and Paypal, but then I assume user should get full access.
MikroTik RouteroS provides HotSpot server feature, but RouterOS could communicate only with remote RADIUS server.

Registration:

  1. User go on whichever website and mikrotik redirect it to the login page.
  2. User click on “registration” link like “http://www.mysite.com/register/
  3. On registration page user provide Personal Data like Name, Surname, Street, Prone and accept privacy policy
  4. If data format is correct user is redirect to Paypal.com, when he ave to login into it and confirm payment (in the same time Paypal send confirmation of payment to my website and my website activate the user).
  5. When payment is completed the user is redirect to mikrotik login page and have to provide user and password for surf the web.


    I have problems from second point because user can’t go to my website or paypal.com website…any idea?

If I understand you question…

First of all you must use HotSpot!

In hotspot configuration you have “walled garden”. You can add some site or host (access some sites without authorization).

Fantastic!

Thank’s a lot!