Welcome, Guest. Please login or register.

Author Topic: SOLVED: No internet connection on X1000 using Prism2  (Read 2771 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline nbache

Re: No internet connection on X1000 using Prism2
« on: January 09, 2021, 12:47:09 AM »
Is it possible that the other devices all use DHCP, but the Amiga had a fixed IP address, which for some reason is now taken by another device?

Best regards,

Niels
 

Offline nbache

Re: SOLVED: No internet connection on X1000 using Prism2
« Reply #1 on: January 19, 2021, 02:11:19 PM »
I agree with NinjaCyborg - that is less than ideal advice in that manual.

Of course it needs to happen before AddNetInterface, but put it at the top of your Network-Startup, that is where it belongs, and where it won't be overwritten.

In general, no local customizations should be made in the main Startup-Sequence nowadays.

Another benefit is that Network-Startup is executed asynchronously, so the rest of your Startup-Sequence is not delayed by waiting for your network stuff to succeed.

Best regards,

Niels
 
The following users thanked this post: SteveH

Offline nbache

Re: SOLVED: No internet connection on X1000 using Prism2
« Reply #2 on: January 19, 2021, 07:56:30 PM »
Yes, I think it probably does, since it mentions inserting stuff before the AddNetInterface line in Startup-Sequence.

Today, that line is in Network-Startup.

Best regards,

Niels