What's my IP address - solved

Booting, installing, newbie
Post Reply
Message
Author
User avatar
ICanoe2
Posts: 26
Joined: Sat 03 Jun 2006, 23:53
Location: Niagara-on-the-Lake, Canada

What's my IP address - solved

#1 Post by ICanoe2 »

Sorry if I am duplicating a question however I was unable to find the answer in a search.
I want to share files with my XP machine which is connected via a router. Seeing the files on my XP machine from puppy is no problem but I don't know how to find my puppypc IP address to see my puppy from XP.
Help please.
Last edited by ICanoe2 on Sat 11 Nov 2006, 03:01, edited 1 time in total.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#2 Post by Lobster »

Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#3 Post by Lobster »

check the above - there is also a cli method which I forget . . .
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
Gn2
Posts: 943
Joined: Mon 16 Oct 2006, 05:33
Location: virtual - Veni vidi, nihil est adpulerit

#4 Post by Gn2 »

Perhaps this was what you had in mind ?

Code: Select all

ifconfig -a
However, if you wish to share files - Plse see recent posts on that topic:

http://www.murga.org/~puppy/viewtopic.p ... 23444733dd

Best Regards ~

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#5 Post by Flash »

ifconfig tells you from the command-line, but I'm not sure how to interpret the results.

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#6 Post by trapster »

ifconfig
in the command line will give you something like this:

Code: Select all

sh-3.00# ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr 00:0F:B5:EC:9B:54  
          inet addr:192.168.1.104  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:49351 errors:0 dropped:0 overruns:0 frame:0
          TX packets:38217 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:56076292 (53.4 MiB)  TX bytes:3044593 (2.9 MiB)
          Interrupt:11 Memory:12000000-12010000 

sh-3.00# 
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

User avatar
Gn2
Posts: 943
Joined: Mon 16 Oct 2006, 05:33
Location: virtual - Veni vidi, nihil est adpulerit

#7 Post by Gn2 »

Problem w/that: The router is only the "gateway" - the box is hidden behind it -as it's true web address is static if not connecting directly to that I.P .
(Even there, a few internet providers will supply a static numerical address.

The Router resolves DNS for any attached to it .

Lan setup requires second NIC , IIRC, one of which will have eth1 aliased (static)
Any number of eth configurations may be used at same time.

Normally, /etc/dhcp/(net folders) have configs (dhclient.conf/dhcpcd.conf)

And /etc/conf.d contains /net . The configuration run by init.d for run levels

HTH

User avatar
ICanoe2
Posts: 26
Joined: Sat 03 Jun 2006, 23:53
Location: Niagara-on-the-Lake, Canada

#8 Post by ICanoe2 »

Thanks, ifconfig was what I was looking for.
I had the DOS command ipconfig in my head.
Those internet sites only show the IP of my router.

User avatar
Gn2
Posts: 943
Joined: Mon 16 Oct 2006, 05:33
Location: virtual - Veni vidi, nihil est adpulerit

#9 Post by Gn2 »

OUR PLEASURE to ASSIST

On a personal note : Whenever I (infrequently) am in a Winxx shell (on daughter's 'puter)
Always feel crippled at lack of CLI tools.
One is netstat -a

As to trying to help on Forums - often it is of great benefit to own use = Since it not only confirms shaky beliefs were somewhat accurate -
But much is learned while researching problems .... never encountered if only own interests. are pursued. ?

Best wishes to all

Post Reply