i put these into to my 2.9 bot
/ ip hotspot walled-garden ip add dst-address=hotspotip action=accept
/ ip hotspot walled-garden add dst-host=:^www\.paypal\.com$ dst-port=443 action=allow
/ ip hotspot walled-garden add dst-host=:^content\.paypalobjects\.com$ dst-port=443 action=allow
which does work on 3.o
what is the proper structer for 3.0??
I can get to paypal once im logged in np,
If i try to pull it up before loggin into the hotspot i can see parts of paypal , but the images are placeholders and the style is wrong. Please post your walled garden settings that do work!!!
walled garden info for version 3.0r2
For paypal to work perfectly
Go to walled-ip-garden
ADD your router local address
/ ip hotspot walled-garden ip add dst-address=127.0.0.1 action=accept
Add this ip for http://www.paypalobjects.com
/ ip hotspot walled-garden ip add dst-address=72.247.72.146 action=accept
ADD this ip range for paypal.com add the whole range
/ ip hotspot walled-garden ip add dst-address=216.113.160.0/19 action=accept
ADD paypal.coma and paypalobjects.com
/ ip hotspot walled-garden ip add dst-host=paypal.com action=accept
/ ip hotspot walled-garden ip add dst-host=paypalobjects.com action=accept