Welcome, Guest. Please login or register.

Author Topic: Trying to get my A1200 online...  (Read 4135 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline commodorejohnTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2010
  • Posts: 3165
    • Show only replies by commodorejohn
    • http://www.commodorejohn.com
Trying to get my A1200 online...
« on: March 27, 2012, 05:27:07 AM »
Well, I got a replacement Ethernet card (3COM 3C589-D) for my A1200, and there's some progress - now it can get an IP and ping the router without any trouble. However, it can't ping to outside IP addresses or resolve host names. (MiamiDX is set to use DHCP.) I tried plugging it directly into the DSL modem, but that doesn't work at all (don't know if the one Charter uses even supports 10Base-T.) There's no filtering on the router that should be causing any issues, and I don't see any immediately obvious problems with MiamiDX's settings - any idea what I can do to get this working?
Computers: Amiga 1200, DEC VAXStation 4000/60, DEC MicroPDP-11/73
Synthesizers: Roland JX-10/MT-32/D-10, Oberheim Matrix-6, Yamaha DX7/FB-01, Korg MS-20 Mini, Ensoniq Mirage/SQ-80, Sequential Circuits Prophet-600, Hohner String Performer

"\'Legacy code\' often differs from its suggested alternative by actually working and scaling." - Bjarne Stroustrup
 

Offline bbond007

  • Hero Member
  • *****
  • Join Date: Mar 2009
  • Posts: 1517
    • Show only replies by bbond007
Re: Trying to get my A1200 online...
« Reply #1 on: March 27, 2012, 06:07:28 AM »
Sounds like its not getting the correct gateway from DHCP.

try miami:miaminetstat -r and see what you have for a gateway.

I'm not sure what to suggest to correct that, other than to set the IP manually as static.

also you probably need to add your DNS (or router IP) under Database/DNS

good luck
« Last Edit: March 27, 2012, 06:14:07 AM by bbond007 »
 

Offline commodorejohnTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2010
  • Posts: 3165
    • Show only replies by commodorejohn
    • http://www.commodorejohn.com
Re: Trying to get my A1200 online...
« Reply #2 on: March 27, 2012, 06:13:57 AM »
Gateway for the router is listed as "link#3", and Flags is "UC".
Computers: Amiga 1200, DEC VAXStation 4000/60, DEC MicroPDP-11/73
Synthesizers: Roland JX-10/MT-32/D-10, Oberheim Matrix-6, Yamaha DX7/FB-01, Korg MS-20 Mini, Ensoniq Mirage/SQ-80, Sequential Circuits Prophet-600, Hohner String Performer

"\'Legacy code\' often differs from its suggested alternative by actually working and scaling." - Bjarne Stroustrup
 

Offline bbond007

  • Hero Member
  • *****
  • Join Date: Mar 2009
  • Posts: 1517
    • Show only replies by bbond007
Re: Trying to get my A1200 online...
« Reply #3 on: March 27, 2012, 06:20:04 AM »
Quote from: commodorejohn;685580
Gateway for the router is listed as "link#3", and Flags is "UC".

mine is

default DD-WRT UGSP 0 0 eth0

dunno about UG vs UGSP means

anyway try and look at Database/DNS and make sore you put something in there
 

Offline magnetic

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2531
    • Show only replies by magnetic
Re: Trying to get my A1200 online...
« Reply #4 on: March 27, 2012, 06:46:48 AM »
Did you use MiamiInit to make the configuration file? In my experience MiamiDX DHCP has worked with Every modern router i've tried..
bPlan Pegasos2 G4@1ghz
Quad Boot:Reg. MorphOS | OS4.1 U4 |Ubuntu GNU-Linux | MacOS X

Amiga 2000 Rom Switcher w/ 3.1 + 1.3 | HardFrame SCSI | CBM Ram board| A Squared LIVE! 2000 | Vlab Motion | Firecracker 24 gfx

Commodore CDTV: 68010 | ECS | 9mb Ram | SCSI -TV | 3.9 Rom | Developer EPROMs
 

Offline commodorejohnTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2010
  • Posts: 3165
    • Show only replies by commodorejohn
    • http://www.commodorejohn.com
Re: Trying to get my A1200 online...
« Reply #5 on: March 27, 2012, 07:02:38 PM »
Okay, ran MiamiInit again. According to the log, it's talking to the DHCP server fine, and even gets IPs for the DNS servers - but it still can't resolve host names or ping to outside IPs :/
Computers: Amiga 1200, DEC VAXStation 4000/60, DEC MicroPDP-11/73
Synthesizers: Roland JX-10/MT-32/D-10, Oberheim Matrix-6, Yamaha DX7/FB-01, Korg MS-20 Mini, Ensoniq Mirage/SQ-80, Sequential Circuits Prophet-600, Hohner String Performer

"\'Legacy code\' often differs from its suggested alternative by actually working and scaling." - Bjarne Stroustrup
 

Offline OldB0y

  • Newbie
  • *
  • Join Date: Nov 2007
  • Posts: 45
    • Show only replies by OldB0y
Re: Trying to get my A1200 online...
« Reply #6 on: March 27, 2012, 08:04:30 PM »
If I were you, I'd just set it up manually - its the best sure fire way of verifying the settings are correct.

If you have a PC,  open up a DOS prompt, and type:

c:\>ipconfig /all  

you'll get an output that looks a bit like this (I've cut out most of the irrelevant stuff - you'll probably see more than just one adapter e.g. wi-fi, bluetooth, VPN etc etc, but you only need the settings from the adapter you actually use, in the example below, thats the ethernet adapter):

Ethernet adapter Local Area Connection:

Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection
IPv4 Address. . . . . . . . . . . : 192.168.0.1(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.254
DNS Servers . . . . . . . . . . . : 199.223.0.24

In Miami enter the gateway, subnet and DNS (there may be more than one DNS server) exactly as per the output you get from ipconfig.  In the IP address box type in an address thats in the same range as the IP on you PC, but ensure the last number is not the same as any other device on your network.  Using the above example, use an IP of 192.168.0.2 etc.

 Hope that helps a bit
Amigas owned:
1) A1200 Power Tower, Blizzard PPC 603+040 128Mb, BVision
2) A1200 Desktop with an ugly looking hole hacked out of the trap door cover to accommodate a DCE built Blizzard 1260 with 64Mb (angled SIMM slot).
not in use:
3) A4000/040 - has an Emplant card installed.  Sadly no video output:-( current location: loft
4) A1000 - owned it since about 1988, current location: loft (AFAIK it still works though)
Sundry bits:
Blizzard 12
 

Offline commodorejohnTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2010
  • Posts: 3165
    • Show only replies by commodorejohn
    • http://www.commodorejohn.com
Re: Trying to get my A1200 online...
« Reply #7 on: March 27, 2012, 08:19:11 PM »
No luck; it doesn't manage to connect via static IP, and I can't find where to put in a static DNS server in Miami...
Computers: Amiga 1200, DEC VAXStation 4000/60, DEC MicroPDP-11/73
Synthesizers: Roland JX-10/MT-32/D-10, Oberheim Matrix-6, Yamaha DX7/FB-01, Korg MS-20 Mini, Ensoniq Mirage/SQ-80, Sequential Circuits Prophet-600, Hohner String Performer

"\'Legacy code\' often differs from its suggested alternative by actually working and scaling." - Bjarne Stroustrup
 

Offline OldB0y

  • Newbie
  • *
  • Join Date: Nov 2007
  • Posts: 45
    • Show only replies by OldB0y
Re: Trying to get my A1200 online...
« Reply #8 on: March 27, 2012, 08:35:40 PM »
This thread may help:

http://www.amiga-club.de/faq/miami_rout.html

it's in German, BUT there are screenshots.  The last one shows DNS info.  The database section show any DNS that Miami has found, but it looks like you can manually add them.
Amigas owned:
1) A1200 Power Tower, Blizzard PPC 603+040 128Mb, BVision
2) A1200 Desktop with an ugly looking hole hacked out of the trap door cover to accommodate a DCE built Blizzard 1260 with 64Mb (angled SIMM slot).
not in use:
3) A4000/040 - has an Emplant card installed.  Sadly no video output:-( current location: loft
4) A1000 - owned it since about 1988, current location: loft (AFAIK it still works though)
Sundry bits:
Blizzard 12
 

Offline scuzzb494

Re: Trying to get my A1200 online...
« Reply #9 on: March 27, 2012, 10:04:51 PM »
A wise man once told me...

> I also can`t seem to edit gateway settings as this is grayed out.

That might indicate that your ethernet card's initial setup went pear-shaped.
Remove all interface-related config entries and try again...
Remember: MiamiInit is your friend ;)

> The Amiga is online cus I can see it from this machine. Its just not
> online with the BTHomehub. I can`t help but feel I need to tell the
> Amiga somehow to use the BTHomehub as its internet gateway.

That's what the 'default gateway' setting's for...
... Which is unavailable if your interface has been set up for
a single-segment LAN initially.

And then....

I decided to give my head a very large bang on the table and
realised the obvious... why not use the MiamiInit facility to set
things up. I did this and worked first time. Had problems negotiating
DNS but as ever with Amiga software, wasn`t put off by this and
just went round it. The Amiga found the hub network address
and set that all up. And it works. The emails just flew in, my
goodness. A 1993 Amiga using broadband... whoo hoo.

I have now lossed the Amiga off the home network, but that I can
probably resolve. Worst case I can just load the old config ... There
really is always a way round things with the Miggy.

And so I can either have the ethernet online and use my Samba with my other PCs or use my other config for just using broadband with the Amiga. I have never been able to have both my internal network working and the broadband online. Once I tagged the default gateway all went fine.

This is assuming you are using the cardreset tool for the bug with the PCMCIA.

Offline commodorejohnTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2010
  • Posts: 3165
    • Show only replies by commodorejohn
    • http://www.commodorejohn.com
Re: Trying to get my A1200 online...
« Reply #10 on: April 12, 2012, 06:53:01 PM »
Okay, coming back to this, this is the log file from MiamiInit when I connect via DHCP:
Code: [Select]
MiamiInit 3.0 Information Sheet
===============================

Miami, MiamiInit Copyright © 1996-1998 Nordic Global Inc.
All rights reserved.

Device settings
---------------

Type: SANA-II bus/ring
Name: 3c589.device
Unit: 0
IP packet type: 2048
Arp packet type: 2054
RArp packet type: 32821
Wire type: 1
Address bits: 48
MTU: 1500

User settings
-------------

User name: commodorejohn
Real name: commodorejohn

Protocol settings
-----------------

Local IP address: 192.168.1.102 <dynamically obtained from DHCP server>
Subnet address: 255.255.255.0 <dynamically obtained from DHCP server>
Gateway address: 192.168.1.1 <dynamically obtained from DHCP server>
ICMP is functional with the network setup

DNS settings
------------

Type of network connecting to: Internet
Host name: amiga1 <specified by user>
DNS is enabled
DNS servers: 68.115.71.53
             68.113.206.10
             66.189.0.100
(determined from DHCP)
All the addresses match what my laptop's got, including the DNS servers, and the IP address is in the router's normal range. Yet it can't resolve domain names or ping outside IPs. Any idea what could be going wrong here, when everything is reported as being right?
Computers: Amiga 1200, DEC VAXStation 4000/60, DEC MicroPDP-11/73
Synthesizers: Roland JX-10/MT-32/D-10, Oberheim Matrix-6, Yamaha DX7/FB-01, Korg MS-20 Mini, Ensoniq Mirage/SQ-80, Sequential Circuits Prophet-600, Hohner String Performer

"\'Legacy code\' often differs from its suggested alternative by actually working and scaling." - Bjarne Stroustrup
 

Offline commodorejohnTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2010
  • Posts: 3165
    • Show only replies by commodorejohn
    • http://www.commodorejohn.com
Re: Trying to get my A1200 online...
« Reply #11 on: June 21, 2012, 12:59:33 AM »
All right, finally got this thing working (there were some things in MiamiDX that hadn't gotten configured, I went through the guide and got everything set up properly.) Took some doing to get a download tool that actually worked (wget just barfed out cryptic "unknown error" messages, but GrabURL worked once I got rexxdossupport.library installed,) but my Amiga is now online at a whopping 10 Mbps :)

So the next question is, what's the best setup for Internet software for a moderately-expanded A1200? (40MHz 030, 32MB RAM, AGA, 4GB CF-over-IDE, ClassicWB 3.1.) Currently I've got Voyager, which is nice and responsive, but wastes a hell of a lot of screen space even with button icons turned off; is there a better browser that can get along pretty well on this setup? Also, is there a mail client for AOS 3.1 that supports SSL/TLS?
Computers: Amiga 1200, DEC VAXStation 4000/60, DEC MicroPDP-11/73
Synthesizers: Roland JX-10/MT-32/D-10, Oberheim Matrix-6, Yamaha DX7/FB-01, Korg MS-20 Mini, Ensoniq Mirage/SQ-80, Sequential Circuits Prophet-600, Hohner String Performer

"\'Legacy code\' often differs from its suggested alternative by actually working and scaling." - Bjarne Stroustrup
 

Offline runequester

  • It\'s Amiga time!
  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 3695
    • Show only replies by runequester
Re: Trying to get my A1200 online...
« Reply #12 on: June 21, 2012, 01:03:26 AM »
I use IBrowse on my 030/56 and that works decently, if rather pokey. Disabling images can help a lot. I found that redirecting cache to RAM instead of the hard drive helped a little.
 

Offline fitzsteve

Re: Trying to get my A1200 online...
« Reply #13 on: June 21, 2012, 01:04:29 AM »
You could try IBrowse 2.4 that works pretty well :)

http://www.ibrowse-dev.net/

(you'll need to Google for a Key as they do not sell them anymore)
 

Offline desiv

  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 1270
    • Show only replies by desiv
Re: Trying to get my A1200 online...
« Reply #14 on: June 21, 2012, 03:36:27 AM »
Yeah, I usually use iBrowse for most of my browsing, although I use AWeb sometimes too.
Mostly I connect to m68k.aminet.net.  ;-)

AmiIRC works well.
I use AmiTradeCenter for FTP.  

If you have AmigaExplorer (by itself or from AmigaForever), that works REALLY WELL for transferring files from the PC.
Basically, I use AmiTradeCenter to pull files if I'm on the Amiga and I use AmigaExplorer to push files if I'm on the laptop.

For a final bit of fun, since I have a MAS Player Evolved from Amigakit for playing MP3s, I can use AmigaAMP and stream audio (shoutcast sites).

One thing I usually do when browsing, I look for mobile versions of sites.
Like eabmobile.abime.net for English Amiga Board, etc...

Not as purty, but works well..

desiv
Amiga 1200 w/ ACA1230/28 - 4G CF, MAS Player, ext floppy, and 1084S.
Amiga 500 w/ 2M CHIP and 8M FAST RAM, DCTV, AEHD floppy, and 1084S.
Amiga 1000 w/ 4M FAST RAM, DUAL CF hard drives, external floppy.