hi, i'm a new in packetfence but quite familiar with linux, i install packetfence so user must login to captive portal/pf before accessing network. I Think my radius switch can talk to pf server, i can see the mac address client, and can assign manualy any role/vlan. But what i want is a captive portal logon, the captive portal logon doesnt trigger. please help me guys. btw im using centos 7 and the new pf version
thx pf.conf [invisible21@pf01 conf]$ cat pf.conf [general] domain=trumpet.org hostname=pf01 dhcpservers=127.0.0.1,172.16.30.28,172.16.86.35 timezone=Asia/Bangkok [guests_admin_registration] access_duration_choices=1h,3h,12h,1D,2D,3D,5D,1W,1M [alerting] [email protected] [database] db=pf_db01 user=pf_usr01 pass= [captive_portal] rate_limiting=disabled other_domain_names=facebook.com,youtube.com,google.com,firefox.com,apple.com [parking] threshold=21600 [interface ens256] enforcement=vlan ip=10.10.26.6 type=internal mask=255.255.255.0 [interface ens192] ip=10.10.27.6 type=management,portal,radius mask=255.255.255.0 [interface ens224] ip=10.10.31.6 type=portal mask=255.255.255.0 switches.conf [invisible21@pf01 conf]$ cat switches.conf [10.10.99.57] description=Switch 01 type=Juniper::EX2200 radiusSecret=onlygodknowswhy registrationVlan=1026 # # Copyright (C) 2005-2018 Inverse inc. # # See the enclosed file COPYING for license information (GPL). # If you did not receive this file, see # http://www.fsf.org/licensing/licenses/gpl.html [192.168.0.1] description=Test Switch type=Cisco::Catalyst_2900XL mode=production uplink=23,24 VoIPLLDPDetect=N #SNMPVersion = 3 #SNMPEngineID = 0000000000000 #SNMPUserNameRead = readUser #SNMPAuthProtocolRead = MD5 #SNMPAuthPasswordRead = authpwdread #SNMPPrivProtocolRead = DES #SNMPPrivPasswordRead = privpwdread #SNMPUserNameWrite = writeUser #SNMPAuthProtocolWrite = MD5 #SNMPAuthPasswordWrite = authpwdwrite #SNMPPrivProtocolWrite = DES #SNMPPrivPasswordWrite = privpwdwrite #SNMPVersionTrap = 3 #SNMPUserNameTrap = readUser #SNMPAuthProtocolTrap = MD5 #SNMPAuthPasswordTrap = authpwdread #SNMPPrivProtocolTrap = DES #SNMPPrivPasswordTrap = privpwdread [192.168.1.0/24] description=Test Range Switch type=Cisco::Catalyst_2900XL mode=production uplink=23,24 VoIPLLDPDetect=N [group switchGRP] description=switchGRP [invisible21@pf01 conf]$ network.conf [invisible21@pf01 conf]$ cat networks.conf [10.10.26.0] dns=10.10.26.6 split_network=disabled dhcp_start=10.10.26.10 gateway=10.10.26.6 domain-name=vlan-registration.trumpet.org nat_enabled=disabled named=enabled dhcp_max_lease_time=30 fake_mac_enabled=disabled dhcpd=enabled dhcp_end=10.10.26.246 type=vlan-registration netmask=255.255.255.0 dhcp_default_lease_time=30 [invisible21@pf01 conf]$
_______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
