Ip change SCO UNIX 3.2.4.2


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Ip change SCO UNIX 3.2.4.2
# 8  
Old 02-20-2019
Quote:
Originally Posted by jgt
You don't have a gateway address.
Add a script to /etc/rc2.d that executes after S85tcp that contains:
Code:
route add default 192.168.1.x

or edit the/etc/default/tcp so that GATEWAY has a value.

--- Post updated at 10:54 AM ---

The scripts in /etc/rc2.d execute in alphabetical order.
Does 192.168.1.x need to be the last ip in the scheme or does it need to stay as 192.168.1.x?

I set it as the last ip in the scheme. I got this on boot:
Code:
.....
setting default route
usage: add destination gateway metric
(metric of 0 if gateway is this host)
....


Last edited by steveo314; 02-20-2019 at 12:42 PM..
# 9  
Old 02-20-2019
It should be the ip address of the router
# 10  
Old 02-20-2019
Code:
# vi /etc/rc2.d/S99route
echo setting default route
/etc/route add default 192.168.1.1 1
# chown root S99route
# chgrp sys S99route
# chmod 744 S99route
# reboot
...
setting default route
add net default: gateway 192.168.1.1 flags 0x3
...
# netstat -nr
Routing Tables
Destination    Gateway        Flags    Refs      Use     Interface
127.0.0.1            127.0.0.1          UH         1             0          lo0
default             192.168.1.1       UG          0              0          d22e0
default             192.168.1.46    UG         0              0         d22e0
192.168.1           192.168.1.46    U            1             0          d22e0
#

Still nothing

When I setup the chain for the card does I/O base address matter?
When I resetup the chain for the other machine that is working, it did not ask for
the IRQ and I/O base. But the one that isn't accessible does ask for it.
# 11  
Old 02-20-2019
You may have to run the setup.exe program in order to determine the i-o address and interrupt. And yes it does matter for ISA cards.
D-LINK DE-220PCT USER MANUAL Pdf Download.
This User Gave Thanks to jgt For This Post:
# 12  
Old 02-21-2019
Quote:
Originally Posted by jgt
You may have to run the setup.exe program in order to determine the i-o address and interrupt. And yes it does matter for ISA cards.
D-LINK DE-220PCT USER MANUAL Pdf Download.
Thank you for that tip. I was using the wrong IRQ. On SCO 3.2.4.2 with that DLink card, I have to tell it which IRQ to use. There are a few that weren't in use, but I wasn't selecting the correct one. I finally got it on the correct one and it is working now. The other SCO box has a Realtek 8139 and it didn't ask me to assign the IRQ when I added the chain back for the network card.

Thank you for all of you help, jgt. I really appreciate it.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Error UNIX: UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot:cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/bootWhat to do? (2 Replies)
Discussion started by: Joaoalpande
2 Replies

2. SCO

Change Disk controller in SCO 6.0.0

So today I tried to upgrade a customer from a Proliant with an HPSAS controller to an Intel server with a MEGASAS controller. First, I downloaded the megasas driver from SCO and installed it on the old system. Then I created a new Microlite Edge emergency boot cd with the new driver on it. I... (2 Replies)
Discussion started by: jgt
2 Replies

3. SCO

Change SCO - GUI or Desktop interface to DOS based interface

Hi all I have installed a demo version of SCO OpenServer 5.0.2, I finally found it is Desktop Interface, I would like to know how to change its interface to dos based interface? If you have any ideas, please tell me then. Thank you (2 Replies)
Discussion started by: TinhNhi
2 Replies

4. SCO

change NetBIOS name of SCO 5.0.6

hi Howto change NetBIOS name of SCO 5.0.6? Is it enough just to edit /etc/hosts file? (1 Reply)
Discussion started by: ccc
1 Replies

5. SCO

load sco xenix and sco unix binary ?

Hi I have some sco xenix object, bin and archive files that operate in sco unix 5.0.7. I know that sco unix kernel can support sco xenix binary. I want to know how can I link xenix and unix archives together? (0 Replies)
Discussion started by: javad1_maroofi
0 Replies

6. UNIX for Dummies Questions & Answers

unix system v release 3.2 (sco-unix?)

another unix printing issue. our client based pc's used to print some form's to our hp printer. as of the moment they can not print. i have checked & did the ff: #lpstat -r (scheduler is running) i dunno if i need to restart the whole unix box via shutdown or just checking at... (15 Replies)
Discussion started by: jedimaster
15 Replies

7. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

8. SCO

pswd change on sco GUI login

Can i change the password on the SCO GUI interface login page and if so how? When I try to login it just goes right back to the login screen. If anyone has any suggestions, please reply. :confused: (3 Replies)
Discussion started by: qphillips
3 Replies

9. Filesystems, Disks and Memory

SCO TCP/IP runtime System for SCO Unix

Hi everyone i have a question for all of you. It may be basic or it may be a good one. I recently aquired a copy of "SCO TCP/IP runtime System for SCO Unix" (thats what the disks say) and for the life of me i can not get it to load. i have tried opening the disk in linux and it can not determine... (0 Replies)
Discussion started by: Cerberus
0 Replies
Login or Register to Ask a Question