Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20th August 2006, 06:28 AM
winowski Offline
Registered User
 
Join Date: Aug 2006
Location: Arua, Uganda
Age: 24
Posts: 12
Internet through Windows Network

(Everybody starts by saying that they're new to Linux, so I might as well save it)

I just installed Fedora Core 5 in a computer that is part of a Windows Network. I can connect to the internet using Windows XP and I can ping all of the other machines in the network and the router, however, I have no internet connection. The network doesn't use DHCP.
Any idea, thought or suggestion would be greatly appreciated (And I really, really mean it ).
Thanks in advance.
Reply With Quote
  #2  
Old 20th August 2006, 08:28 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,016
The router uses dhcp to get an ip for each windows machine.
So you need to set the FC network to use dhcp and point the gatway and DNS to the router ip just like the windows machines.

192.168.n.1 where n is 2 or 1 or 0 according to the router documentation.
You FC will then get an ip of 192.168.n.xxx where xxx is 2 to 254

SJ
__________________
Do the Math
Reply With Quote
  #3  
Old 20th August 2006, 12:02 PM
wshawn Offline
Registered User
 
Join Date: Apr 2004
Location: Daytona Beach, FL
Age: 47
Posts: 423
Depending if you are on a Domain or not (Domains can be configured to lock down ips to certain boxes and exclude everyone else). While on a Windows box, play like your linux, and drop to a CLS by issuing cmd in the run command box int he start menu.

issue the command:
ipconfig /all

make note of the gateway and name servers.

close the cli
log out
Go to the bathroom and wash your hands (TWICE!!)
Dry your hands
Pet the tower AND monitor of the linux box and apologize
Now Edit the Network settings under the Admin Section (as root)

Double click your NIC card in the devices... Create a Static Ip / Gateway / and netmask

Now go to DNS tab
and add the DNS and gateway you glomed from the inferior life form of broken glass..
__________________
Registered Linux user: 358599
Reply With Quote
  #4  
Old 20th August 2006, 12:11 PM
grosminet Offline
Registered User
 
Join Date: Aug 2006
Location: French Riviera
Posts: 72
If you put this command in terminal, you can acces at your network config
system-config-network &
first case more simple
if you known your router adressing like 192.168.1.1, your can simply put use dhcp and valid getting your adress by DHCP
and checked Take auto informations by your ISP
the second case
you must case the rang of the adress forbitten by your router
this rang is the area of adress DHCP
you must have the adress with this form
192.168.1.X but X don't in the rang of DHCP
mask i Suppose 255.255.255.0
And the gateway adress est the adress of your router
Reply With Quote
  #5  
Old 20th August 2006, 04:52 PM
winowski Offline
Registered User
 
Join Date: Aug 2006
Location: Arua, Uganda
Age: 24
Posts: 12
I've made sure that both machines (The Windows and the FC) have the same parameters in their connections (ip, gateway, etc...) but the problem has persisted. I've also tried the proposed by grosminet with the same luck. Also, (I don't know if this is important) when I type ipconfig/all in Windows it says that the DHCP is disabled. Obviously I don't know much about this issue, but could it be a driver problem?

I forgot to mention that I've tried plenty of distributions ((k)Ubuntu, Mandriva, SuSe, Knoppix) and had the same problem with all of them.
Reply With Quote
  #6  
Old 20th August 2006, 05:22 PM
grosminet Offline
Registered User
 
Join Date: Aug 2006
Location: French Riviera
Posts: 72
Quote:
Originally Posted by winowski
I've made sure that both machines (The Windows and the FC) have the same parameters in their connections (ip, gateway, etc...) but the problem has persisted. I've also tried the proposed by grosminet with the same luck. Also, (I don't know if this is important) when I type ipconfig/all in Windows it says that the DHCP is disabled. Obviously I don't know much about this issue, but could it be a driver problem?

I forgot to mention that I've tried plenty of distributions ((k)Ubuntu, Mandriva, SuSe, Knoppix) and had the same problem with all of them.
If you can ping your Xp station, it s a probleme of the gateway or dns
could made this command
su -
ifconfig
cd /etc/sysconfig/networking/devices
more ifcfg-eth0
have you but the adress of your dns of your Isp
Reply With Quote
  #7  
Old 20th August 2006, 06:35 PM
winowski Offline
Registered User
 
Join Date: Aug 2006
Location: Arua, Uganda
Age: 24
Posts: 12
Ok. I've tried that, and everything seems in order. However, what is the BOOTPROTO, USERCTRL and the PEERDNS? I have none, yes and yes, respectively. Any other ideas?
Reply With Quote
  #8  
Old 20th August 2006, 07:50 PM
grosminet Offline
Registered User
 
Join Date: Aug 2006
Location: French Riviera
Posts: 72
Quote:
Originally Posted by winowski
Ok. I've tried that, and everything seems in order. However, what is the BOOTPROTO, USERCTRL and the PEERDNS? I have none, yes and yes, respectively. Any other ideas?
how is compose your connection by internet
what is network card
Reply With Quote
  #9  
Old 21st August 2006, 01:39 PM
winowski Offline
Registered User
 
Join Date: Aug 2006
Location: Arua, Uganda
Age: 24
Posts: 12
Ok. Here's the thing:
Accton EN-1216 Ethernet adapter. I'm using a Windows based network using static ip's. Gateway is correct. DNS's are correct. Ip is correct. The network is not running any proxy, however, I have not found a way to configure the hostname or the workgroup. Now, I THINK the problem could be:
a) The hostname and/or the workgroup.
b) A driver issue
c) The hosts
I have copied verbatim the info on my XP computer (Ip, DN's, etc...) into the FC computer but it still doesn't work.
Reply With Quote
  #10  
Old 21st August 2006, 03:33 PM
grosminet Offline
Registered User
 
Join Date: Aug 2006
Location: French Riviera
Posts: 72
make this commande for read the status your ethernet card The adress of card and the hostname must different that the router and the XP station
su -
ifconfig
and the command to configure the network
system-config-network &
Reply With Quote
  #11  
Old 21st August 2006, 09:49 PM
winowski Offline
Registered User
 
Join Date: Aug 2006
Location: Arua, Uganda
Age: 24
Posts: 12
(I forgot to mention that the XP computer and the FC computer never connect to the internet at the same time.)
So I fooled around with the ip's a little, but I still can't change the computer's name. As I mentioned, if the computers don't use the internet at the same time, and have almost the exact same network settings (save the Hostname), it should work, right?
Reply With Quote
  #12  
Old 21st August 2006, 10:12 PM
grosminet Offline
Registered User
 
Join Date: Aug 2006
Location: French Riviera
Posts: 72
No I think, it s not good
because if you use Dhcp, the router has a delai of rentention of this adress IP
the router a in memory adress arp of station Xp
You are no risque to change a little add one of the last number of IP adress
Reply With Quote
  #13  
Old 21st August 2006, 10:53 PM
winowski Offline
Registered User
 
Join Date: Aug 2006
Location: Arua, Uganda
Age: 24
Posts: 12
I already did. I tried a bunch of different ip's, but they didn't do the trick.
Reply With Quote
  #14  
Old 22nd August 2006, 04:42 PM
grosminet Offline
Registered User
 
Join Date: Aug 2006
Location: French Riviera
Posts: 72
could give the resultat of ifconfig without the arp adress
and the
ping -c 4 adressgateway
Reply With Quote
  #15  
Old 23rd August 2006, 10:26 PM
winowski Offline
Registered User
 
Join Date: Aug 2006
Location: Arua, Uganda
Age: 24
Posts: 12
I've given up on the static ip thing. I'm trying to configure dhcp on the router, however, every time I run ipconfig on my XP it says that DHCP is inactive... Anybody know why?
Reply With Quote
Reply

Tags
internet, network, windows

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux network & MS Windows down network feras007 Servers & Networking 1 2nd August 2005 03:16 AM
Windows gets on Internet but FC3 doesn't chobers Servers & Networking 3 24th March 2005 10:21 PM


Current GMT-time: 11:39 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat