Find the answer to your Linux question:
Results 1 to 7 of 7
hi, as you can see i'm new here i wanted to ask a question. i installed xubuntu on my ps3 (fully working), and i changed my mac addrss trough this ...
  1. #1
    Just Joined! Turnad0z's Avatar
    Join Date
    Sep 2009
    Posts
    3

    Exclamation changed my mac address but it doesn't stay that way

    hi, as you can see i'm new here

    i wanted to ask a question.
    i installed xubuntu on my ps3 (fully working), and i changed my mac addrss trough this command
    Code:
     sudo  ifconfig eth0 down 
     sudo  ifconfig eth0 hw ether 00:00:00:00:00:01
     sudo   ifconfig eth0 up
    but when i reboot the system and when i check the mac its back to the previous one
    how can i fix this?.

    Can you help me?

    Regards,
    Turnad0z

    p.s. i also changed wlan0 but with the same result

  2. #2
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    The MAC address is the hardware identifier. It is a unique ID for the card, and is usually hard coded into it. While you can temporarily change it, as you see, it isn't permanent.

    There really isn't much reason to change this, anyway. Why do you feel you need to change it?
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  3. #3
    Just Joined! Turnad0z's Avatar
    Join Date
    Sep 2009
    Posts
    3
    well, i'm banned on my ps3 (console banned).
    if you got banned they set your mac address in a blacklist so that you can't acces online + the PSN Store.
    and i really want to play online so if I change my mac-address then i will have acces to online + the PSN Store

  4. #4
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    Just use a different network card. it will have a different MAC address.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  5. #5
    Just Joined! Turnad0z's Avatar
    Join Date
    Sep 2009
    Posts
    3
    its not that easy to open a ps3 and change the network card.

    I think ....

  6. #6
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    You most likely did something to get banned, and I am not trying to help you get around it. But, there are USB devices:

    Newegg.com - Networking,Wired Networking,Network Interface Cards,USB
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  7. #7
    Just Joined!
    Join Date
    Aug 2009
    Posts
    76
    Quote Originally Posted by Turnad0z View Post
    hi, as you can see i'm new here

    i wanted to ask a question.
    i installed xubuntu on my ps3 (fully working), and i changed my mac addrss trough this command
    Code:
     sudo  ifconfig eth0 down 
     sudo  ifconfig eth0 hw ether 00:00:00:00:00:01
     sudo   ifconfig eth0 up
    but when i reboot the system and when i check the mac its back to the previous one
    how can i fix this?.

    Can you help me?

    Regards,
    Turnad0z

    p.s. i also changed wlan0 but with the same result
    Have the command run as a startup script. Put the script in /etc/init.d/ then symlink to your rcS.d folder.

    There are plenty of tutorials on how to do this. The methods that work in ubuntu will also work on xubuntu.

    good luck.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...