LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-13-2008, 07:14 AM   #1
ShadowEW
LQ Newbie
 
Registered: Aug 2008
Location: England
Distribution: YDL 6.0
Posts: 8

Rep: Reputation: 0
Question Need Help, Is There A Way To Restore Default Network Settings


Aha, I was messing around with my YDL 6.0 on my PS3 and now my network connections gone.. dead.. they wont connect at all

I was wandering if there was a way to restore the defauly network settings, even through the teminal, im happy to try anything..

Thanx in advance
ShadowEW

Last edited by ShadowEW; 08-13-2008 at 07:18 AM.
 
Old 08-13-2008, 07:29 AM   #2
immortaltechnique
Member
 
Registered: Oct 2006
Location: Kenya
Distribution: Ubuntu, RHEL, OpenBSD
Posts: 287

Rep: Reputation: 32
It will be abit more clearer if you posted any errors you are receiving for instance when you run "ifconfig" or "ip addr show" from the terminal. What exactly does "messing around" mean? Were you installing new cards, changing your network configs? Kindly shows us some more details.

Last edited by immortaltechnique; 08-13-2008 at 07:31 AM.
 
Old 08-13-2008, 07:32 AM   #3
ShadowEW
LQ Newbie
 
Registered: Aug 2008
Location: England
Distribution: YDL 6.0
Posts: 8

Original Poster
Rep: Reputation: 0
Ok.. maybe this wont help..

bash: ifconfig: command not found (trying to run ipconfig) (both run from terminal root)
bash: ip: command not found (trying to run ip addr show) (both run from terminal root)

And, i was trying to manually setup my i.p. address so that my set ports on my router could work on bittorrent, but in the process of doing that, i seem to have.. mislaid my network information, meaning.. that i cannot connect to the internet in any way, at the moment.. >_>

ip: 192.168.1.136
netmask: 255.255.255.0
gateway: 192.168.1.1
/\
"What I was trying to setup"

P.S. I am using YDL 6.0 (mentioned above)

Last edited by ShadowEW; 08-13-2008 at 07:43 AM.
 
Old 08-13-2008, 10:12 AM   #4
ShadowEW
LQ Newbie
 
Registered: Aug 2008
Location: England
Distribution: YDL 6.0
Posts: 8

Original Poster
Rep: Reputation: 0
Hmm, can anyone help.. ive looked around this forum, and cant see any similar problems relating to YDL on the PS3.. I'm the only one.. >_>

Help would gladly be apreciated.. ^_^
 
Old 08-13-2008, 10:47 AM   #5
immortaltechnique
Member
 
Registered: Oct 2006
Location: Kenya
Distribution: Ubuntu, RHEL, OpenBSD
Posts: 287

Rep: Reputation: 32
Did you run the above commands as i suggested like for instance "ifconfig" in my box gives me this[HTML]eth0 Link encap:Ethernet HWaddr 00:0F:B0:42:64:B1
inet addr:192.168.11.127 Bcast:192.168.11.255 Mask:255.255.255.0
inet6 addr: fe80::20f:b0ff:fe42:64b1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:81962 errors:0 dropped:0 overruns:0 frame:0
TX packets:60327 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:44689296 (42.6 MiB) TX bytes:15568734 (14.8 MiB)
Interrupt:10 Base address:0xe000

eth1 Link encap:Ethernet HWaddr 00:0E:35:CF:0D:70
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:148 errors:0 dropped:0 overruns:0 frame:0
TX packets:185 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0xe000 Memory:90000000-90000fff

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:
RX packets:122 errors:0 dropped:0 overruns:0 frame:0
TX packets:122 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16252 (15.8 KiB) TX bytes:16252 (15.8 KiB)
[/HTML]

From the what you were trying to work on suspect it doesnt have entirely much to do with your distro as you are insisting. My guess is that the problem is what you did with your router configs. I dunno if its a cisco router or a general linux box. Can you see your eth0(or whatever you have named your cards)? If not are they active? Can you ping your router?
 
Old 08-14-2008, 05:22 PM   #6
ShadowEW
LQ Newbie
 
Registered: Aug 2008
Location: England
Distribution: YDL 6.0
Posts: 8

Original Poster
Rep: Reputation: 0
ive already said that ipconfig doesnt work

i cant connect to my router using http://192.168.1.1

i cannot connect to the internet though any program

I have a linksys BEFSR41 router

I only used wired connection, and i can see my network card "eth0" and it says "inactive"
when i try activate it says no link present, check cable.. cable is perfectly ok, it works on PS3 OS, just seems as if ethnet card has been disabled, how to re-enable?

=S

iwconfig worked for me not ifconfig, heres results

Code:
eth0      Link encap:Ethernet  HWaddr 00:19:C5:65:90:E3  
          inet6 addr: fe80::219:c5ff:fe65:90e3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:154 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1587 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:26662 (26.0 KiB)  TX bytes:457374 (446.6 KiB)
          Interrupt:60

Last edited by ShadowEW; 08-14-2008 at 06:06 PM.
 
Old 08-14-2008, 06:19 PM   #7
ShadowEW
LQ Newbie
 
Registered: Aug 2008
Location: England
Distribution: YDL 6.0
Posts: 8

Original Poster
Rep: Reputation: 0
GREAT NEWS, Ive got it working again

The hypervisor had shut down wired connection to start up wireless, as both cant be running at same time, my wired connection was cut off!!
 
  


Reply

Tags
ydl6



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Restore default toolbar settings in Scientific Linux / Red Hat linder Linux - Newbie 0 04-23-2008 01:53 AM
Restore default install settings? zero79 Debian 1 06-14-2005 10:33 PM
restore default settings on fc3 tamashii Fedora 1 11-21-2004 09:16 AM
restore default kde settings? slinky2004 Linux - Newbie 1 10-18-2004 01:34 AM
SuSe Live eval - How can I restore the default settings? LinuxSeeker Linux - Software 1 03-30-2004 04:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:56 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration