DSL on SCO OpenServer 5.0.7


 
Thread Tools Search this Thread
Operating Systems SCO DSL on SCO OpenServer 5.0.7
# 1  
Old 05-02-2015
DSL on SCO OpenServer 5.0.7

I have a dual boot computer with Windows 7 Pro 64 on one drive and SCO OpenServer 5.0.7 on another drive. The DSL modem works perfectly on the Windows side; I can input the gateway and DNS address 192.168.1.1 in Windows network configuration.

On the UNIX side, I created the /etc/resolv.conf file and have been able to get nslookup to work. However the browser, an old version of Netscape, says when I type in www.google.com that the route cannot be found. named is working (or at least it doesn't give an error message); I also played around with the /etc/named.d files without success. There is no direct way to set the gateway address for the network card (I tried putting in 192.168.1.1 for the "broadcast address" but that didn't do anything).

Certainly someone here should know how to set up a DSL modem for SCO.
# 2  
Old 05-02-2015
Run netconfig.
It will ask for the ip address, netmask, and default gateway.
Add the nameserver address to /etc/resolv.conf.
Don't bother with named, unless you want to have your own name server.
# 3  
Old 05-02-2015
RE: DSL on SCO

I've been running netconfig, but it does NOT ask for the gateway or DNS address (for the computer's network card)! I do have the nameserver address (192.168.1.1) in /etc/resolv.conf. nslookup runs fine. In Netscape, I get the message that the route cannot be found.
# 4  
Old 05-02-2015
Create a script called /etc/rc2.d/S99route.
Contents
route add default 192.168.1.1

You are right about the gateway address. I had to start an old 507 system to check.
Edit the file /etc/default/tcp to add additional tcp settings.

Last edited by jgt; 05-02-2015 at 01:24 PM..
# 5  
Old 05-02-2015
Works

The script worked!!! I'm on Netscape in www.unix.com typing this response. Of course this version of N
netscape is totally out of date. But at least I'm now on the Internet
from UNIX. What free up-to-date browser for SCO UNIX can I download? download
# 6  
Old 05-02-2015
# 7  
Old 05-02-2015
Thanks, jgt, but I don't see any Web browser updates there. I do have Maintenance Pack 5 installed.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

SCO OpenServer 5 Will Not Boot

We have a legacy system that runs on SCO OpenServer 5.0.6, and I've rebuilt the server a couple of times so we can have access to old historical data. That system suddenly went offline for no known reason, and I know that the configuration has not been altered, there is nobody with access to the... (63 Replies)
Discussion started by: spock9458
63 Replies

2. SCO

SCO OpenServer 5.0.5 Problem

I am currently having a problem with my SCO OpenServer 5.0.5 / 3.2v5.0.5 system. Running smoothly for the past 3 years, at random on March 16, 2010 the system crashes. I reboot it. Everything is normal again. 9 hours later it crashes again. This cycle has repeated itself ever since then. System... (2 Replies)
Discussion started by: jesmith
2 Replies

3. UNIX for Dummies Questions & Answers

Printer for SCO OpenServer 5

I only know enough about Unix to get me in trouble: I have an old UNIX SCO OpenServer 5 that I am phasing out. It had been connected to an HP laserjet via a serial port connection. As part of the phase out I disconnected and removed the workstations leaving only the server. I didn't think I... (9 Replies)
Discussion started by: rpmaps
9 Replies

4. SCO

I need SCO Openserver 4.2!!!!

I need SCO Openserver 4.2. Please, give me distributive of that version SCO:eek: (0 Replies)
Discussion started by: caine
0 Replies

5. SCO

sco openserver 5.0.7

Dear members when i installed dual processor patch in openserver 5.0.7 in hp ML370 G4 server it hangs in sco at G_hd_config. i tried MP4, EFS 5.64,5.70A but not solved the problem.. (0 Replies)
Discussion started by: M_farooqui
0 Replies

6. UNIX for Dummies Questions & Answers

SCO Openserver 6.0

Hi guys, I just got this new 6.0 version and i'm trying to setup a remote office to telnet to this server running sco 6.0, in previous version all i have to do is add this file under /etc/rc2.d call S99route and put the gate in that file and that was it, for some reason in 6.0 it does not... (1 Reply)
Discussion started by: josramon
1 Replies

7. UNIX for Dummies Questions & Answers

SCO Openserver 6.0

Hi there guys. I just got this new SCO version and i'm having some problem printing from shell, This is what i'm typing at the # sign : lp -dHP /etc/hosts and it prints no problem but when i use any other user at the $ sign it gives me this error. /dev/fd/7: /usr/lib/lp/sysv/7: not found. ... (1 Reply)
Discussion started by: josramon
1 Replies

8. UNIX for Advanced & Expert Users

SCO 5.0.2 openserver

I am doing some work for a customer that is running SCO 5.0.2 openserver and they have lost their cd. Is there anyplace I can download it? I have a replacement being shipped but it will not be here for two days and they are down. Any ideals? (3 Replies)
Discussion started by: SCOoT
3 Replies

9. UNIX for Dummies Questions & Answers

sco openserver 5.5

hello! when i try to make my system dual boot with both win98 & sco open server 5.5 it doesn't work at all.neither win98 take start nor sco open server boots.what should i do ? kindly help me thanks (1 Reply)
Discussion started by: buntty
1 Replies

10. UNIX for Dummies Questions & Answers

Help For SCO OpenServer

I've just installed Unix SCO OpenServer System v in an Intel PC and Everithing ok, except just one thing, in the begining of the installation the wizard asked me about the mouse , i have a generic 3 buttons mouse and i took a logitech and did not work i need to change the mouse configuration, ... (2 Replies)
Discussion started by: jimmyvaldes
2 Replies
Login or Register to Ask a Question