matheusoveral
(usa Ubuntu)
Enviado em 29/08/2011 - 09:49h
Segue:
Wlan
ra0 Link encap:Ethernet Endereço de HW f0:7d:68:fa:e4:40
inet end.: 192.168.2.1 Bcast:192.168.2.255 Masc:255.255.255.0
endereço inet6: fe80::f27d:68ff:fefa:e440/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Métrica:1
pacotes RX:98 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:138 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:6681 (6.6 KB) TX bytes:4938 (4.9 KB)
IRQ:21
DHCP
ddns-update-style none;
default-lease-time 600;
max-lease-time 7200;
option domain-name "serverw.local";
option domain-name-servers 192.168.2.1, 201.10.1.2, 8.8.8.8;
option routers 192.168.2.1;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
log-facility local7;
subnet 192.168.2.0 netmask 255.255.255.0 {
option wpad code 252 = text;
option wpad "http://192.168.2.1/wpad.dat\n";
range 192.168.2.10 192.168.2.50;
}
Bind
wpad IN A 192.168.2.1
wpad.dat
function FindProxyForURL(url, host) {
if(isPlainHostName(host))
return "DIRECT";
else
return "PROXY 192.168.2.1:3128";
}