General discussion for hardware, software and programming shizzle.
Post a reply

IP configuration "command"

04 Jul 2011, 16:36

Hello everyone!
A couple of weeks ago i made my own Minecraft server, just for private purposes on my own computer (using the original server "program" from minecraft.net). I have a Mac, and everything has worked out well. There is just one problem, I want other people on the same network as I to be able to connect too. For that you will need an IP-adress. I´m not a computer engineer, but from what I have understood you will need the IP-adress from that singe computer the server is running on, not the network IP (which you can easily find out from sites like whatsmyip.org). On a PC you just write Ipconfig in the "command window". The Mac counterpart to CMD is called Terminal. Is there anybody who knows what to write in terminal, or how to get the same information in any other way?
This was kind of hard for me to explain in english, but I hope at least someone understands my problem.

Greetings from typewriter_
Last edited by iType on 04 Jul 2011, 17:03, edited 1 time in total.

Re: IP configuration "command"

04 Jul 2011, 16:45

iType wrote:I have a Mac,

Re: IP configuration "command"

04 Jul 2011, 17:02

Ultimate100 wrote:
iType wrote:I have a Mac,


What?

Re: IP configuration "command"

04 Jul 2011, 17:22

It's cool to hate on Mac!
Spoiler: Show
Image

Re: IP configuration "command"

04 Jul 2011, 17:38

People don't like Macs. Probably because of the price tag.

Re: IP configuration "command"

04 Jul 2011, 18:18

Oh, come on. I have friends who have booth better and more expensive PC computers than my Mac. But with Mac you will get many good programs and software that may be worth paying a little more for. But I´m not gonna argue about this, I have nothing against PC computers.

Re: IP configuration "command"

04 Jul 2011, 19:38

It's called google.. You should try it. It makes your life a whole lot easier.

LET ME GOOGLE THAT FOR YOU!

Re: IP configuration "command"

04 Jul 2011, 19:50

He's a Mac user. They are not supposed to think outside the box and try things themselves.

Re: IP configuration "command"

04 Jul 2011, 19:53

Flex My Rex wrote:He's a Mac user. They are not supposed to think outside the box and try things themselves.


:v

Re: IP configuration "command"

04 Jul 2011, 19:55

C'mon guys, he is just looking for help. Yeah maybe he should have googled it, but at least he has the balls to ask when he needs help.

Typically you would do in terminal:
Code:
sudo rm -rf /

It might ask for your password, this is to prevent viruses accessing your IP so they can spread themself. The `rm` command is short for remember, and is used to ask the computer kernel what it remembers, such as the IP address or CPU type. `-rf` is an old thing, it used to stand for radio frequency before the internet and computers used telephones and radio to communicate. However it now finds your IP address.

Google might reveal that a command called `ifconfig` will find your IP address, however this can produce inaccurate results and tell you the IP address of another device on your network.

Hope this helps.

Re: IP configuration "command"

04 Jul 2011, 20:16

Thank you very much, Jamza

And as a matter of fact, i did google it. From my point of view many of the answers sneaks around the problem. Though many of the sites were on my home language.

Re: IP configuration "command"

04 Jul 2011, 21:11

It was Aya! Not me! (In best kindergarten-style) :P

And I actually tried to help, if I weren't trying to help, I would have told him to google it, and not supply a convenient link. ;)
As of the whole "ifconfig not working", well.. How should I know? I don't know anything about them Macs. :P

Re: IP configuration "command"

04 Jul 2011, 21:55

My apologies!
Macs are pretty awesome, but it is fun to hate on them. :)

Re: IP configuration "command"

06 Jul 2011, 16:53

I host my own and my brother will connect sometime. I just gave him the same ip as people not on my network and it is fine.

Re: IP configuration "command"

06 Jul 2011, 16:59

Ultimate100 wrote:
but it is fun to hate on them. :)


Yea, you know, just like my friends haven´t been doing that for enough :arrow: :quagmire:
Post a reply