Airport ID instead of machine name in Terminal

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) Airport ID instead of machine name in Terminal
# 8  
Old 10-08-2011
so something is messing with your hostname... check maybe the /etc/hosts file for strange settings. also check your network settings and how names get resolved (dns etc.)
# 9  
Old 10-08-2011
/etc/hosts looks OK:

Code:
127.0.0.1       localhost
255.255.255.255 broadcasthost
::1             localhost
fe80::1%lo0     localhost

I'll check the DNS...

---------- Post updated at 03:46 PM ---------- Previous update was at 03:26 PM ----------

if I start up Apache, it will resolve to both localhost and the Airport ID. In fact, in SysPrefs/Web Sharing the link is the Airport ID not localhost...
# 10  
Old 10-16-2011
Well, I didn't fix it myself but now it works...

I was running originally on a B.T. Home Hub 2 (awful piece of useless dog's doings: avoid) using BT Broadband. On Friday I upgraded to a B.T. Hub3 & Infinity broadband (great speeds: 34MBps down, 7.8MBps up) & now it no longer resolves to the Airport ID. Job done.

Thanks to all for their help.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Airport using semaphores and shared memo

Hi just doin' this here for the naval school, back here in Pportugal, and needed some help, especially with the shared memo i want to use for the 10 airport gate, and the maximum of 4 planes preparing to leave; canīt figure out how the gate can be id by the same PID. WELL, if someone wants to... (2 Replies)
Discussion started by: Turbo
2 Replies

2. Programming

Airport using semaphores and shared memo

Hi just doin' this here for the naval school, back here in Pportugal, and needed some help, especially with the shared memo i want to use for the 10 airport gate, and the maximum of 4 planes preparing to leave; canīt figure out how the gate can be id by the same PID. WELL, if someone wants to... (1 Reply)
Discussion started by: Turbo
1 Replies

3. Web Development

MySQL: Random offers for every airport

I need to write a MySQL query where it loops through every airport and generates 10 random offers (my offers table is 990,000+ rows) The code I have below works for 1 airport, but as soon as it gets bigger it slows RIGHT down. This is using PHP/MySQL At the moment it takes well over a... (2 Replies)
Discussion started by: worchyld
2 Replies

4. Shell Programming and Scripting

Execute command from terminal on remote machine

Hi All, I want to execute some commands on unix machine from the mac machne. I have two options for doing so, I am confused which is the best way of doing. Here are two options. Requirement: Execute command on the remote server machine. Commands to be executed itself contain arguments to be... (0 Replies)
Discussion started by: Ranu
0 Replies

5. Solaris

Connecting Solaris to Airport network

Hi, I've been trying to find out for the past two days how to set my Solaris 10 to join wireless network (Airport base station with ACL and wep or wpa on). Using ethernet is a bit out of question as I don't have an ethernet cable that would reach the other side of the house. Solaris 10... (1 Reply)
Discussion started by: giax
1 Replies

6. UNIX for Dummies Questions & Answers

terminal emulation displaying in machine language

I entered the command cat 401328 in an attempt to see a file. Now, my screen is displaying machine language. The properties of the file say that it is a postgres application. Is there a command I can enter so everything gets back to normal? Thanks, (2 Replies)
Discussion started by: Debbie
2 Replies
Login or Register to Ask a Question