Welcome, Guest. Please login or register.

Author Topic: Manually configuring AmiTCP/IP  (Read 3824 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Manually configuring AmiTCP/IP
« on: August 22, 2006, 09:31:19 PM »
fx has kindly provided me with an AmiTCP boot disk. It has a cut down installation of AmiTCP/IP on it. I am trying to configure the interface so it uses FastEthernet.device, but I can't find which file to edit. The installer isn't included on the disk to configure it that way. Can anyone tell me where to find the correct config file? I've searched all the directories but can't find it anywhere.

Thanks

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Manually configuring AmiTCP/IP
« Reply #1 on: August 22, 2006, 09:39:42 PM »
Oooh think I found it in AmiTCP:db/

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline patrik

Re: Manually configuring AmiTCP/IP
« Reply #2 on: August 22, 2006, 09:42:35 PM »
Yes, it is in the db directory. If you want to change ip, it is changed in db/Provider.conf. There you also can change which interface you use, if you rename the interface in the interfaces file, but that would be unecessary.


/Patrik
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Manually configuring AmiTCP/IP
« Reply #3 on: August 22, 2006, 09:46:19 PM »
I've edited the interfaces file to add the fastethernet.device, and changed Provider.conf to use the new interface and use the correct IP configuration. But when I run startnet it just hangs when trying to obtain the hostname. Any thoughts?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show only replies by adolescent
Re: Manually configuring AmiTCP/IP
« Reply #4 on: August 22, 2006, 09:59:46 PM »
Do you have all of the Mediator stuff (pci library, etc.) on the disk?
Time to move on.  Bye Amiga.org.  :(
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Manually configuring AmiTCP/IP
« Reply #5 on: August 22, 2006, 10:01:46 PM »
I've got pci.library in LIBS: and pciinfo in C:. I don't know what else I need. If I type pciinfo in to the shell then it lists the cards but not the names for some reason. (They show as unknown)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Manually configuring AmiTCP/IP
« Reply #6 on: August 22, 2006, 10:09:25 PM »
Ok, I changed the local host's IP address in the hosts file to match the interface's IP address and it now goes online with no errors. However, I can't ping anything on my network (no replies). I can ping the machine's own IP address, but not the gateway. I know the IP configuration and cabling is ok as I can access the network when I boot in to OS3.9 :-(

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline patrik

Re: Manually configuring AmiTCP/IP
« Reply #7 on: August 22, 2006, 10:15:53 PM »
Yes, you need to add the right ip in the db/hosts file, so a hostname corresponds to the ip.

As you can ping your own ip-adress on the Amiga, it sounds like AmiTCP in itself works fine, but there is some issue with the device or something. Have you entered the device name as "FastEthernet.device" with a big F and E in the interfaces file? The case of the letters matter for devices.

Btw, if it is a 100Mbit card, I think Picasso96 needs to be running. Those cards need buffer data in vram, as that is the only place pci-cards (the network card) can dma to/from as the motherboard space is a no-no, and correct me if I am wrong, but I think I read somewhere that they need Picasso96 running to allocate that memory.


/Patrik
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Manually configuring AmiTCP/IP
« Reply #8 on: August 22, 2006, 10:18:17 PM »
I'll check the capitalisation, though I suspect the problem is linked to not being able to see the names of the PCI devices in pciinfo. I'll have a look at the Mediator installer and see what it copies in case I missed something.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline amigakit

Re: Manually configuring AmiTCP/IP
« Reply #9 on: August 22, 2006, 10:19:32 PM »
Use your EasyNet archive to configure the TCP stack for FastEthernet.
www.AmigaKit.com - Amiga Reseller | Manufacturer | Developer

New Products  --   Customer Help & Support -- @amigakit
 

Offline patrik

Re: Manually configuring AmiTCP/IP
« Reply #10 on: August 22, 2006, 10:20:42 PM »
@amigakit:

Does EasyNet work with AmiTCP 4.3?


/Patrik
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Manually configuring AmiTCP/IP
« Reply #11 on: August 22, 2006, 10:22:44 PM »
Hmmm, I don't think EasyNet will fit on a floppy disk will it?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline patrik

Re: Manually configuring AmiTCP/IP
« Reply #12 on: August 22, 2006, 10:30:23 PM »
@moto:

Did you read that P96 part I edited in just after posting earlier?


/Patrik
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Manually configuring AmiTCP/IP
« Reply #13 on: August 22, 2006, 10:38:13 PM »
@Patrik
Just read your updated comment. If it does need P96 running then I'll have to use a boot CD instead of a floppy. I'll check the other bits first anyway.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Manually configuring AmiTCP/IP
« Reply #14 on: August 22, 2006, 11:04:44 PM »
I've just checked and everything from the Mediator System FIles folder on the Elbox driver CD is on the floppy, but it still shows all the cards as "Unknown". Even without P96 running, my OS3.9 install recognises all the cards when I run pciinfo. Do you think that could be related to the problem with the network card?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10