I have a project due and I am stuck. Any help would be greatly appreciated.

I have provided the files in question below. I have edited the provided ZEN workstation. I need to get a working inline connection. I only need one and I have it setup off of eth0 with no other NICS installed.

My question is (see below) what is the gateway ip for from my pf.conf file? I see it is the same as my eth0 IP. Where else do I need to put this ip? I have a switch configured with ip 192.168.200.1/24. Do I need to setup something on the switch using the gateway ip? I can talk to the switch from my vmware and I can ping across my vlan to another computer (with static ip set). When I try hooking up another computer to the same vlan I can see the computer make the dhcp request (wireshark) but my ZEN workstation is not responding.

Here is my /etc/sysconfig/network-scripts/ifcfg-eth0 file.

DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
HWADDR=00:50:56:29:a2:e1
IPADDR=192.168.200.10
NETMASK=255.255.255.0

*BELOW IS FROM MY pf.conf FILE.*

[interface eth0]
ip=192.168.200.10
mask=255.255.255.0
type=internal,monitor
enforcement=inline
gateway=192.168.200.10

*HERE IS MY NETWORKS.CONF

*[192.168.200.0]
type=inline
netmask=255.255.255.0
gateway=192.168.200.10
dns=4.2.2.2
dhcp_start=192.168.200.11
dhcp_end=192.168.200.254
dhcp_default_lease_time=300
dhcp_max_lease_time=600
named=disabled
dhcpd=enabled
next_hop=
domain-name=nac.zen.packetfence.org

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Packetfence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to