Jump to content

Can't Get Net Going :(


AbaddonXD
 Share

Recommended Posts

...

 

In the Mandrake Control Center
click Network & Internet
click Manage Connections
click the _Options_ tab and set check boxes as follows
x  Start on boot  
_  Track network card
_  Network Hotplugging

 

check Start on boot

uncheck Track network card

uncheck Network Hotplugging

 

... and:

# urpme tmdns

 

Maybe this helps :unsure:

Edited by anna
Link to comment
Share on other sites

  • Replies 39
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

 
[the_despoiler@localhost the_despoiler]$ /etc/sysconfig/networking-scripts/ifcfg-eth0
bash: /etc/sysconfig/networking-scripts/ifcfg-eth0: No such file or directory
[the_despoiler@localhost the_despoiler]$ su
Password:
[root@localhost the_despoiler]# /etc/sysconfig/networkings-scripts/ifcfg-etho0
bash: /etc/sysconfig/networkings-scripts/ifcfg-etho0: No such file or directory
[root@localhost the_despoiler]#

Link to comment
Share on other sites

 
[the_despoiler@localhost the_despoiler]$ cat ifcfg-eth0
cat: ifcfg-eth0: No such file or directory
[the_despoiler@localhost the_despoiler]$ cd/etc/sysconfig/network-scripts/ls-1
bash: cd/etc/sysconfig/network-scripts/ls-1: No such file or directory
[the_despoiler@localhost the_despoiler]$ cd/etc/sysconfig/network-scripts ls-1
bash: cd/etc/sysconfig/network-scripts: No such file or directory
[the_despoiler@localhost the_despoiler]$

Link to comment
Share on other sites

 
[the_despoiler@localhost the_despoiler]$ cd /etc/sysconfig/network-scripts/ls-1
bash: cd: /etc/sysconfig/network-scripts/ls-1: No such file or directory
[the_despoiler@localhost the_despoiler]$ cd /etc/sysconfig/network-scripts ls-1
[the_despoiler@localhost network-scripts]$ cat ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
MII_NOT_SUPPORTED=yes
WIRELESS_ENC_KEY=""
NEEDHOSTNAME=yes
[the_despoiler@localhost network-scripts]$ cat ls-1
cat: ls-1: No such file or directory
[the_despoiler@localhost network-scripts]$

Link to comment
Share on other sites

[the_despoiler@localhost the_despoiler]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
MII_NOT_SUPPORTED=yes
WIRELESS_ENC_KEY=""
NEEDHOSTNAME=yes
[the_despoiler@localhost the_despoiler]$ cat ls -1
cat: invalid option -- 1
Try `cat --help' for more information.
[the_despoiler@localhost the_despoiler]$ cat ls- 1
cat: ls-: No such file or directory
cat: 1: No such file or directory
[the_despoiler@localhost the_despoiler]$

Link to comment
Share on other sites

For ls, you don't need the cat command. cat is to read the contents of files.

 

ls and it's many options (see man ls for more) work just like the DOS command dir (you can use that too, but ls gives you color)

 

I'll put the command in caps, even though it shouldn't be when you use it:

 

LS -L

 

It's a bit confusing to read in lower case, depending on the font you use. l's look a lot like 1's with the font I use by default.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share


×
×
  • Create New...