Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

help centos

Newbie Spellweaver
Joined
Jul 11, 2009
Messages
49
Reaction score
7
personal hello am with a doubt
I put on my full file within the hundreds commands q think ips when I enter the full service config
more so I can do find ip of hundreds and no-ip would like to put to find the ip sql
examples

think NO-IP

`wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]|.]//g'`


think IP CentOS

`ifconfig eth0 | grep Bcast | awk '{print $2 }' | sed -e 's/addr://g'`

what do you think the ip sql?
someone could help me?
 
Skilled Illusionist
Joined
May 9, 2010
Messages
395
Reaction score
21
personal hello am with a doubt
I put on my full file within the hundreds commands q think ips when I enter the full service config
more so I can do find ip of hundreds and no-ip would like to put to find the ip sql
examples

think NO-IP

`wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]|.]//g'`


think IP CentOS

`ifconfig eth0 | grep Bcast | awk '{print $2 }' | sed -e 's/addr://g'`

what do you think the ip sql?
someone could help me?

We could help you if we understand what you are writing ... I didn't understand anything from your post...
 
Upvote 0
Newbie Spellweaver
Joined
Jul 11, 2009
Messages
49
Reaction score
7
the command that I put in hundreds to find the ip sql
example

`wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]|.]//g'`

this then I use to find the no-ip
I want a to find the ip sql understood
 
Upvote 0
Skilled Illusionist
Joined
Feb 26, 2013
Messages
346
Reaction score
57
if u want to find SQL ip its same as its on windows if u running it there so go to cmd and write ipconfig, or if u want to access from wan ip check ur wan ip
 
Upvote 0
Newbie Spellweaver
Joined
Jul 11, 2009
Messages
49
Reaction score
7
but this I know the ipconfig
just wanted to know if you have not how to find the ip in the hundreds equal to these examples
 
Upvote 0
Back
Top