Bind9

2003-04-04 Thread Tiago Andre

   Does bind support a native IPv6 root server??

   Thanks
 _

   Instituto Politecnico da Guarda
   Stay alive  [emcocktl.gif]
   Tiago André
 _

   MSN Messenger: converse com os seus amigos online. [1]Instale grátis.
   Clique aqui.

References

   1. http://g.msn.com/8HMUBR/2752
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


DNS Configuration

2003-04-02 Thread Tiago Andre

   Hi there,

   Iám trying to configure a dns bind by editing the named.conf like
   this:

   zone ip6.ipg.pt {
   type master;
   file ip6.ipg.pt.db;
   check-names fail;
   allow-update { none; };
   allow-transfer { any; };
   allow-query { any; };
   also-notify { };
   };

   zone 0.d.3.2.0.9.6.1.0.0.2.ip6.int {
   type master;
   file reverse/2001:690:23d0.ip6.int.db;
   check-names fail;
   allow-update { none; };
   allow-transfer { any; };
   allow-query { any; };
   also-notify { };
   };

   How does bind create the zone file ip6.ipg.pt.db

   isn't: sh make-localhost OR named??

   Thanks

   Tiago CAmilo
 _

   Imposto de Renda no MSN [1]Um guia passo-a-passo para preparar sua
   declaração

References

   1. http://g.msn.com/8HMFBR/2743
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Startx error

2003-04-01 Thread Tiago Andre

   Hello there,

   I was working nice in my freebsd4.7 and make a halt comand, when then
   system reboot

   the startx cant be lanch and apper this error:

   -(EE) R128(0): No DFP detected
   -(EE) R128(0): [dri] R128DRIScreenInit failed (depth 8 not supported).
   [dri] Disabling DRI.

   What append's???
   What can i do??


   Thanks

   Tiago Camilo
 _

   MSN Messenger: converse com os seus amigos online. [1]Instale grátis.
   Clique aqui.

References

   1. http://g.msn.com/8HMWBR/2755
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


installing mozilla in Freebsd

2003-03-31 Thread Tiago Andre

   Hi there,

   iam new in the unix world...

   I already dowload the mozilla-i386-unknown-freebsd4.7.tar.gz to my
   freebsd pc

   now what such i do now??? to install it???

   This suport ipv6, isnt it??

   thanks,
   Tiago Camilo
 _

   MSN Messenger: converse com os seus amigos online. [1]Instale grátis.
   Clique aqui.

References

   1. http://g.msn.com/8HMFBR/2746
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Bind9

2003-03-31 Thread Tiago Andre

   Hello there,

   iam not shure this is the place, but i have a problem

   I have a freebsd 4.7 Pc where i want to install the blind

   i already make the download of bind-9.2.2.tar.gz

   to a new directory

   and make: gunzip  bind-9.2.2.tar.gz | tar xvf -

   and make  (in the some directory)

   ./Configure
   make

After it finish the install,it seems that nothing append!!?? (I try
   the comand i.e. rndc but it not found)

   Does blind is installed?? Is there a specific directory to install
   bind9?
   I thank you, for you time
   Tiago Camilo
 _

   MSN Messenger: converse com os seus amigos online. [1]Instale grátis.
   Clique aqui.

References

   1. http://g.msn.com/8HMDBR/2740
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ipv6 config

2003-03-26 Thread Tiago Andre


hello there

iam trying to configure a router that make a ipv6/ipv4 tunnel.

now i have a freebsd 4.0 pc on ipv4 public ip

what have i do to make my router ipv6/ipv4 to connect my ipv6 network, to 
internet?
i alredy have a ipv6 address 3ffe:31ff:0:::83 ,begin, and end point 
3ffe:31ff:0:::82

thanks
Tiago
_
MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[no subject]

2003-03-26 Thread Tiago Andre
Hi there
iam trying to establish a tunnnel ip6 on my pc..
but when i try to
#route add -inte6 default -interface gif0

it gave me this

route: writing to routing socket: File exists
add net default: gateway gif0: File exists
What does it means??

And when i try to

ping6 3ffe:31ff:0:::82

that is my end tunnel (not my ipv6 address)
it doesn get any packet received
my public ip4 193.137.232.35
my public ip6 3ffe:31ff:0:::83
what is append?

this is my rc.config:

# -- sysinstall generated deltas -- # Mon Dec  9 10:52:02 2002
# Created: Mon Dec  9 10:52:02 2002
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter=193.137.232.1
font8x14=iso-8x14
font8x16=iso-8x16
font8x8=iso-8x8
gateway_enable=YES
hostname=samaell.ipg.pt
ifconfig_xl0=inet 193.137.232.35  netmask 255.255.255.0
ipv6_enable=YES
ipv6_firewal_enable=NO
ipv6_firewal_type=simple
ipv6_ifconfig_xl0=3ffe:31ff:0:::83/127
ipv6_ifconfig_xl1=3ffe:31ff:0:::84/127
ipv6_static_routes=xl1 xl0
ipv6_defaultrouter=3ffe:31ff:0:::82
ipv6_gateway_enable=YES
kern_securelevel_enable=NO
keymap=pt.iso.acc
linux_enable=YES
moused_enable=YES
nfs_reserved_port_only=YES
nisdomainname=NO
ntpdate_enble=YES
ntpdate_flags=leeloo.ipg.pt hal.ipg.pt
router_enable=YES
router=/usr/local/sbin/mrtd
router_flags=
rtadvd_enable=YES
rtadvd_interfaces=-s -c /etc/rtadvd.conf xl0 xl1
saver=logo
scrnmap=NO
sendmail_enable=YES
sshd_enable=YES
usbd_enable=YES
Thanks
Tiago Camilo
_
MSN Hotmail, o maior webmail do Brasil. http://www.hotmail.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rc.conf

2003-03-21 Thread Tiago Andre
How do i compile my rc.conf file?
whidout restar the pc
thanks

_
MSN Oscar: tem um palpite de quem vai ganhar? 
http://www.msn.com.br/oscar/enquete/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


rc.conf

2002-12-17 Thread Tiago Andre

How do i compile my rc.conf

Thanks
Tiago Camilo




_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


ipv6 tunnel

2002-12-17 Thread Tiago Andre

Hi there,
iam trying to configure a tunnel ipv6 over ipv4

i try:
ifconfig gif0 create
ifconfig gif0 tunnel 193.137.232.35 193.136.2.2
ifconfig gif0 inet6 alias 3ffe:31ff:0:::83/127

then i try to see if the tunnel is working and do:
ping6 ff02::1%gif0
and insted of giving me two replies i get too many of it...

then i do:
route add -inet6 default -interface gif0

and my suplly alredy maked the routes, but he cant see me (ping6), and i 
cant see noone..

help me

Tiago

_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Cant find /etc/resolv.conf

2002-12-05 Thread Tiago Andre

Hello there...

I've the last version of freebsd...
But i cant find the file
/etc/resolv.conf
Why?

Tiago Camilo

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


mesage ?

2002-12-05 Thread Tiago Andre

Hi..

Whats the meean of the mesage:

ping6:sendmsg:NO route to host

Tiago Camilo

_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


install second ethernet card

2002-12-05 Thread Tiago Andre


Hello there again...

I'am trying to configure a ipv6 router in my hnome net...

I've put a host whid two ethernet card but i'am having trouble whid one of 
the interface. I can ping6 from the xl0 but not from xl1, why?
The  problem is not from the cards..

And i think that the configuration is OK, i think... its equal from xl0

thanks...
Tiago Camilo

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: install second ethernet card

2002-12-05 Thread Tiago Andre


thanks Akifyev Sergey ,


 Hello there again...

Hi!

 I'am trying to configure a ipv6 router in my hnome net...

Do you _really_ need IPv6 at home? I just wonder why... ;)


its a kind of tests



 I've put a host whid two ethernet card but i'am having trouble whid one 
of
 the interface. I can ping6 from the xl0 but not from xl1, why?
 The  problem is not from the cards..

What does ping6 say to you?

No route to host


What's your `ifxonfig xl0` and `ifconfig xl1` output?

Can you be more explicit about this??


What address are you pinging (is it local for that interface) ?

another host (my net)

Does target host support IPv6?

yes, whid the xl0 its ok, the problem is on xl1


Without giving enough information about your problem you'll never get
any useful answer. Be more verbose, please.

 And i think that the configuration is OK, i think... its equal from xl0

Equal configuration? What, except adress and netmask, did you configure?

yes

 thanks...
 Tiago Camilo

 _
 Tired of spam? Get advanced junk mail protection with MSN 8.
 http://join.msn.com/?page=features/junkmail


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


Regards,
Sergey



_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


ipv6 conf

2002-11-06 Thread Tiago Andre
Hello there...
iam trying to configure my little net ipv6, by

ifconfig xl0 inet6 ::::1

and it work fine (using ping6), but the problem is when i restar my machine, 
i have to do all again (ifconfig), i already try to change my rc.conf but it 
doesnt work.

Does anyone known what is appening?
Thnaks for the atencion.
Tiago Camilo

_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Mount floopy disk

2002-11-05 Thread Tiago Andre
I like to know how do i mount my floopy disk i try:
mount /dev/fd0 /mnt
and
mount /dev/fd0c /mnt
but the anwser is incorrect super block
Thanks
Tiago


_
Unlimited Internet access -- and 2 months free!  Try MSN. 
http://resourcecenter.msn.com/access/plans/2monthsfree.asp


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


[no subject]

2002-11-05 Thread Tiago Andre
Hello there again...
iam trying install a program called iptraf, but i have some problems on the 
instalation, i dont know if this is the good place but here it is:

when i make the

make install

appears:

install: unknown group root

What's the problem? Iam the root??

Thanks.

_
Get faster connections -- switch to MSN Internet Access! 
http://resourcecenter.msn.com/access/plans/default.asp


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


[no subject]

2002-10-30 Thread Tiago Andre
Hello there ...

i've configurated my tunnel ip4-ip6 by typing:

$ifconfig gif0 create
$ifconfig gif0 tunnel 193.137.232.35 193.136.2.2
$ifconfig gif0 inet6 alias 2001:690:2024::1

then i check if the tunnel is woeking by :

$ping6 ff02::1%gif0

and the result was a serals of reply's

then i do
$route add -inet6 default -interface gif0

but when i try to ping someone i dont have the reply (nothing happend's)
but i can ping6 to my selft

_
Unlimited Internet access -- and 2 months free!  Try MSN. 
http://resourcecenter.msn.com/access/plans/2monthsfree.asp


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


[no subject]

2002-10-22 Thread Tiago Andre
Hello there!
Iam a newbie trying to get start is world of Freebsd, but i have a little 
problem conserning the mount of cdrom because i dont no where is the nature 
path of it. I trye the command:
mount /dev/cdrom /mnt/cdrom -t iso9660
and
mount /dev/cd0c /mnt/cdrom -t iso9660
but it doesint work. my freebsd is the 4.7 version
please help me
PS:sorry my english





_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message