* M�rcio Fernando da Silva ([EMAIL PROTECTED]) wrote: > Bom dia pessoal. > > Tenho a intencao de fazer um servidor de Cache com SQUID usando a funcao de > WCCP com o meu roteador Cisco. Fui no site do SQUID-CACHE para ler as > instrucoes de como fazer, e ele fala o seguinte a respeito do FreeBSD : > > FreeBSD-4.8 and later > The operating system now comes standard with some GRE support. You need to > make a kernel with the GRE code enabled: > pseudo-device gre > And then configure the tunnel so that the router's GRE packets are accepted: > > # ifconfig gre0 create > # ifconfig gre0 $squid_ip $router_ip netmask 255.255.255.255 up > # ifconfig gre0 tunnel $squid_ip $router_ip > # route delete $router_ip > > Eu pus o item "pseudo-device gre" no meu kernel e assim que dou o comando > config NOMEDOKERNEL, ele retorna : > > acmelabs# config KERNEL1 > config: KERNEL1:154: syntax error > > Estou usando o FreeBSD 5.1 para Alpha. Alguem poderia me explicar como eu > teria que fazer para habilitar o gre que pede no site do squid ?
Usa s� 'device gre'. A nomenclatura mudou no 5.x. -- Giovanni P. Tirloni http://www.tirloni.org _______________________________________________________________ Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr Historico: http://www4.fugspbr.org/lista/html/FUG-BR/
