Can't Connect to internet Using Powerline.
#1
Posted 25 July 2004 - 12:43 AM
I successfully got Mandrake installed. Though I seem to have a problem with connecting to the internet. I use a powerline box which is networking that goes through power outlets. I don;t think that the box uses any drivers so I'm guessing its the way I set up the LAN connection. Can any one help me with setting the connection up?
#2
Posted 25 July 2004 - 01:35 AM
#3
Posted 25 July 2004 - 02:35 AM
I'm guessing that I'm messing something up with the configuration process. Like the DHCP and other options.
#4
Posted 25 July 2004 - 04:41 AM
#5
Posted 25 July 2004 - 06:32 AM
:furious3: :furious3: :help:
It won't even let me go into 192.168.0.1 in the internet browser. I think it thinks that 192.168.0.1 is my IP. *sigh*
This post has been edited by NightWalker: 25 July 2004 - 06:42 AM
#6
Posted 25 July 2004 - 12:27 PM
#7
Posted 25 July 2004 - 04:27 PM
Ixthusdan, on Jul 25 2004, 07:27 AM, said:
Didn't work. Thanks for the effort though.
#8
Posted 25 July 2004 - 07:17 PM
If you post the settings from Windows here, we can tell you what to enter where in Linux...
BTW it's winipcfg or ipconfig depending on your version of Windows. You need to open a Windows console either by finding it in the start menu or selecting start->run->command or cmd, again depending on the Win version.
Chris
#9
Posted 25 July 2004 - 07:43 PM
Host Name: psychosis
DNS Server: 192.168.0.1
Node Type: Broadcast
Adapter Address: 00-10-DC-52-E1-E4
IP Address: 192.168.0.102
Subnet Mask: 255.255.255.0
Default Gateway: 192.168.0.1
DHCP Server: 192.168.0.1
#10
Posted 25 July 2004 - 08:19 PM
Edit /etc/sysconfig/network-scripts/ifcfg-eth0 so it looks like this:
DEVICE=eth0 BOOTPROTO=static IPADDR=192.168.0.102 NETMASK=255.255.255.0 NETWORK=192.168.0.0 BROADCAST=192.168.0.255 ONBOOT=yes MII_NOT_SUPPORTED=yes
and /etc/sysconfig/network so it looks like this:
HOSTNAME=psychosis NETWORKING=yes GATEWAY=192.168.0.1
You will also need the IP address of your nameserver at the top of /etc/resolv.conf:
nameserver 192.168.0.1
Then reboot.
If it doesn't work now, have a look at my howto here:
simple net setup
which gives you a few other things to try and some tests (pings) you can do and what output to post for further help (e.g. 'ifconfig' and 'route -n').
Good luck!
Chris
This post has been edited by streeter: 25 July 2004 - 08:19 PM
#11
Posted 25 July 2004 - 10:00 PM
#12
Posted 25 July 2004 - 10:40 PM
Well when I reboot and i look at the "veborse" it dosent sorta hang at loading eth0 instead it says that it's busy.
Any clue what it is?
#13
Posted 25 July 2004 - 11:07 PM
NightWalker, on Jul 25 2004, 05:40 PM, said:
Well when I reboot and i look at the "veborse" it dosent sorta hang at loading eth0 instead it says that it's busy.
Any clue what it is?
Mandrake 10 seems to do this on boot (give errors for ethx). SImply open up a terminal and bring it up manually (drop it first to ensure it is free). Works for me everytime
#14
Posted 26 July 2004 - 12:10 AM
This post has been edited by NightWalker: 26 July 2004 - 05:32 AM
#15
Posted 26 July 2004 - 06:45 AM
Can you ping the interface and gateway? (see the howto)
If not, please post output of "ifconfig" , "route -n" and the make/model of your card.
Chris

Sign In
Register
Help
MultiQuote