dodoyuji
(usa Debian)
Enviado em 20/06/2011 - 16:14h
##############################################################################
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
##############################################################################
# The loopback network interface
auto lo
iface lo inet loopback
######################### The primary network interface ######################
allow-hotplug eth0
iface eth0 inet static
address 192.168.x.x
netmask 255.255.255.0
network 192.168.x.x
broadcast 192.168.x.255
gateway 192.168.x.x
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.x.x
dns-search aetech.ind.br
########################## The second network interface ######################
allow-hotplug eth1
iface eth1 inet static
address 192.168.x.x
netmask 255.255.255.0
network 192.168.x.x
broadcast 192.168.x.255
gateway 192.168.x.x
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.x.x
dns-search aetech.ind.br
#############################################################################
hawx:/etc/dhcp3# cat /proc/sys/net/ipv4/ip_forward
0
hawx:/etc/dhcp3# iptables -t nat -L POSTROUTING
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
O servidor DNS esta funcionando normalmente e e verdadeiro