Is it possible to transfer files between my 2 SAMs using an ehernet cable?
How?
Ethernet communication between 2 SAM's
- thomasrapp
- Posts: 318
- Joined: Sun Jun 19, 2011 12:22 am
Re: Ethernet communication between 2 SAM's
You need a cross-over cable or a hub/switch. But yes, you can configure TCP/IP on both machines to connect to each other. Then use whichever transfer software you have in mind. For example install an FTP server on one machine an an FTP client on the other one. Or install Samba on one machine and SMBFS on the other.
You can even use a very basic transfer using the TCP: handler. On the receiving machine open a Shell window and enter
copy tcp:9999 ram:myfile
and on the sending machine use
copy sys:myfile tcp:1.1.1.1/9999
where 1.1.1.1 is the IP address of the receiving machine and 9999 a free port.
You can even use a very basic transfer using the TCP: handler. On the receiving machine open a Shell window and enter
copy tcp:9999 ram:myfile
and on the sending machine use
copy sys:myfile tcp:1.1.1.1/9999
where 1.1.1.1 is the IP address of the receiving machine and 9999 a free port.
-
- Posts: 315
- Joined: Mon May 14, 2012 11:26 pm
- Location: 日本千葉県松戸市 / Matsudo City, Chiba, Japan
- Contact:
Re: Ethernet communication between 2 SAM's
Can you find and wire a "Crossover Ethernet" cable...
this wil wire the two sams together... then the next step is to generate NetInterface definitions with static IPs.
Amiga1 Address = 192.168.1.4
Amiga2 Address = 192.168.1.5
Common Netmask = 255.255.255.0
No gateway setting required.
You should be able to ping from one sam to the other using the IP address you set
You can then set an FTP / Samba or Web Server running on one machine and access it using the matching client on the other machine.
I am planning on pairing a sam460 with my existing sam440 once I can buy the board and set it up myself.
this wil wire the two sams together... then the next step is to generate NetInterface definitions with static IPs.
Amiga1 Address = 192.168.1.4
Amiga2 Address = 192.168.1.5
Common Netmask = 255.255.255.0
No gateway setting required.
You should be able to ping from one sam to the other using the IP address you set
You can then set an FTP / Samba or Web Server running on one machine and access it using the matching client on the other machine.
I am planning on pairing a sam460 with my existing sam440 once I can buy the board and set it up myself.
-
- Posts: 1538
- Joined: Sat Jun 18, 2011 3:16 pm
- Location: Montserrat
Re: Ethernet communication between 2 SAM's
Samba does not work between two Sams. Only FTP will work at the moment .
http://213.133.108.237/viewtopic.php?f= ... a81166c504
http://213.133.108.237/viewtopic.php?f= ... a81166c504
- nbache
- Beta Tester
- Posts: 1744
- Joined: Mon Dec 20, 2010 7:25 pm
- Location: Copenhagen, Denmark
- Contact:
Re: Ethernet communication between 2 SAM's
I'm using AmigaNetFS between all the Amigas in my LAN.
You can find it on Aminet: http://aminet.net/package/comm/net/NetFS
It's a bit old, but works just fine here.
Best regards,
Niels
You can find it on Aminet: http://aminet.net/package/comm/net/NetFS
It's a bit old, but works just fine here.
Best regards,
Niels
-
- Posts: 1538
- Joined: Sat Jun 18, 2011 3:16 pm
- Location: Montserrat
Re: Ethernet communication between 2 SAM's
So the issue linked to below is working for you now ?
http://213.133.108.237/viewtopic.php?f= ... 504#p15876
http://213.133.108.237/viewtopic.php?f= ... 504#p15876
nbache wrote:I'm using AmigaNetFS between all the Amigas in my LAN.
You can find it on Aminet: http://aminet.net/package/comm/net/NetFS
It's a bit old, but works just fine here.
Best regards,
Niels
- nbache
- Beta Tester
- Posts: 1744
- Joined: Mon Dec 20, 2010 7:25 pm
- Location: Copenhagen, Denmark
- Contact:
Re: Ethernet communication between 2 SAM's
No, it's still the same. But it doesn't bother me much, as I can still mount the 460's drives from another machine and transfer in both directions through that.Spectre660 wrote:So the issue linked to below is working for you now ?
http://213.133.108.237/viewtopic.php?f= ... 504#p15876
And anyway, the OP mentioned using a 440 (flex), and I don't have any problems on my 440ep, so I decided it was not worth mentioning here.
Best regards,
Niels
Re: Ethernet communication between 2 SAM's
@belxjander
Where do i enter these commands ?
Amiga1 Address = 192.168.1.4
Amiga2 Address = 192.168.1.5
Common Netmask = 255.255.255.0
Where do i enter these commands ?
Re: Ethernet communication between 2 SAM's
@NBache
I bought a second netgear WNC2001 Wifi adapter and am able now to ping from 1 SAM to the other
I downloaded NFS and am trying to install them on both machines. As the doc is pointing to AmiTCp in a lot of places,
- can you confirm it works OK with Roadshow ?
- if yes can you give some hints on how to interpret these install instructions ?
Thanks in advance
I bought a second netgear WNC2001 Wifi adapter and am able now to ping from 1 SAM to the other
I downloaded NFS and am trying to install them on both machines. As the doc is pointing to AmiTCp in a lot of places,
- can you confirm it works OK with Roadshow ?
- if yes can you give some hints on how to interpret these install instructions ?
I don't find much info on Roadshow not in the http://wiki.amigaos.net/ wiki either· Make sure that you have AmiTCP configured properly and it can communicate
between the machines you want to use with NetFS (you can use
the ping-command for checking this)
· Copy netfs-handler to AmiTCP:L-directory (???) on client machine
(In earlier versions of NetFS the system L:-directory was used.
Also, an alternate directory can be specified in the mountlist (??? which one)
or using the HANDLER-keyword in the netmount-command)
· Copy netfs-server to AmiTCP:serv-directory (???) on server machine
· Copy netmount to some directory that is in your path (AmiTCP:bin
is a good place)
· Add the following line to the AmiTCP:db/services (???) on all machines
that will use NetFS (both client and server):
amiganetfs 2500/tcp
You may select another port number if the default 2500 conflicts with
something (port 2500 is not officially registered for NetFS)
If you already have AmiTCP running and don't want to reboot the machine,
you should send the RESET-command to the AmiTCP AREXX-port to get it
to re-read the configuration file. ( I see a TCP/IP port is this the one to use,
(You can also use the AmiTCP AREXX port to add the service entry without
editing the netdb file. See AmiTCP documentation for details)
· Add the following line to the AmiTCP:db/inetd.conf
amiganetfs stream tcp nowait root amitcp:serv/netfs-server
If you have put netfs-server in some other directory than amitcp:bin,
you should use that directory name here instead.
Thanks in advance
Re: Ethernet communication between 2 SAM's
@JosDuchIt
Quick how to ...
Installation:
-------------
Copy netmount & netfs-server to c:
Copy netfs-handler to l:
NetFS et RoadShow configuration :
--------------------------------
Open Sys:prefs/Internet
Go to 'Services' & click on 'New' :
Name : amiganetfs
Port : 2500
Type : tcp
Then click on 'Use'.
Go to 'Servers' & click 'New'
In 'Services', select amiganetfs,
Program : Sys:c/netfs-server
Click Use
Then 'Hosts', you must add your other sam.
So click new
IP | Name | Alias
ie :192.168.1.101 | mysam | sam440ep
"Save'
Mounting @ unmounting
----------------------------
In a shell type something like :
c:netmount mysam Sys: rh1: handler=l:netfs-handler
mysam is the name you've added in 'hosts'
Sys: the distant partition to mount
rh1: local device id of the distant partion (the distant partition will be mounted with its original name such as Workbench:)
to dismount :
assign rh1: dismount
assign "Workbench:" dismount
I know you speak french so you may check the complete How to i've written some times ago on a french forum:
http://amiga-ng.org/viewtopic.php?topic ... 0#46467181
Quick how to ...
Installation:
-------------
Copy netmount & netfs-server to c:
Copy netfs-handler to l:
NetFS et RoadShow configuration :
--------------------------------
Open Sys:prefs/Internet
Go to 'Services' & click on 'New' :
Name : amiganetfs
Port : 2500
Type : tcp
Then click on 'Use'.
Go to 'Servers' & click 'New'
In 'Services', select amiganetfs,
Program : Sys:c/netfs-server
Click Use
Then 'Hosts', you must add your other sam.
So click new
IP | Name | Alias
ie :192.168.1.101 | mysam | sam440ep
"Save'
Mounting @ unmounting
----------------------------
In a shell type something like :
c:netmount mysam Sys: rh1: handler=l:netfs-handler
mysam is the name you've added in 'hosts'
Sys: the distant partition to mount
rh1: local device id of the distant partion (the distant partition will be mounted with its original name such as Workbench:)
to dismount :
assign rh1: dismount
assign "Workbench:" dismount
I know you speak french so you may check the complete How to i've written some times ago on a french forum:
http://amiga-ng.org/viewtopic.php?topic ... 0#46467181
µA1 256mo SATA -> lend to a dev
A1200PPC 256Mo MediatorTX Radeon9250 SATA RTL8029 SOLO-1
Sam440ep 533mhz 512mo 64Go SSD
Sam460ex 1150mhz 2Go RadeonHD 6570LP ENVY24HT
AmigaOne X1000 4Go SSD R9 270X Catweasel MK4
AmigaOne X5000 -> work in progress
A1200PPC 256Mo MediatorTX Radeon9250 SATA RTL8029 SOLO-1
Sam440ep 533mhz 512mo 64Go SSD
Sam460ex 1150mhz 2Go RadeonHD 6570LP ENVY24HT
AmigaOne X1000 4Go SSD R9 270X Catweasel MK4
AmigaOne X5000 -> work in progress