Internet access: you need a default gatway and dns configured.
Domain? What domain? An NT domain? What does "join" mean to you - access shares, publish shares, act as a domain controller? The answer is probably Samba, but who knows what you are asking.
Unix an Windows are oil and water (don't ask me which is which) and a Unix server cannot 'join' a Windows domain in terms of replicating user databases etc as the two are not compatible.
Having said that there is Samba, a software suite which does provide the glue between Unix and Windows. The details are far too complex for this forum (or even the Samba forum!) but you should start by looking at The Samba home page
Samba's ability to participate as a domain controller or bdc has varied from time to time. Microsoft is constantly changing, and it's been hard for Samba to keep up, but they have done remarkably well just the same.
I *think* he's saying it's a Win 2000 domain here, which is not much different than an old NT4 domain, see
Funny how some folks think the Internet is a Windows thing
Not sure if that was the case here, but just in case: We in the Unix world were accessing and using the Internet long before Bill Gates understood squat about it. Microsoft avoided the internet, avoided tcp/ip and came into it all very, very late - one of the biggest judgement mistakes they ever made.
Doen't necessarily require a graphical interface or browser.
Lynx and lots of other text browsers work very well with a lot of web sites. Also, you can read or pull down web pages with nothing more than a telnet to port 80 - though most of us would rather use curl or wget or a Perl script..
Are you using Static or Dynamic IP Addresses that is one question you need to ask. If you are using DHCP on your network you will have to setup Solaris to request an IP. If they assigned you a static then you will have to add an entry to /etc/hosts, /etc/hostname.xxx, /etc/defaultrouter, /etc/resolv.conf, and change a setting in /etc/nsswitch.conf. You will also have to check if your site uses a proxy server for web access.
As someone previously stated you cannot join a Windows Domain without third party software. Samba is a free alternative that should probably suit your needs if all you want is to access shares, however, if you want to perform user authentication to a PDC then you might need to setup Kerberos or something to communicate with AD.
I am using static IP. I can ping the server by either IP or name, so I know the dns is working. we are using a proxy address to access the internet on our windows machine, but I am not sure where to input the proxy address in the unix box. I think that is the problem.
You will have to add the entry "dns" to your /etc/nsswitch.conf file. It probably reads hosts: files [NOTFOUND=return] or similar. Change it to read hosts: files dns [NOTFOUND=return]. That file tells Solaris how to resolve names, it will not use DNS by default. You most likely add the proxy address in your web browser under settings.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.