We have a server with three network interface teams, which we want to use as part of a project to provide "internet cafe" style BYOD wireless access to the Internet. The idea is that traffic will be routed from the "internal" team to the "external" team
and the other team will only be used for authentication with our main network's Active Directory.
The configuration of the three teams is as follows:
Internet Cafe Team: IP address 10.128.10.2, subnet mask 255.192.0.0, default gateway blank, DNS server 10.128.10.2
College Team: IP address 172.16.32.6, subnet mask 255.255.0.0, default gateway blank, DNS servers 172.16.178.4 and 172.16.178.2 (the domain controllers)
Fibre Team: IP address 10.192.0.2, subnet mask 255.192.0.0, default gateway 10.192.0.1, DNS servers 10.192.0.2 and 8.8.8.8
The network switch and access points we are using are a D-Link DWS-4026 unified wireless switch and matching D-Link DWL-8600AP access points. The captive portal function is part of the switch's capabilities. The switch's IP is 10.128.10.1 and it redirects
unauthenticated HTTP connections coming via the wireless APs, to the captive portal page. Authentication is done via RADIUS.
Having previously attempted and failed to configure Forefront, I reinstalled the server and without Forefront installed was able to set up DHCP, DNS, NPS and RRAS roles such that wireless clients could connect and obtain an IP address, the switch's captive
portal successfully redirected wireless clients, which were then able to log in using Active Directory usernames and passwords, and subsequently access the Internet.
I then installed Forefront on top of this configuration in the hopes that it might intelligently detect existing settings but this appears not to be the case.
I have managed to set up firewall rules which should allow the necessary DHCP, DNS and RADIUS traffic, along with the web access rules we would like (the main point of using Forefront is so that we can do web filtering and malware filtering) but while wireless
clients are able to connect and obtain an IP address, they can't connect to the captive portal now.
Can anyone offer any advice or suggestions?