The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Installing linux with windows vista nickdba Linux 2 06-06-2008 04:51 PM
Installing Linux on an existing Windows PC? Methal Linux 4 04-04-2008 08:30 AM
Installing HP-UX o a windows based server AshkA HP-UX 4 12-23-2007 10:20 AM
installing unix on windows? clueless here tnad UNIX for Dummies Questions & Answers 4 05-19-2007 01:46 PM
installing Windows over UNIX operating system rockbold UNIX for Dummies Questions & Answers 4 12-28-2005 01:52 AM

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-27-2003
Registered User
 

Join Date: Dec 2003
Posts: 2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Installing Solaris behind a windows NAT...

Greetings, and thank you for your time.

I am cracking the whip to self-teach myself Unix because I think it will be the best platform for me to really open my mind and be creative. Sadly I lack anyone experienced in Unix to nag with questions, so you will be seeing a lot of me here I am sure =]. I have searched these forums (and spent many hours on the web..) for similar questions but have yet to find my answer. I do not doubt my answer is out there, but there is so much information out on the web for Unix it can be a bit overwhelming finding the answer to one specific question, so here goes...

Unfortunately I have not gotten very far, I have a Unix box without Internet access at the moment… that’s like a TV without cable .

At home I currently have a cable modem being fed into a windows 2000 server with two NIC's acting as a domain controller, DHCP server, NAT gateway, and DNS server.

I have a second system behind the windows 2000 NAT running XP Pro and (hopefully) Solaris 9. I use a mobile HD rack and two HD's in order to change operating systems.

When running XP, the 2000 machine uses DHCP to assign a private IP, subnet mask, gateway (IP of the 2000 machine), and DNS server (IP of the 2000 machine). Works like a charm.


When installing Solaris 9, I am asked for this information as well, except the Solaris installer cannot find the network and spits back an error every time I complete the network settings bit. I have tried it multiple times using static IP settings and DHCP settings to no avail. I have yet to be able to ping my 2000 server from the Unix box. HELP! =)

Perhaps I am ignorant, but when the Unix installer asks for the domain name, I am presuming this is the name of my windows 2000 domain? I find it hard to believe that a Unix box *requires* a domain so perhaps I need some direction here =).

Here are the specifics:

2000 server:
NIC #1: IP, subnet, ect. is all assigned by ISP via DHCP
NIC #2: Static IP 192.168.1.10, subnet 255.255.255.0, DNS127.0.0.1

DHCP assigns IP’s 192.168.1.200 – 192.168.1.210, subnet 255.255.255.0, default gateway 192.168.1.10, DNS server 192.168.1.10, DHCP server 192.168.1.10

Solaris box:
DHCP enabled. DNS enabled (asks for domain, I input my windows 2000 domain name). Error reaching host. I input the IP of my 2000 server for any prompts.

I’ll monitor this thread if you have any questions I did not cover. Thanks all!
-Ubernoob
Forum Sponsor
  #2 (permalink)  
Old 12-29-2003
jsilva's Avatar
Registered User
 

Join Date: Apr 2003
Posts: 169
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Hi,

The domain that is asked on the installation, is a DNS domain, not windows 2000 domains... different things...
If you want to sucessful configure network support, your hostname must resolve, you must have a working name service that is able to resolve your machine hostname... if you don't have this situation, don't choose to configure the DNS ( choose "None" when asked ) at the installation process, do it later.
Ah, and if the DNS server is working but it's not on the same network as the machine you're trying to install it will fail too, because the installer doesn't ask for a gateway, so you'll not be able to reach other networks...

Good luck !
  #3 (permalink)  
Old 12-29-2003
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Once you have the system up and running you can configure DHCP - check out DHCP administration on docs.sun.com.
  #4 (permalink)  
Old 12-29-2003
Registered User
 

Join Date: Dec 2003
Posts: 2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Thanks for the prompt replies!

The clarification about the domains was most helpful.

Just curious, in regards to:

Quote:
If you want to sucessful configure network support, your hostname must resolve, you must have a working name service that is able to resolve your machine hostname... if you don't have this situation, don't choose to configure the DNS ( choose "None" when asked ) at the installation process, do it later
How would a person reslove their hostname if they had only 1 computer running Unix connected directly to interet? (Would the DHCP server of the ISP provide the DNS information? If do why doesn't my gateway with DNS installed so the same thing?)

I am currently reading through the DHCP guide linked above in an attmpt to configure my unixbox as a DHCP client of my 2000 box gateway.

I reinstalled solaris choosing not to select a reolution method as you reccomended. I specified an IP address on the same network as the 2000 box's local network card. I unfortunately still cannot ping my unixbox from the 2000 machine and I find this odd. (2000 machine 192.168.1.10 subnet 255.255.255.0, unixbox 192.168.1.100 subnet 255.255.255.0)

Does unix not assign an IP address if it cannot resolve the hostname?

Perhaps I have a more baisc problem, although it appeared the unix installation recognized my 3com integrated NIC, maybe it did not. I'll have to read up on how to check the current network configuration.

UPDATE:

discovered "# ifconfig -a " gets me the interface name of my NIC.

All that is displayed is lo0 127.0.0.1 the loopback address, does this mean my NIC is not recognized?

Last edited by Dustin; 12-29-2003 at 10:41 AM.
  #5 (permalink)  
Old 01-02-2004
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Spurl this Post!
Check the output from the dmesg command - look for the interface there. It may be that you don't see it if it hasn't been configured with ifconfig. Once you know the name of it (not sure what that would be...could start with hme, qfe, qf, ... or something else) you can use ifconfig to see if you can address it.

# ifconfig hme0 plumb
would start the processes (see man ifconfig) or you can set up a file /etc/hostname.hme0 with the IP or hostname you were going to use. Again, the hme0 part is an example - you have to find what your system sees the interface as.
Google UNIX.COM
Closed Thread

Thread Tools
Display Modes


The 50 most popular UNIX and Linux searches.
Google Search Cloud for The UNIX and Linux Forums
"inappropriate ioctl for device" 421 service not available, remote server has closed connection autosys awk trim bash eval bash exec bash for loop boot: cannot open kernel/sparcv9/unix close_wait command copy/move folder in unix curses.h cut command in unix dead.letter find grep find null character in a unix file grep multiple lines grep or grep recursive inaddr_any inappropriate ioctl for device logrotate.conf lynx javascript mailx attachment mget mtime ping port remove first character from string in k shell replace space by comma , perl script scp recursive segmentation fault(coredump) sftp batch sftp script snoop unix stale nfs file handle syn_sent tar exclude unix unix .profile unix com unix date command unix forum unix forums unix interview questions unix mtime unix simulator unix.com vi select all vi tab size vi+substitute+end+of+line+character while loop within while loop shell script


All times are GMT -7. The time now is 11:36 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101