I can't get Captive Portal login page in any browser else Firefox
-
The WEin 7 PC is a Domain attached computer. The Domain Controller is DC/DNS/DHCP Server. The PC IP is given by the DC. …...
Domain what where ???
From what I made of it when pfSEnse + Captive portal was made :
An interface (NIC) on which the captive portal is running.
A wire from this NIC to a switch.
This switch goes to wall-mounted RJ45 plugs (back then, some devices didn't have Wifi build in !) and a bunch of Access Points (wire to radio devices).
My visitors bring allong there PC / Pad / Phone / whatever (a basic BJOD).Example : by a NEW Dell portable - Phone or whatever. Unwrap it. Connect to the Wifi network. pfSense portal kick in - and it works.
Now, back to your 'domain' (from Microsoft ?) PC. This isn't a typical BJODevice …...
Do de test yourself : Your smartphone - the AP and your pfSense portal => That works ....
-
I am currently in testing. I have a Virtual network of DC and PC in LAN side and pfsense VM with fixed IP on LAN side and WAN DHCP assigned IP. CP listens in LAN interface. DC (Windows 2003 server) has Firefox, Chrome, and IE 8.0 browsers, PC (Win 7) has Chrome and IE 8.0 browsers. There are no wifi clients.
-
Notice that now, when CP Login is shown successfully, after doing the Login the PC fails to ping external sites (www.google.com) like being blocked. I checked the CP status and the MAC address of the PC is registered successfully and active. So it should not be blocked.
-
Notice that now, when CP Login is shown successfully, after doing the Login the PC fails to ping external sites (www.google.com) like being blocked. I checked the CP status and the MAC address of the PC is registered successfully and active. So it should not be blocked.
Your portal interface is on an interface - probably named initially OPTx.
Please list the firewall rules (see GUI this time !) and gives us YOUR rules for this interface.
Remember : by default, LAN has ONE rule : let all pass. By default, all other interfacse have ONE hidden rule (the list will be empty) : BLOCK ALL.
Do you let in ICMP ? ("in" because it's from the point of view of the interface). -
I do not have OPT interfaces, only LAN and WAN. I think ICMP is allowed. When I have CP off I can ping from inside to outside successfully. With CP on I can ping the pfsense LAN IP.
-
I notice that I can ping the site which triggered the CP Login not other.
Example.
I Open browser (Chrome). The home page fails to load and does not trigger the CP Login.
I write in the address bar a http address (http://www.jetsystemservices.com). The CP Login is triggered.
I login successfully and the site is shown. (External links in the site fails, youtube links)
I go the command prompt in the browser computer and I can ping the www.jetsystemservices.com site. But I cannot ping other address.It is like CP only allows one address at a time instead of opening all internet.
-
….
I Open browser (Chrome). The home page fails to load and does not trigger the CP Login.Is this the locally build page that doesn't need any 'internet' access -
or
is this a page like http://www.google.com (and NOT https://www.google.com !!! ) that comes from the net ?….
I write in the address bar a http address (http://www.jetsystemservices.com). The CP Login is triggered.Great !
….I login successfully and the site is shown. (External links in the site fails, youtube links)
at that moment, go here https://doc.pfsense.org/index.php/Captive_Portal_Troubleshooting
and list us your ipfw rules and tables (what IN these tables)also, at that moment:
open command prompt
and
ping www.yutoube.comThe URL is resolved ?
The ping replies ? (youtube.com might decide not to reply, that's ok) -
The home page is http://www.google.com
Ping to www.youtube.com does not resolve.
ipfw execution:
ipfw zone list
Currently defined contexts and their members:
2: em1,ipfw -x 2 table all list
–-table(1)---
192.168.56.100/32 mac 08:00:27:e8:c0:b4 2090
---table(2)---
192.168.56.100/32 mac 08:00:27:e8:c0:b4 2091
---table(3)---
192.168.56.1/32 2032
---table(4)---
192.168.56.1/32 2033
---table(100)---
192.168.56.1/32 0ipfw -x 2 show
65291 0 0 allow pfsync from any to any
65292 0 0 allow carp from any to any
65301 99 3978 allow ip from any to any layer2 mac-type 0x0806,0x8035
65302 0 0 allow ip from any to any layer2 mac-type 0x888e,0x88c7
65303 0 0 allow ip from any to any layer2 mac-type 0x8863,0x8864
65307 0 0 deny ip from any to any layer2 not mac-type 0x0800,0x86dd
65310 2320 166643 allow ip from any to table(100) in
65311 2242 298979 allow ip from table(100) to any out
65312 4 1312 allow ip from any to 255.255.255.255 in
65313 0 0 allow ip from 255.255.255.255 to any out
65314 0 0 pipe tablearg ip from table(3) to any in
65315 0 0 pipe tablearg ip from any to table(4) in
65316 0 0 pipe tablearg ip from table(3) to any out
65317 0 0 pipe tablearg ip from any to table(4) out
65318 671 180692 pipe tablearg ip from table(1) to any in
65319 86 16287 pipe tablearg ip from any to table(2) out
65531 1696 82569 fwd 127.0.0.1,8003 tcp from any to any dst-port 443 in
65532 1927 136541 fwd 127.0.0.1,8002 tcp from any to any dst-port 80 in
65533 2939 379068 allow tcp from any to any out
65534 3112 348052 deny ip from any to any
65535 2 955 allow ip from any to any -
Now I think got worst.
I reinstall pfsense 2.3.1 amd64 from cero, even format the HD to make sure no files remained. Did not install any package. I set the LAN IP static, WAN IP takes IP from Cable modem DHCP. I turn off DHCP on LAN interface as the LAN side takes the IPs from the Windows Domain DHCP server.
Added CP zone, with Local Authentication. HTTPS Login unchecked. Added the pfsense IP at Allowed IP Addresses.
The Win7 computer access internet as if CP is turn off, is not blocked.
Shell Output - ipfw -x 2 show
65291 0 0 allow pfsync from any to any
65292 0 0 allow carp from any to any
65301 20 776 allow ip from any to any layer2 mac-type 0x0806,0x8035
65302 0 0 allow ip from any to any layer2 mac-type 0x888e,0x88c7
65303 0 0 allow ip from any to any layer2 mac-type 0x8863,0x8864
65307 0 0 deny ip from any to any layer2 not mac-type 0x0800,0x86dd
65310 131 17105 allow ip from any to table(100) in
65311 155 88607 allow ip from table(100) to any out
65312 0 0 allow ip from any to 255.255.255.255 in
65313 0 0 allow ip from 255.255.255.255 to any out
65314 582 80166 pipe tablearg ip from table(3) to any in
65315 0 0 pipe tablearg ip from any to table(4) in
65316 0 0 pipe tablearg ip from table(3) to any out
65317 672 429906 pipe tablearg ip from any to table(4) out
65318 0 0 pipe tablearg ip from table(1) to any in
65319 0 0 pipe tablearg ip from any to table(2) out
65532 0 0 fwd 127.0.0.1,8002 tcp from any to any dst-port 80 in
65533 0 0 allow tcp from any to any out
65534 0 0 deny ip from any to any
65535 0 0 allow ip from any to anyShell Output - ipfw -x 2 table all list
–-table(3)---
192.168.56.0/24 2000
---table(4)---
192.168.56.0/24 2001
---table(100)---
192.168.56.1/32 0Note: the pfsense IP is 192.168.56.1/24, don't know why table(100) has 192.168.56.1/32
-
…...
...... I turn off DHCP on LAN interface as the LAN side takes the IPs from the Windows Domain DHCP server.
......Added CP zone, ...............
STOP.
While you set up your portal settings, read the foot note.https://forum.pfsense.org/index.php?topic=111737.msg632639#msg632639
( => case solved ;) )
-
…...
...... I turn off DHCP on LAN interface as the LAN side takes the IPs from the Windows Domain DHCP server.
......Added CP zone, ...............
STOP.
While you set up your portal settings, read the foot note.https://forum.pfsense.org/index.php?topic=111737.msg632639#msg632639
( => case solved ;) )
OK. I though that there was a posible work around.
Not being the case, for my needs CP in pfsense is not a viable solution. In my case as many others, DHCP and primary DNS must be kept on the Windows Domain Controller.
-
DHCP Relay (and keeping DNS to DC) is not an option?
-
DHCP Relay (and keeping DNS to DC) is not an option?
How will I use DHCP Relay?
My DHCP (DC/DNS) server IP is 192.168.56.10 (static, 255.255.255.0)
My pfsense IP is 192.168.56.1 (static, 255.255.255.0) in LAN side, WAN is DHCP assign from cable modem. I do not have any other interface. -
It happens that I have a client that has a Win Server with AD/DNS but without DHCP because it has a Wifi Router that is doing the DHCP Server role.
So I can turn on DHCP on pfsense and configure the router to use the pfsense's dhcp.
How should I configure the pfsense dhcp to register addresses in the AD/DNS?
Once I get this dhcp running I can turn on CP in pfsense
-
No idea why you wouldn't just use Windows DHCP in that case.
-
No idea why you wouldn't just use Windows DHCP in that case.
I tried Captive Portal with DHCP in the AD, but it did not work. Also in this thread was directed to the note referred by Gertjan on: June 21, 2016, 04:55:46 am , implying that DHCP must be done by pfsense as CP works correctly.
It was suggested to use DHCP relay but I do not how could I use that for this situation.
-
OH! Still does not work.
I turn dhcp off in the AD server and turn on dhcp on pfsense. The PC aquired the IP succesfully as can be seen on the dhcp leases in pfsense.
But chrome does not call the CP login page.
-
Is the AD DHCP server in the same subnet as your clients? If not you will have to use DHCP relay to get there and put the proper scope in the DHCP Server.
What happens if you go to http://10.10.10.10/ in chrome?
-
My network is really simple.
My LAN is 192.168.56.x, 255.255.255.0
AD has static IP 192.168.56.10
pfsense has static IP 192.168.56.1
DHCP server sets:
from 192.168.56.100 to 192.168.56.254
DNS = 192.168.56.10
Gateway = 192.168.56.1WAN is DHCP assigned by the Cable modem
Trying http://10.10.10.10 gives me "took too long to respond" error
ipfw zone list
Currently defined contexts and their members:
2: em1,Shell Output - ipfw -x 2 show
65291 0 0 allow pfsync from any to any
65292 0 0 allow carp from any to any
65301 66 2424 allow ip from any to any layer2 mac-type 0x0806,0x8035
65302 0 0 allow ip from any to any layer2 mac-type 0x888e,0x88c7
65303 0 0 allow ip from any to any layer2 mac-type 0x8863,0x8864
65307 0 0 deny ip from any to any layer2 not mac-type 0x0800,0x86dd
65310 1569 143858 allow ip from any to table(100) in
65311 1456 434214 allow ip from table(100) to any out
65312 13 4327 allow ip from any to 255.255.255.255 in
65313 0 0 allow ip from 255.255.255.255 to any out
65314 0 0 pipe tablearg ip from table(3) to any in
65315 0 0 pipe tablearg ip from any to table(4) in
65316 0 0 pipe tablearg ip from table(3) to any out
65317 0 0 pipe tablearg ip from any to table(4) out
65318 878 108115 pipe tablearg ip from table(1) to any in
65319 858 899391 pipe tablearg ip from any to table(2) out
65532 282 14933 fwd 127.0.0.1,8002 tcp from any to any dst-port 80 in
65533 223 25436 allow tcp from any to any out
65534 2141 218858 deny ip from any to any
65535 0 0 allow ip from any to anyShell Output - ipfw -x 2 table all list
–-table(1)---
192.168.56.100/32 mac 08:00:27:e8:c0:b4 2002
---table(2)---
192.168.56.100/32 mac 08:00:27:e8:c0:b4 2003
---table(100)---
192.168.56.1/32 0Note: The table(100) has 192.168.56.1/32 instead of /24. I have not added any Allow IP nor Allow Host at the zone.
-
Note: The table(100) has 192.168.56.1/32 instead of /24. I have not added any Allow IP nor Allow Host at the zone.
Table 100 contains the IP of the Captive Portal NIC.
My network is really simple.
My LAN is 192.168.56.x, 255.255.255.0
AD has static IP 192.168.56.10
pfsense has static IP 192.168.56.1
DHCP server sets:
from 192.168.56.100 to 192.168.56.254
DNS = 192.168.56.10
Gateway = 192.168.56.1Ok.
and what are these setting on the device that you used to :
@jetberrocal:Trying http://10.10.10.10 gives me "took too long to respond" error
Who is this IP :
@jetberrocal:–-table(1)---
192.168.56.100/32 mac 08:00:27:e8:c0:b4 2002
---table(2)---
192.168.56.100/32 mac 08:00:27:e8:c0:b4 2003
---table(100)---
192.168.56.1/32 0?
Table 1 and 2 contain the "logged in users" - so "192.168.56.100" has been logged in successfully.