• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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