SRCDS Steam group


How do you check your internal ip address in linix?
#1
Anyone? Big Grin
Reply
#2
ifconfig
or more exactly
/sbin/ifconfig eth0 | grep 'inet addr' | awk '{print $2}' | sed -e 's/.*://'`

Wink
"the box said 'requires windows xp or better'. so i installed linux"
Linux Ubuntu 9.04 Server 2.6.30-vanilla #1 SMP PREEMPT x86_64
Reply
#3
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)