Click to See Complete Forum and Search --> : IP Address


RedEyes
06-13-2001, 07:08 AM
What command can I use to find out my current IP ?

Bills_a_bub
06-13-2001, 07:34 AM
For modem: /sbin/ifconfig ppp0

For cable: /sbin/ifconfig le0

ds801
06-13-2001, 07:59 AM
I think if you just type

ifconfig [enter]

you should get a list of all running connections. The entries will be listed according to the Linux device in use, ppp0 would be for a dial-up modem or PPPoE DSL connection, eth0 would be for a network card connection (non-PPPoE DSL or cable modem).