În data de 14.09.2007, Tarhon-Onu Victor <[EMAIL PROTECTED]> a scris:
>
> On Fri, 14 Sep 2007, Radu Oprisan wrote:
>
> > Pai, daca nu ai nevoie de ceva mai special, e suficient port forward.
> > In fisierele de zona treci ca ns adresa publica pentru ca trebuie
> anuntata.
>
>         + eventual views, pentru ca si labarii din interiorul retelei sa
> poata accesa site-ul fara sa mai treaca prin routerul adsl (e posibil nici
> sa nu se poata daca routerul e mai saracut).
>
> --
> Any views or opinions presented within this e-mail are solely those of
> the author and do not necessarily represent those of any company, unless
> otherwise expressly stated.
>
> _______________________________________________
> RLUG mailing list
> [email protected]
> http://lists.lug.ro/mailman/listinfo/rlug



fisierelele mele arata asa:

named.domeniu.ro

$TTL    1D
@    IN     SOA    giugiuc.domeniu.ro.    root.giugiuc.domeniu.ro (
                    5         ; serial
                    10800        ; refresh
                    3600        ; retry
                    604800        ; expiry
                    86400 )    ; minimum TTL
;DNS Servers
@    IN NS    ns1.domeniu.ro
localhost    A    127.0.0.1
www        A    10.0.0.2
ns1        A    10.0.0.2

named.conf

zone "localhost" {
    type master;
    file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
    type master;
    file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
    type master;
    file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
    type master;
    file "/etc/bind/db.255";
};

zone "domeniu.ro" {
    type master;
    file "etc/bind/named.domeniu.ro";
};

la dig -x IP



; <<>> DiG 9.3.4 <<>> -x IP
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49623
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; QUESTION SECTION:
;IP.in-addr.arpa.    IN      PTR

;; ANSWER SECTION:
IP.in-addr.arpa. 3600 IN     PTR     www.domeniu.ro.

;; AUTHORITY SECTION:
164.121.89.in-addr.arpa. 3600   IN      NS      ns1.romtelecom.net.
164.121.89.in-addr.arpa. 3600   IN      NS      ns2.romtelecom.net.

;; ADDITIONAL SECTION:
ns1.romtelecom.net.     142086  IN      A       193.231.100.2
ns2.romtelecom.net.     55689   IN      A       193.231.100.3

;; Query time: 55 msec
;; SERVER: 10.0.0.138#53(10.0.0.138)
;; WHEN: Fri Sep 14 10:32:02 2007
;; MSG SIZE  rcvd: 163

masina este un Ubuntu 7
 IP 89.121.164.29
 iar modemul SpeedTouch 510 dupa accesare prin telnet e pur si simplu un
linux embedded.

Ce am gresit?
Multam!
_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui