Σελίδα 2 από 2

Re: transfer files between two computers using Ethernet

ΔημοσίευσηΔημοσιεύτηκε: 13 Σεπ 2010, 12:58
από sokoban4ever
από ότι λέει στην Wikipedia
δεν χρειάζεται να είναι gigabit απλά να είναι τουλάχιστον η μία
κάρτα "μοντέρνα" (πχ 21ου αιώνα ...) και τότε μπορείς να έχεις και cross over αλλά και full και σωστά συνδεδεμένο (straight-through)
αλλιώς αν και οι 2 είναι αρχαίες θέλεις cross-over.
αν και οι 2 είναι Gigabit τότε μπορείς να βάλεις ότι συνδεσμολογία θέλεις στο καλώδιο...

Spoiler: show
Off topic:
To connect two computers directly together without a switch, an Ethernet crossover cable is often used. Although many modern Ethernet host adapters can automatically detect another computer connected with a straight-through cable and then automatically introduce the required crossover, if needed; if neither of the computers have this capability, then a crossover cable is required. If both devices being connected support 1000BASE-T according to the standards, they will connect regardless of the cable being used or how it is wired.

http://en.wikipedia.org/wiki/Ethernet_o ... ir#Cabling

Re: transfer files between two computers using Ethernet

ΔημοσίευσηΔημοσιεύτηκε: 13 Σεπ 2010, 14:37
από el_ubuntu
Για την απ' ευθείας σύνδεση καρτών δικτύου , εφάρμοσε διαδοχικά τα ακόλουθα.

Για τον πρώτο υπολογιστή:
Κώδικας: Επιλογή όλων
sudo su
ifconfig eth0 inet 192.168.1.5 netmask 255.255.255.0 broadcast 192.168.1.255
route add default gw 192.168.1.7 dev eth0

Για τον δεύτερο υπολογιστή:
Κώδικας: Επιλογή όλων
sudo su
ifconfig eth0 inet 192.168.1.7 netmask 255.255.255.0 broadcast 192.168.1.255
route add default gw 192.168.1.5 dev eth0

Επίσης απενεργοποίησε το firewall και κένε ping από τον ένα υπολογιστή στον άλλο για να δεις αν αποκρίνονται.

Re: transfer files between two computers using Ethernet

ΔημοσίευσηΔημοσιεύτηκε: 13 Σεπ 2010, 15:48
από linuxman
Δεν είναι ποιο εύκολο να βάλει ένα switch με 10 € και έχει γίνει δουλεία http://www.skroutz.gr/c/124/network-switch.html .

Re: transfer files between two computers using Ethernet

ΔημοσίευσηΔημοσιεύτηκε: 14 Σεπ 2010, 18:50
από el_ubuntu
Έχεις δίκιο , αλλά ακόμη και έτσι δε νομίζω ότι θα αποφύγει να εισάγει "χειροκίνητα" τις ρυθμίσεις.

Re: transfer files between two computers using Ethernet

ΔημοσίευσηΔημοσιεύτηκε: 16 Σεπ 2010, 01:21
από NGK24
ok guys thx...

Re: transfer files between two computers using Ethernet

ΔημοσίευσηΔημοσιεύτηκε: 16 Σεπ 2010, 01:40
από linuxman
el_ubuntu έγραψε:Έχεις δίκιο , αλλά ακόμη και έτσι δε νομίζω ότι θα αποφύγει να εισάγει "χειροκίνητα" τις ρυθμίσεις.

Αυτά viewtopic.php?f=9&t=6418 τα λες ρυθμίσεις ?
4 κλικ και μερικά νούμερα για μόνιμα νομίζω ότι είναι πολύ ποιο εύκολο .
Υπάρχει και άλλη λύση με NFS = Network File System , εκεί ναι άλλα και αρκετά γρήγορη .