![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Build a Google Talk Client Using Oracle ADF Faces Rich Client and the Active Data Ser | iBot | Oracle Updates (RSS) | 0 | 04-18-2008 03:10 PM |
| How to configure a NIS client bound to the NIS server in another subnet? | sn_wukong | SUN Solaris | 1 | 12-17-2007 03:37 AM |
| How to Configure NIS Client for Solaris7 x86 | nkkirubakaran | SUN Solaris | 2 | 12-14-2007 02:29 AM |
| How to configure a Redhat 9.0 as NIS+ client | alexhon | Linux | 3 | 04-20-2005 05:09 AM |
| Howto configure AIX DHCP Client ? | zumbi | IP Networking | 3 | 10-26-2001 10:08 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
configure client for internet !
i m using SCO unix openserver 5.0.... on my client machine. i have assign static IP to it and can ping the server. but now i want to connect internet on it through LAN , don't know how to do that?/
like in redhat linux we add dns or gatway entry to the /etc/resolv.conf don't know about SCO unix much. anyhelp would be appriciated, looking for quick reply.. Syed Alam |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
That stuff is pretty much the same in SCO as it is in Linux. /etc/resolv.conf is where you put your dns server addresses. The format on that file is:
nameserver x.x.x.x The default route is a little different. You can add a default route with the command route add default x.x.x.x In order to run this command each time the server boots, I always add it to the /etc/rc2.d/S99route. The contents on mine read like this: route flush route add default 172.22.163.1 |
|
#3
|
|||
|
|||
|
Quote:
thats what i was looking for to run each time when the server boots... anyway thanks. Regards, Syed Alam |
|||
| Google The UNIX and Linux Forums |