Quote:
Originally Posted by
harisudharsan
To my knowledge, when a server is build an ip address should be assigned to it by default. You can get the default ip address from the vendor (Or it should be specified along with the default host name printed on a tag tied on the front or stuck on the top part of the balde).
You can use this ipaddress / host name to connect through SSH. Once you are able to connect to the system, you can change the default hostname and ipaddress.
What I was going to do is order a static IP from my service provider, and then name the server. I hope that is the right way to think about this process. This is a custom built machine, so there isn't a vendor, perse. I don't know what a "balde" is, please do tell.
The modem itself should have an assigned IP right? Would I use the same IP reference for the server? This all is looking more compicated than I thought it would be, but I'm ready to master this little piece of the puzzle anyway, with some help. Thanx so much.
---------- Post updated at 12:27 AM ---------- Previous update was at 12:25 AM ----------
Quote:
Originally Posted by
mark54g
A bare system will have no IP address. If you are talking about the management port, that will often have a default IP address or in some cases, require a serial connection to get working.
In order to build a machine remotely, normally one configures a TFTP server for PXE, a DHCP server to handle the bootp and IP address hand out and an NFS or HTTP(S) type transfer agent to allow the files to be transmitted.
So it would be smart to put this on a local network first to get it up and going, and then think about connecting it with it's own static IP? I'm going to have to look up all those acronyms and get back on that, because I don't know what they mean. I'll be back.