Dummie question on ping (loopback)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Dummie question on ping (loopback)
# 1  
Old 06-27-2003
Dummie question on ping (loopback)

what's the point of having loopback when you can just ping your local ip address? for example if my ip is 1.1.1.1, why can't i just do ping 5 1.1.1.1 instead of ping 5 127.0.1.1? it seems to me the only point in having it is for the sake of convenience?
# 2  
Old 06-27-2003
For ping, I think pinging both of them is the same (but why do you ever want to ping myself?)

But having an IP or 'localhost' alias hostname is always convenient, as those given dynamic addresses have a consistent way to refer to "myself".

Just my 20cents.
# 3  
Old 06-27-2003
See this thread for a explaination of why you need it.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dumb question on the ping command

I have a continuous ping running with export/timestamp to a file. It ran for about 10 hours and the last line in my output is: ping: sendmsg: Network is unreachable It looks like the ping stopped after that occurred. Should it do that? Is there a way to make that not happen? I'm... (2 Replies)
Discussion started by: soleblazer
2 Replies

2. UNIX for Dummies Questions & Answers

I'm a dummie!

Hi I was installing 10.04. At 38 minutes remaining it froze and stayed that way for about 2 hours. I shut it down and now It's "frozen" for lack of a better term. ubuntu screen comes up, goes to black screen with blinking cursor. Anyone? Thanks! ---------- Post updated at 08:03 PM ----------... (1 Reply)
Discussion started by: martinnod
1 Replies

3. UNIX for Dummies Questions & Answers

Linux Dummie Here!

I know absolutely NOTHING about Unix but want to learn. How should I go about learning it? (1 Reply)
Discussion started by: Gosade
1 Replies

4. Shell Programming and Scripting

dummie ksh

Please help me with a newbie ksh question: I want a script in ksh (under Solaris 8 - SPARC) who runs a "ls -lR" command in some directory and it looks after all the files with the same date as the current one and/or created in the last 24 hours (or N hours). The script should do: - if no... (3 Replies)
Discussion started by: heartwork
3 Replies

5. UNIX for Dummies Questions & Answers

true dummie calling

hi i think this will make me seem dummier than most, actually i don't even understand most of the posts in the dummie section... i have a project and i need to learn fortran programming, im working on a windows xp pc and so i have installed cygwin. and the cygwin site basically says learn unix so... (4 Replies)
Discussion started by: holyhive
4 Replies

6. Linux

dummie questions

im a copletely newbie... i havent installed linux yet, but i wanna quit windows cuz i dont get it anymore... anything is better than this :mad: ... anyway...: does linux runs all file extensions thats windows does? i mean, .doc, .exe, .bat, .psp, etc? i reallly dunno how it works... normal... (3 Replies)
Discussion started by: guare_skt
3 Replies

7. UNIX for Dummies Questions & Answers

Dummie: How do I get variables mid program

I'm writing a simple program in unix and was wondering how mid switch I can run a program and get someone to enter variables for it i.e.: #!/bin/csh -f echo "If you wish to do v press v" echo "If you wish to compile press c" echo "If you wish to add an entry press a" echo "If you wish to... (1 Reply)
Discussion started by: RichardB
1 Replies

8. UNIX for Dummies Questions & Answers

Dummie Please Help With Unix And Win Xp

Please help : I have a question i am just starting to study UNIX and i need some advice,as my teacher isn,t the helpful type. I have just formatted my pc and partitioned it with win98 and winxp, do i need to create a partion for UNIX ??? OR is UNIX run in whatever partion i want it ???? Will... (6 Replies)
Discussion started by: DAFFYY30
6 Replies

9. UNIX for Dummies Questions & Answers

Dummie Question, Can anyone take a screen shot of a UNIX system?

Since i have never seen one of these systems, i am just curious of how it looks. Btw if unix is not a GUI then is it possible to take a screenshots (4 Replies)
Discussion started by: Punk18
4 Replies

10. UNIX for Dummies Questions & Answers

Please help this Dummie

I am trying to integrate a Digital Unix Alpha server in a LAN that contains several NT severs. Could someone give me some advise on how to integrate Alpha server, so I can contact the Alpha from any NT and visa versa. Thanks! (1 Reply)
Discussion started by: Rmeyvogel
1 Replies
Login or Register to Ask a Question