Moderator
Posts: 441 from 2003/2/25
From: Sweden
I dont remember how Pronet work, but should be in the guide, if it works on MorphOS.
For amiganetfs, you have to add this in service in your TCP-stack, if you are running MiamiDX this is the string add:
Temp Name ID Protocol Aliases
amiganetfs 2500 tcp
Amiganetfs is part of AmiTCP.
Then if you have two Amigas, Pegasos, you connect from one to another by;
netmount xxx.xxx.xxx.xxx Name Name
where all xxx:s is the ip, or if you are using hostnames, you can use the hostname instead of the ip adress.
The drive you specify should then be accesable as an usual drive.
For making it easier we could say that you have a machine with a hostname Senex (Senex real ip is 192.168.0.2 in the local network), and on Senex you have drive with the name Work:
Then if you from the other machine specify
netmount Senex Work Work
Work from senex will show up with the name Work. You could also use the ip instead of the hostname Senex.
For dismounting you use;
Assign Work dismount
which must be done twice, because its added both as device and volume.
Such things like this should never be done on a gateway-machine. Instead if you are behind a gateway and firewall, you should do portmapping on the gateway, which means when you acces a specific port on the gateway from internet this access will be directed to a specified port on the machine you have specified. This could be set up with password as well, so you have to specify the password for coming through. It is quite much, but can be set up in MiamiDX, also if you allow a special port through telnet.
Dont know if any tip here, but maybe something to start with. Docs to read are in AmiTCP package and Miami-docs, IPNat etc...
Best wishes, Gunne