After I join wifi I am placed in the registration Vlan, however no Captive 
Portal appears.


I can't bring up the Captive Portal page by typing in the URL manually either ( 
https://<pf_ip_address>).


My management interface IP address is 192.168.1.22/16, my registration Vlan 
interface IP is 10.0.21.252/24 .


networks.conf:
[10.0.21.0]

dns=10.0.21.252

split_network=disabled

dhcp_start=10.0.21.10

gateway=10.0.21.252

domain-name=vlan-registration.centennialchristian.ca

nat_enabled=disabled

named=enabled

dhcp_max_lease_time=30

fake_mac_enabled=disabled

dhcpd=enabled

dhcp_end=10.0.21.246

type=vlan-registration

netmask=255.255.255.0

dhcp_default_lease_time=30


profiles.conf:
[CaptivePortal]

locale=

root_module=CaptivePortal

filter=ssid:Test


portal_modules.conf
[AD-Employee]

source_id=AD-Portal

actions=

fields_to_save=

custom_fields=

description=Employees

with_aup=0

signup_template=signin.html

pid_field=username

aup_template=aup_text.html

type=Authentication::Login



[AD-Student]

source_id=AD-Portal-Student

actions=

fields_to_save=

custom_fields=

description=Students

with_aup=1

signup_template=signin.html

pid_field=username

aup_template=aup_text.html

type=Authentication::Login



[GuestSponsor]

source_id=sponsor

actions=set_role(guest)

fields_to_save=

custom_fields=

description=Guest Sponsorship

with_aup=0

signup_template=signin.html

pid_field=email

aup_template=aup_text.html

type=Authentication::Sponsor



[CaptivePortal]

modules=CaptivePortalOptions

type=Root

description=Captive Portal



[CaptivePortalOptions]

modules=AD-Employee,AD-Student,GuestSponsor

actions=

template=content-with-choice.html

show_first_module_on_default=disabled

type=Choice

description=Captive Portal


Are you able to tell me where I went wrong?
There are no processes listening on 443.


netstat -ln | egrep "(https|443)" :
tcp        0      0 192.168.1.22:1443       0.0.0.0:*               LISTEN


_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to