Connect to internet through DC with 2 network interfaces
Posted
by
Ali Foroughi
on Server Fault
See other posts from Server Fault
or by Ali Foroughi
Published on 2013-01-02T15:05:22Z
Indexed on
2013/06/27
4:23 UTC
Read the original article
Hit count: 453
domain-controller
|bridge
I have a network like this :
Client 1 <== Wireless ==> Access Point <== Wire ==> DC <== Wireless ==> ADSL Modem
Client 1 :
IP : 192.168.1.181
DG : 192.168.1.100
DNS : 192.168.1.100
Access Point :
IP : 192.168.1.10
DG : 192.168.1.100
DC :
IP : 192.168.1.100
DG : 192.168.1.1
DNS : 127.0.0.1
ADSL Modem :
IP : 192.168.1.1
I can ping yahoo.com from client1, but cannot browse the internet. UPDATE1 : my DC has two network interfaces that I bridge together.
UPDATE2 : I powered down the DC firewall
UPDATE3 : I set a forwarder for my DC to 8.8.8.8 (Google dns)
© Server Fault or respective owner