> > Intente Pero aun no funciona ....
> 
> Si alguien pudiera orientarme en como configurar
> apache y el DNS para que desde otra maquina o desde la
> misma pudiera navegar colocando el nombre de mi
> dominio
> > por
> > ej.: lynx www.adeuxy.cl. o ping www.adeuxy.cl
> > 
> > Solo quiero algo muy basico funcionando. (Para ir
> > introduciendome de a poco en el tema)
> > 
> > agradesco sugerencias y comentarios.... Gracias
> > necesito imperiosamente lograr esto por lo menos....
> > se que puedo estar fallando en pabadas pero no logro
> > comprender donde esta el error..
> > 
> > 
> > Mi hostname es "debian"
> > 
> > Por Favor ayudenme...
> >
> _______________________________________________________
> > 
> > Mensaje Original
> > 
> > 
> > // add entries for other zones below here
> > zone "adeuxy.cl" {
> >      type master;
> >      file "/etc/bind/db.adeuxy.cl";
> >      allow-query { any; };
> >      allow-transfer { none; };
> > };
> > 
> >
> ______________________________________________________
> > 
> > y el archivo de la zona db.adeuxy.cl
> > ;
> > ; BIND data file for zone adeuxy.cl
> > ;
> > $TTL 604800
> > @  IN  SOA adeuxy.cl.
> > gerardocastro2002.yahoo.com.ar.
> > (
> >    2002051101   ;
> >         10800   ;
> >          7200   ;
> >       1296000   ;
> >        172800 ) ;
> > 
> > NS     debian.adeuxy.cl.
> > TXT    "Servidor de nombres primario y unico"
> > HINFO  "AMD Atlon XP 1100" "Linux Debian Woody"
> > 
> > locahost    A   127.0.0.1
> > adeuxy.cl.  A   192.168.1.246
> > 
> > debian      A   192.168.1.246
> > 
> > www         A   192.168.1.246
> > 
> > http.tcp       SRV 0 3 80   adeuxy.cl.
> > http.tcp.www   SRV 0 3 80   adeuxy.cl.
> > https.tcp      SRV 1 0 443  adeuxy.cl.
> > https.tcp.www  SRV 1 0 443  adeuxy.cl.
> > __________________________________________________
> > 
> > Tengo tambien instalado el Servidor Apache,
> > Postfix ambos sin configurar (solo con la
> > instalacion
> > por defecto) mi idea es complementar estos 3
> > servicios.
> > 
> >
        [Alexis Venturino]  
proba de esta forma, tendr�an que funcionar

;db.adeuxy.cl Firewall
;
$TTL    604800
@       IN      SOA     fw.adeuxy.cl. root.adeuxy.cl. (
                              1         ; Serial
                         604800         ; Refresh
                          86400         ; Retry
                        2419200         ; Expire
                         604800 )       ; Negative Cache TTL
;
@       IN      NS      fw.adeuxy.cl.

@       IN      A       192.168.1.246
fw      IN      A       192.168.1.246
www     IN      A       192.168.1.246

        
;db.192 - firewall
;
$TTL    604800
@       IN      SOA     fw.adeuxy.cl. root.adeuxy.cl. (
                              1         ; Serial
                         604800         ; Refresh
                          86400         ; Retry
                        2419200         ; Expire
                         604800 )       ; Negative Cache TTL
;
@       IN      NS      fw.adeuxy.cl.
246     IN      PTR     adeuxy.cl.
246     IN      PTR     www.adeuxy.cl.
246     IN      PTR     fw.adeuxy.cl.



> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]

Responder a