Hello everybody,
my name is Rosario and this is my first experience with PacketFence,
I have many doubt about configuration and network's topology of PF,
and I will try to be as succinct as possible.

My degree thesis project is to deploy pf, for now in out-of-band mode, I
have two cisco switch that in my topology play the role of:

Catalyst 3750 --> core switch
Catalyst 3650G --> access switch


     ----------------------------
                                       -----------------------
    |     Catalyst 3750    | ______________________   |    Catalyst
3650G    |
    |                             |
     ------------------------
     ----------------------------
                                                |               |

|                                                                        |
              |

|
|               |
    Packetfence
User          User


>From the core switch I reach a router for gain the access to internet. I
work with CentOS 6.5 and the complete installation is successful. I can
enter in the https://192.168.1.5:1443 configuration page and configure as
well, the all services are started. Then I had problems to understand some
configuration steps.

I have configured the interfaces in pf.conf like that:

[interface eth0]
 mask=255.255.255.0
 type=management
 gateway=192.168.1.1
 ip=192.168.1.5

[interface eth0.2]
 mask=255.255.255.0
 type=internal
 enforcement=vlan
 gateway=192.168.2.1
 ip=192.168.2.1

[interface eth0.3]
 mask=255.255.255.0
 type=internal
 enforcement=vlan
 gateway=192.168.3.1
 ip=192.168.3.1

My networks.conf file is:

[192.168.2.0]
netmasksk=255.255.255.0
gateway=192.168.1.1
domain-name=vlan-registration.packetfence.org
#dns=192.168.42.1
#dhcp_start=192.168.42.100
#dhcp_end=192.168.42.175
#dhcp_default_lease_time=300
#dhcp_max_lease_time=600
type=vlan-registration
named=enabled
dhcpd=disabled

[192.168.3.0]
dns=192.168.3.1
dhcp_start=192.168.3.10
gateway=192.168.3.1
domain-name=vlan-isolation.packetfence.org
nat_enabled=disabled
named=enabled
dhcp_max_lease_time=30
fake_mac_enabled=disabled
dhcpd=enabled
dhcp_end=192.168.3.246
type=vlan-isolation
netmask=255.255.255.0
dhcp_default_lease_time=30

I would like to have three kind of vlan: Student, Prof, Stuff;
but, for now I have configured  Registration (vlan 10) and Isolation (vlan
20) vlans on 3650G, together with the Data vlan (vlan 80), for first test
PacketFence. Then I have configured  the snmp-server on 3650G like says the
Administration Guide at pag 18.

1) How do I configure the switch 3750 for the snmp?

2) Do I need some extra dhcp-dns-radius configuration?

Some kind soul has produced a sample configuration out-of-band? :-)

Thanks very much in advance, your work is wonderful!
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to