Welcome, Guest. Please login or register.

Author Topic: Networking 2  (Read 705 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline HardStepTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2005
  • Posts: 147
    • Show only replies by HardStep
Networking 2
« on: May 03, 2006, 08:48:24 PM »
Hi,
there was a thread recently about sharing files between PC and Amiga. I have slightly different situation.
I have a wireless router serving internet to my XP box, IBook and A1200. And everything works well. Now when it comes to getting connected Amiga to PC i dont know where to start.
Amiga has pcmcia wifi card and is running MiamiDX with DCHP.
My aim would be just to have PCs hard drive icon on my Workbench, functioning ofcourse;) Dont care about sharing a printer or anything, not even access Amiga hard disk on PC.
Or should i get another PCMCIA card and run cable from one machine to another:)
A1200/Blizzard1260+SCSI Mediator-Voodoo3-Radeon9250
A1200/ACA1233-55
A1200/ACA1231-42
A500
CD32
MOS3.7 registered, Mac Mini+IBook G4
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Networking 2
« Reply #1 on: May 03, 2006, 09:04:09 PM »
smbfs is for you. Just remember to give it enough stack (I'd say 32k is enough)
 

Offline amigagr

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1454
    • Show only replies by amigagr
    • http://www.amigahellas.gr
Re: Networking 2
« Reply #2 on: May 03, 2006, 09:04:13 PM »
try this after you have read the instructions :-) smbfs
A3040/25 AmigaOS 3.9
A1260BPPC AmigaOS 3.9/4.0
Sam440ep AmigaOS 4.1.2
PegasosII/G3 AmigaOS 4.1.2/MorphOS 2.7/Debian 5.0.7/SUSE 11.1
MacMini/G4 1.5 MorphOS 2.7/OSX 10.5.8
Long Live Amiga

If i am going to have bugs on my system,
at least let me keep the latest versions.
Neil Bothwick
 

Offline HardStepTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2005
  • Posts: 147
    • Show only replies by HardStep
Re: Networking 2
« Reply #3 on: May 03, 2006, 09:38:42 PM »
Have a question about Samba. As router assigns i quess every time (?) different IP to my Amiga and also a PC because of a DCHP, will things still work out or is there a workaround?
Had problems assigning static IP to my Miggy and DCHP worked like a charm. Until now when i need to make connection between those 2.
A1200/Blizzard1260+SCSI Mediator-Voodoo3-Radeon9250
A1200/ACA1233-55
A1200/ACA1231-42
A500
CD32
MOS3.7 registered, Mac Mini+IBook G4
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Networking 2
« Reply #4 on: May 03, 2006, 09:46:03 PM »
You have least trouble if the server has a static IP address. The client side (miggy in this case) doesn't need to have static IP address.
 

Offline amigagr

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1454
    • Show only replies by amigagr
    • http://www.amigahellas.gr
Re: Networking 2
« Reply #5 on: May 03, 2006, 09:48:18 PM »
i don't think that has to do with the ip but with the name of the pc. you need to set it up in a way that it's looking for the ''Full computer name''.
right click my computer/properties/computer name
A3040/25 AmigaOS 3.9
A1260BPPC AmigaOS 3.9/4.0
Sam440ep AmigaOS 4.1.2
PegasosII/G3 AmigaOS 4.1.2/MorphOS 2.7/Debian 5.0.7/SUSE 11.1
MacMini/G4 1.5 MorphOS 2.7/OSX 10.5.8
Long Live Amiga

If i am going to have bugs on my system,
at least let me keep the latest versions.
Neil Bothwick
 

Offline HardStepTopic starter

  • Full Member
  • ***
  • Join Date: Apr 2005
  • Posts: 147
    • Show only replies by HardStep
Re: Networking 2
« Reply #6 on: May 03, 2006, 09:50:06 PM »
Thanks guys, gonna give it a try.
A1200/Blizzard1260+SCSI Mediator-Voodoo3-Radeon9250
A1200/ACA1233-55
A1200/ACA1231-42
A500
CD32
MOS3.7 registered, Mac Mini+IBook G4
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Networking 2
« Reply #7 on: May 03, 2006, 09:53:21 PM »
@amije
Quote
i don't think that has to do with the ip but with the name of the pc. you need to set it up in a way that it's looking for the ''Full computer name''.
right click my computer/properties/computer name

And how exactly does smbfs find out about this name?

You'd need some sort of dynamic name resolving (local nameserver), or dynamically generated hosts file for this. As I said, just using static IP for the server is much easier.

Anyway, here is what I use in my lan:
Code: [Select]
run <>nil: l:smbfs CASE DOMAIN=DEBIAN USER=piru PASSWORD=yeahright QUIET VOLUME=peg1: CACHE=1024 SERVICE=//peg1/all

in hosts file I have:
Code: [Select]
10.0.0.2           peg1.home    peg1
 

Offline amigagr

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 1454
    • Show only replies by amigagr
    • http://www.amigahellas.gr
Re: Networking 2
« Reply #8 on: May 03, 2006, 10:06:29 PM »
Handler = L:SMB-Handler
Stacksize = 90000
Priority = 5
GlobVec = -1
Mount = 1
Startup = "C=\\Athlon2800\work MH=Amiga1200 W=AMINET U=xxxxxxx P=xxxxxxxxxx"


this is the mountlist that easynet creates for me using smb-handler. Athlon2800 is the pc's ''Full computer name''
Work is the disk i share and the volume name of the disk i mount on the amiga finaly is ''work on Athlon2800:''. the device name is ATHLON2800:


-edit-
probably smb-handler is a diferent case from smbfs? hmmm
A3040/25 AmigaOS 3.9
A1260BPPC AmigaOS 3.9/4.0
Sam440ep AmigaOS 4.1.2
PegasosII/G3 AmigaOS 4.1.2/MorphOS 2.7/Debian 5.0.7/SUSE 11.1
MacMini/G4 1.5 MorphOS 2.7/OSX 10.5.8
Long Live Amiga

If i am going to have bugs on my system,
at least let me keep the latest versions.
Neil Bothwick