English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 11 November 2017, 10:15   #1
McTrinsic
Registered User
 
Join Date: Feb 2014
Location: Germany
Posts: 527
Roadshow incompatibility, AmiTCP, Poseidon and AmigaExplorer... does it work for you

Hi,
for some time I have been a happy Roadshow user.
I have an Asix-based USB2Eth-adapter with the help of the Poseidon stack.
The Amiga is an ECS-Phoenix with 2MB Chip and a 030/50 with 32MB.
USB is provided via a RapidRoad adapter on a clockport.

Works good with iBrowse.

With FTP (AmFTP, mFTP, AmigaTradeCenter) and AmigaExplorer - not, though. There is no data transmitted, file transfer just won't start. No crashes, though. Just won't happen.

With AmiTCP 4.3 both FTP and AmigaExplorer do work.

I wouldn't want to change the TCP-stack, though.

Anyone have similar experiences??

Thanks,
McT
McTrinsic is offline  
Old 11 November 2017, 11:44   #2
McTrinsic
Registered User
 
Join Date: Feb 2014
Location: Germany
Posts: 527
Oh, I forgot: it's OS3.1 with wb lib from OS3.9.
McTrinsic is offline  
Old 11 November 2017, 12:46   #3
gazj82
Registered User
 
gazj82's Avatar
 
Join Date: Jan 2014
Location: Cambs / UK
Posts: 356
My copy of roadshow does work with everything, although I use os 3.9. I'll get my config files off shortly and post them here for you.
gazj82 is offline  
Old 11 November 2017, 12:53   #4
gazj82
Registered User
 
gazj82's Avatar
 
Join Date: Jan 2014
Location: Cambs / UK
Posts: 356
Ok this is my s:network-startup script. This does not run on startup, I run it manually when I want network access.

Code:
; $VER: Network-Startup 1.3 (22.11.2010)
FailAt 30
Run >NIL: NetLogViewer CX_POPUP=NO
AddNetInterface DEVS:NetInterfaces/~(#?.info) QUIET
Then I have this file called "dlink" in my NetInterfaces folder. Although you need to make sure the line device= is referencing your ethernet driver.

Code:
# $VER: Ariadne 1.2 (27.11.2010)
#
# Configuration for the Village Tronic "Ariadne" Ethernet card.

# The device name is mandatory
device=cnet.device

# If not provided, unit number 0 will be used. You may
# have to change this if there are multiple cards of the
# same type installed in your machine, or if your network
# hardware supports several independent connections
#unit=0

# You must either pick a fixed (static) IPv4 address and
# a corresponding subnet mask, or request DHCP (dynamic)
# network address configuration.
# You can combine address/netmask/dhcp, which has the effect
# of asking the DHCP server to assign the requested IPv4
# address and subnet mask to this interface, if possible.
address=192.168.1.80
netmask=255.255.255.0
configure=dhcp

# If no DHCP server is present in your network, you can
# use automatic interface IPv4 address assignment through
# the ZeroConf protocol. Note that this will not set up
# default route and DNS servers for you, only the interface
# address is configured.
#configure=auto

# This variant of automatic IPv4 address assignment should
# be used in a wireless network instead of 'configure=auto'
#configure=fastauto

# You can enable diagnostic messages which can be helpful in
# tracking down configuration errors.
#debug=yes

# You can choose how much memory will be used when handling
# incoming and outgoing network traffic for this device.
# The default is to reserve 32 buffers of 1500 byte each, both
# inbound and outbound traffic. Larger values may provide
# better performance.
#iprequests=32
#writerequests=32

# For diagnostic and monitoring purposes it can be helpful to
# capture network traffic that flows through this interface.
# To enable this option, select one of filter=local,
# filter=ipandarp or filter=everything
#filter=local
#filter=ipandarp
#filter=everything

# The following options are specific to the Ariadne network
# hardware and work around limitations of the hardware
# design.
copymode=fast
requiresinitdelay=yes
gazj82 is offline  
Old 11 November 2017, 16:32   #5
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,001
A4000, Deneb USB, Poseidon 4.4, cheap 100 MBit USB adapter, usbmoschipeth.device, Roadshow 1.9. Works perfectly.
thomas is offline  
Old 11 November 2017, 23:33   #6
McTrinsic
Registered User
 
Join Date: Feb 2014
Location: Germany
Posts: 527
Even for FTP and AExplorer?

If so - what are my chances to get an idea where the issue lies??
McTrinsic is offline  
Old 11 November 2017, 23:36   #7
McTrinsic
Registered User
 
Join Date: Feb 2014
Location: Germany
Posts: 527
Thanks gazj82, I do have Roadshow and Internet up and running - with e.g. iBrowse.
Interestingly , FTP does transfer files for viewing into T: and opens it.
Just transfer as a file to any location won't work. Not to T: either, if I tell AmFTP to transfer something there.
McTrinsic is offline  
Old 12 November 2017, 09:57   #8
nogginthenog
Amigan
 
Join Date: Feb 2012
Location: London
Posts: 1,311
FTP is an odd protocol as it creates an outgoing connection and also listens for an incoming connection. This is not firewall friendly!

Try enabling passive mode in your FTP client. No idea about AExplorer.
nogginthenog is offline  
Old 12 November 2017, 13:24   #9
ptyerman
Registered User
 
ptyerman's Avatar
 
Join Date: Jun 2012
Location: Worksop/UK
Age: 59
Posts: 1,328
Quote:
Originally Posted by nogginthenog View Post
FTP is an odd protocol as it creates an outgoing connection and also listens for an incoming connection. This is not firewall friendly!

Try enabling passive mode in your FTP client. No idea about AExplorer.
Indeed, ftp can be rather tricky when it decides to play up.
As stated, enable passive mode and open the relevant ports in your router and firewall. Unless you just want internal network, you can leave the ports closed and turn off passive mode for that.
ptyerman is offline  
Old 12 November 2017, 21:23   #10
McTrinsic
Registered User
 
Join Date: Feb 2014
Location: Germany
Posts: 527
As mentioned in the first post, with AmiTCP it works.
With Roadshpw it doesnt work.

I can confirm this to be dependent on the bsdsocket.library from Roadshow.

Today I tried this:
- renamed the bsds...lib from Roadshow
- enabled AmiTCP first, thereby loading the bsdsocket.lib from AmiTCP
- Close AmiTCP
- named the lib from Roadshow correctly again
- Start Roadshow
-> FTP works

If I start Roadshow after boot up with its own lib, it wont work.

Thanks,
McT
McTrinsic is offline  
Old 13 November 2017, 21:13   #11
duga
Registered User
 
Join Date: Nov 2010
Location: Sweden
Posts: 528
Please ask in the official Roadshow 68k support forum: http://www.amigafuture.de/viewforum.php?f=34
duga is offline  
Old 14 November 2017, 17:09   #12
illy5603
Registered User
 
illy5603's Avatar
 
Join Date: Jul 2008
Location: SPaT CiTY
Posts: 557
Send a message via MSN to illy5603
Quote:
Originally Posted by ptyerman View Post
Indeed, ftp can be rather tricky when it decides to play up.
As stated, enable passive mode and open the relevant ports in your router and firewall. Unless you just want internal network, you can leave the ports closed and turn off passive mode for that.
Yes, and if you have a modern router / modem enabling UPnP will allow the correct ports both ways for FTP to function in any mode. I used to turn off UPnP because I thought myself so smart that I didn't need it and I had many issues with XBOX and other systems. Just turn it on.
illy5603 is offline  
Old 14 November 2017, 22:56   #13
McTrinsic
Registered User
 
Join Date: Feb 2014
Location: Germany
Posts: 527
I'll head over to the Roadshow-forum as mentioned above.

It is not the router as it works with a different stack.
McTrinsic is offline  
Old 14 November 2017, 23:07   #14
ptyerman
Registered User
 
ptyerman's Avatar
 
Join Date: Jun 2012
Location: Worksop/UK
Age: 59
Posts: 1,328
Quote:
Originally Posted by illy5603 View Post
Yes, and if you have a modern router / modem enabling UPnP will allow the correct ports both ways for FTP to function in any mode. I used to turn off UPnP because I thought myself so smart that I didn't need it and I had many issues with XBOX and other systems. Just turn it on.
UPnP is nothing more than a massive security risk in so many ways it should be disabled by default, better yet nuked from orbit!
There's no easier way for spyware to keep tabs on you than UPnP. Turn it off.
ptyerman is offline  
Old 17 November 2017, 22:27   #15
illy5603
Registered User
 
illy5603's Avatar
 
Join Date: Jul 2008
Location: SPaT CiTY
Posts: 557
Send a message via MSN to illy5603
Quote:
Originally Posted by ptyerman View Post
UPnP is nothing more than a massive security risk in so many ways it should be disabled by default, better yet nuked from orbit!
There's no easier way for spyware to keep tabs on you than UPnP. Turn it off.
UPNP is basically required for modern gaming consoles so sure, if you don't have an XBOX or Playstation, I would agree with leaving it disabled.
illy5603 is offline  
Old 18 February 2018, 20:14   #16
McTrinsic
Registered User
 
Join Date: Feb 2014
Location: Germany
Posts: 527
Just to clarify: it is not an issue of Roadshow.
Maybe of the Rapidroad or its drivers.
I got a MosChip USB2Eth-Adapter as an alternative to the Asix-based one.
While in 99% of the cases the MosChip-Adapter will "fail to initialize" as Poseidon puts it, I did once succeed in being recognized by Poseidon. In this case, Roadshow rocks in terms of performance. Works flawlessly with AExplorer.
McTrinsic is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
AmigaExplorer Protocol vext01 request.Other 10 14 January 2018 11:20
possible x-copy incompatibility trackah123 support.WinUAE 2 26 October 2008 13:29
Setting up Amitcp with 3com Ethernet card on a router to work with AExplorer?!? Ebster support.Hardware 9 07 August 2006 14:45
AmigaExplorer+WinXP+A1200 Doc Mindie support.Hardware 3 02 February 2005 15:20
Thrustmaster Incompatibility moffball71 support.WinUAE 0 15 June 2003 15:25

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:35.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10301 seconds with 13 queries