As I discussed in my previous topic , if you are entering any source network pool or source IP in the walled garden IP lists , That means those users from that IP pool are going to use the internet without any login .
Let's Here I have one IP pool and I am going to make proxy for that entire network and also you can
make proxy for one single user but based on your requirement you can configure .
Lets in my case I am going to make proxy for one ip which is 100.0.1.2 and another proxy for
one complete network(100.0.3.0/24) .
Lets begin the configuration .
The configuration is very simple and please find the command's below .
/ip hotspot walled-garden
add comment="place hotspot rules here" disabled=yes
/ip hotspot walled-garden ip
add action=accept disabled=no !dst-address !dst-port !protocol src-address=\
100.0.1.2
add action=accept disabled=no !dst-address !dst-port !protocol src-address=\
100.0.3.0/24
Let's Here I have one IP pool and I am going to make proxy for that entire network and also you can
make proxy for one single user but based on your requirement you can configure .
Lets in my case I am going to make proxy for one ip which is 100.0.1.2 and another proxy for
one complete network(100.0.3.0/24) .
Lets begin the configuration .
The configuration is very simple and please find the command's below .
/ip hotspot walled-garden
add comment="place hotspot rules here" disabled=yes
/ip hotspot walled-garden ip
add action=accept disabled=no !dst-address !dst-port !protocol src-address=\
100.0.1.2
add action=accept disabled=no !dst-address !dst-port !protocol src-address=\
100.0.3.0/24
No comments:
Post a Comment