local network with twisted rj45

2007-01-17 Thread Baron Christophe
I would need information on how to configure
a local network between two computers
with only a twested rj45.

I have two ethernet cards on each of the two computers
I aim to put together.

One of them is connected to a adsl via gateway.

I want the others to be configured for the two computers
to exchange files through ftp protocol.

I did like this in my /etc/network/interfaces file:
(only the part concerning the interfaces for this
local network. The others are set in dhcp)
#first computer
allow-hotplug eth0
iface eth0 inet static
address 192.168.10.0
netmask 255.255.255.0

auto eth0

#(2) second computer
allow-hotplug eth0
iface eth0 inet static
address 192.168.10.1
netmask 255.255.255.0

auto eth0

And then ifup -a.

If I could do a ping it would be a first step.

One the first computer it says:
~$ ping 192.168.10.1
PING 192.168.10.1 (192.168.10.1) 56(84) bytes of data.
>From 192.168.10.0 icmp_seq=1 Destination Host Unreachable
>From 192.168.10.0 icmp_seq=2 Destination Host Unreachable

--- 192.168.10.1 ping statistics ---
8 packets transmitted, 0 received, +6 errors, 100% packet loss, time
7000ms
, pipe 3

And one the second it says:
~$ ping 192.168.10.0
Do you want to ping broadcast? Then -b

And with -b: 100% lost.

And from the first computer:
~$ ping 192.168.10.0
PING 192.168.10.0 (192.168.10.0) 56(84) bytes of data.
64 bytes from 192.168.10.0: icmp_seq=1 ttl=64 time=0.033 ms
64 bytes from 192.168.10.0: icmp_seq=2 ttl=64 time=0.029 ms
64 bytes from 192.168.10.0: icmp_seq=3 ttl=64 time=0.026 ms

--- 192.168.10.0 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.026/0.029/0.033/0.005 ms

Is it happy speaking with itself?


The purpose of this post is to be given links, or even keywords
that could lead me. Possibly reliable ones.

Ch.






___ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com


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



Tr: ibm t40, refuses to boot on cd

2006-05-13 Thread Baron Christophe
It seems I did something wrong when burning with K3B,
it seems it was not an iso image.

Ch.


--- Baron Christophe <[EMAIL PROTECTED]> a écrit :

> Date: Sun, 14 May 2006 01:36:48 +0200 (CEST)
> De: Baron Christophe <[EMAIL PROTECTED]>
> Objet: ibm t40, refuses to boot on cd
> À: deby 
> 
> (I am not on this list, only on the french one,
> you would be kind answerring at my own adress also).
> 
> I am trying to install Sarge or Etch on a t40 2373-7CG.
> 
> I can't boot, neither on :
> ftp.se.debian.org/debian-cd/3.1_r2/i386/\
> iso-cd/debian-31r2-i386-netinst.iso
> neither on :
> cdimage.debian.org/cdimage/etch_di_beta2/i386/iso-cd/\
> debian-testing-i386-netinst.iso 
> 
> The boot options of the bios are properly setup :
> boot on the atapi cd...
> 
> I do press "accessIBM".
> Even if I press f12...
> 
> It _ever_ start Win.. and nothing else.
> 
> ***
> But, the Suse boot-cd works.
> 
> 
> Christophe
> 
> 
> 
> 
> 
>   
> 
>   
>   
>
___
> 
> Faites de Yahoo! votre page d'accueil sur le web pour retrouver
> directement vos services préférés : vérifiez vos nouveaux mails,
> lancez vos recherches et suivez l'actualité en temps réel. 
> Rendez-vous sur http://fr.yahoo.com/set
> 







___ 
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos 
services préférés : vérifiez vos nouveaux mails, lancez vos recherches et 
suivez l'actualité en temps réel. 
Rendez-vous sur http://fr.yahoo.com/set


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



ibm t40, refuses to boot on cd

2006-05-13 Thread Baron Christophe
(I am not on this list, only on the french one,
you would be kind answerring at my own adress also).

I am trying to install Sarge or Etch on a t40 2373-7CG.

I can't boot, neither on :
ftp.se.debian.org/debian-cd/3.1_r2/i386/\
iso-cd/debian-31r2-i386-netinst.iso
neither on :
cdimage.debian.org/cdimage/etch_di_beta2/i386/iso-cd/\
debian-testing-i386-netinst.iso 

The boot options of the bios are properly setup :
boot on the atapi cd...

I do press "accessIBM".
Even if I press f12...

It _ever_ start Win.. and nothing else.

***
But, the Suse boot-cd works.


Christophe









___ 
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos 
services préférés : vérifiez vos nouveaux mails, lancez vos recherches et 
suivez l'actualité en temps réel. 
Rendez-vous sur http://fr.yahoo.com/set


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



sources and deb

2006-02-18 Thread Baron Christophe
Howto from sources to deb packages?

AAA
1) What are the informations added to the sources
2) Is there a database in my computer concerning what is installed on
it?
3) The outputs of the installing commands "apt-get", 
"dpkg -i" and so on, are they saved/stored somewhere, or should 
I save them if I want to consult them afterward?

BBB
In order to compile/convert to deb, I found the following command line:
"fakeroot debian/rules clean"... to be typed in the source directory...
(But where is the command, and hence what: what is the command in this
line?, fakeroot? it is not a command to compile/make, it is juste to
"fake
root"...)

Are there other ways to build a .deb from sources?

CCC
Is there a way to get half-depth information about 
-- deb pakages
-- what are the problems encourtered when building a system
(those dues to 
dependencies, those the debian developpers deal with..)
-- a tutorial?? (a tutorial, a tutorial, a tutorial...a tut)

DDD
A two speed system: a stable ground, and a user developped part?
(Howto..)


EEE
Regards

FFF
Christophe

You'll have text next that's not from me and I appologize for it.








___ 
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com


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



list and usenet

2006-02-18 Thread Baron Christophe
is this a usenet list ?
What is usenet?
Can I use this list using email?

Forgive I understand noting about what is related to network.

Christophe








___ 
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com


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



I apologize for this post...

2006-02-13 Thread Baron Christophe
Hi

I am trying to use the list: linux.debian.user
Maybe I did not read the "things" carefuly enough, 
but I havent manage very well so far trying to send post.

So this post is only a test. 

Christophe







___ 
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com


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