Hello dear PacketFence users; Have been trying to setup the PacketFence test environment, following the Admin Guide and Network Devices Config Guide for PF 4.1.0.
I have set up last 18 ports of my Cisco 3560 switch with 802.1x with MAC Authentication bypass (MultiHost) according to the manual. My question is how do I setup the switchport that PacketFence is plugged into ? It is not mentioned in the documentation, maybe its straightforward for experienced users but I am not familiar with switch configurations. I configured the switchport that PF machine is plugged into as follows; ! interface FastEthernet0/3 switchport trunk encapsulation dot1q switchport trunk allowed vlan 1108 switchport mode trunk ! and the laptop that is trying to access the admin webpage at https://192.168.30.1:1443/admin/ is plugged into the following switchport of the Cisco 3560 switch; ! interface FastEthernet0/7 switchport access vlan 1108 ! These switchports are seperate from the ones that are configured for 802.1x and MAB according to the manual. PF and laptop cannot communicate, they can not ping each other... Any suggestions will be greatly appreciated.... Thanks.... Here is my Setup; (/etc/network/interfaces on PF box running Ubuntu 12.04) eth3: 192.168.3.5 netmask: 255.255.255.0 gateway: 192.168.3.5 eth3.10: 192.168.10.1 netmask: 255.255.255.0 eth3.20: 192.168.20.1 netmask: 255.255.255.0 eth3.30: 192.168.30.1 netmask: 255.255.255.0 VLAN ID | VLAN Name | Subnet | GW | PF Address ? --- 192.168.3.0/24 192.168.3.5 192.168.3.5 10 Registration 192.168.10.0/24 192.168.10.1 192.168.10.1 20 Isolation 192.168.20.0/24 192.168.20.1 192.168.20.1 30 Management 192.168.30.0/24 192.168.30.1 192.168.30.1 -----conf/pf.conf----- [interface eth3.10] enforcement=vlan ip=192.168.10.1 type=internal mask=255.255.255.0 [interface eth3.20] enforcement=vlan ip=192.168.20.1 type=internal mask=255.255.255.0 [interface eth3.10] ip=192.168.10.1 type=management mask=255.255.255.0 -----conf/networks.conf----- [192.168.10.0] dns=192.168.10.1 gateway=192.168.10.1 netmask=255.255.255.0 domain-name=vlan-registration.PacketFenceDomain type=vlan-registration named=enabled dhcpd=enabled face_mac_enabled=enabled dhcp_start=192.168.10.10 dhcp_end=192.168.10.246 dhcp_max_lease_time=30 dhcp_default_lease_time=30 [192.168.20.0] dns=192.168.20.1 gateway=192.168.20.1 netmask=255.255.255.0 domain-name=vlan-isolation.PacketFenceDomain type=vlan-isolation named=enabled dhcpd=enabled face_mac_enabled=enabled dhcp_start=192.168.20.10 dhcp_end=192.168.20.246 dhcp_max_lease_time=30 dhcp_default_lease_time=30 ------------------------------------------------------------------------------ Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download http://p.sf.net/sfu/restlet _______________________________________________ PacketFence-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/packetfence-users
