Hi, everybody. I'm trying to test TMG as firewall/proxy server. I followed tutorial to install TMG Edge Firewall in home lab conditions, but my clients are unable to connect to Web. If you are willing to help me, this are my settings.
I have Virtual Box lab. My modem's internal network is 192.168.0.xxx. On Domain Controller Server (Server 2008 R2) I have internal network NIC with static ip address set to 192.168.2.4. On Domain controller I have set up DNS and DHCP roles which are both working properly. I made another 2008 R2 server, joined it in domain, and installed TMG on it, I installed both SP1 and SP2 on it, than configured it, following tutorial on web. I have two NICs, LAN (192.168.2.xxx)and WAN which is in bridged mode (192.168.0.xxx).
On LAN i have static IP with this settings:
ip 192.168.2.1
netmask 255.255.255.0
no gateway
DNS server 192.168.2.4 (my internal DNS on Domain Controller)
On WAN I have automatic settings (I have dynamic IP adress from ISP):
It is something like: ip 192.168.0.xxx
netmask 255.255.255.0
192.168.0.1
DNS - 192.168.0.1 (I tried with OpenDNS too, but it didn't help and i read that DNS should be set to internal)
I was hoping to use LAN static ip 192.168.2.1 as Default Gateway for my clients so they could use internet (Clients only have one NIC with internal network)
After I installed TMG, I have created access rules and enabled HTTP and HTTPS, and DNS, and web traffic so it goes from internal to external network.
Then, I have set my Windows 8.1 client to use static ip address with this settings:
ip: 192.168.2.40
subnet: 255.255.255.0
GW: 192.168.2.1 (static IP of internal NIC on TMG server)
DNS: 192.168.2.4 (internal DNS)
I have no internet on client, but also I have strange situation. Windows says I'm connected to network (i have normal network icon instead of yellow Limited connectivity icon), but I can't ping 8.8.8.8, nor google.com. What I'm doing wrong? Any help would be highly appreciated.