Mac problem.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Mac problem.
# 1  
Old 10-24-2003
Mac problem.

It is not my experience but one of my friends. He did the following process:

Quote:
ifconfig eth0 down
ifconfig eth0 hw ether 00:10:5c:ab:42:21
ifconfig eth0 up
After awhile he still could connect to the network, but once he rebooted his computer, the computer couldn't connect to the Internet anymore. And the physical address has become:

Quote:
ff:ff:ff:ff:ff:ff
sometimes it was:

Quote:
ff:ff:ff:ff:fd:ff
Now even after he tried to modify the value back, he still couldn't go online. This is just weird. Anybody could tell us what's going on here?

Sincerely,

HOUSCOUS
# 2  
Old 10-25-2003
I don't think ifconfig saves modifications, so if he wants to keep his MAC at a certain value, he should include his
Quote:
ifconfig eth0 down
ifconfig eth0 hw ether 00:10:5c:ab:42:21
ifconfig eth0 up
in an rc script.

If he set the MAC addy back to 00:10:5c:ab:42:21 after rebooting, he should still be able to connect (actually, now that I think of it, the MAC address is broadcast at boot time, isn't it? it shouldn't really matter unless there's a strange setup... but I'm no networking expert) - perhaps there was a typo?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

X11 Display Problem with Mac OSX after creating new account

For preliminaries, I am on a Mac Pro running 10.5. I am trying to run a program that opens an X11 graphic and plots a mesh. The little program is called showme. It has worked just fine in the past. Up until I had to make a new user account on this machine for myself. Now every time I try to... (8 Replies)
Discussion started by: Bocephus85
8 Replies

2. UNIX for Dummies Questions & Answers

problem with python on mac

Hi, I'm sure there's a very easy way to fix this but i'm a newbie so I'm posting this. The problem is that whenever I run python on the terminal I can no longer use the left and right arrows to move left or right, or the up/down arrows to call commands used before. Whenever I click an arrow I get... (0 Replies)
Discussion started by: thefloydpink
0 Replies

3. Filesystems, Disks and Memory

unix executable file problem on MAC OSX ??? please help

I've got this problem. My computers and external hard drives are converting many of my files to a Unix Executable File which has a grey terminal looking icon. I don't understand what is causing this to happen. It is happening to a large number of my image file of different formats and also... (1 Reply)
Discussion started by: chadb
1 Replies

4. Programming

Problem with curses library on Mac OS 10.2 darwin

Hello, I am trying to write a simple program with functions in the ncurses library, on a Mac running OSX 10.2.8, with the compiler and libraries that were included in the Dec 2002 Developer's tools release (the last one that runs on Jaguar, as far as I know). When I try to compile, I get... (2 Replies)
Discussion started by: marks
2 Replies
Login or Register to Ask a Question