LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-19-2007, 11:11 AM   #1
dyer83
LQ Newbie
 
Registered: Jul 2007
Location: Leeds UK
Distribution: Fedora, XP pro, Ms 2003
Posts: 22

Rep: Reputation: 15
how to stop Fedora 7 from optaining my Ms 2003 server Local area IP address


i can give my fedora 7 pc a static IP address of 10.0.0.49, to allow it to see my MS 2003 server running on IP address 10.0.0.1 which also does DHCP, DNS, and AC services. When i try to get my fedora system to optaine its IP address from MS 2003 DHCP server it keep getting the same IP address as my MS 2003 server.

How can i stop this from happening??

any help welcome!!!

Thank you
 
Old 07-19-2007, 12:29 PM   #2
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
do a
# tcpdump -ni eth0 | less
in a separate terminal while obtaining the DHCP IP form 2003.
analyse the output... or post it here
 
Old 07-19-2007, 03:43 PM   #3
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
If you have not written the IP to the Fedora's config anywhere, it must be getting it from the DHCP server. Check the configuration carefully. SCerovec's suggestion is a good one. You will see if the IP in question is offered by the DHCP server.
 
Old 07-20-2007, 03:52 AM   #4
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,471
Blog Entries: 2

Rep: Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980Reputation: 980
Lightbulb Tip

Quote:
Originally Posted by SCerovec
do a
# tcpdump -ni eth0 | less
in a separate terminal while obtaining the DHCP IP form 2003.
analyse the output... or post it here
I forgot,
You can bail out of tcpdump beneath that less session with Ctrl+c
In case You didn't know ;-)
And finally You quit less with 'q'.

alternatively You could:
# tcpdump -ni eth0 > session.cap
and then post the contents of the session.cap file here.
This way it would be maybe most convenient.

Last edited by SCerovec; 07-20-2007 at 03:54 AM.
 
Old 07-20-2007, 06:36 AM   #5
dyer83
LQ Newbie
 
Registered: Jul 2007
Location: Leeds UK
Distribution: Fedora, XP pro, Ms 2003
Posts: 22

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by SCerovec
do a
# tcpdump -ni eth0 | less
in a separate terminal while obtaining the DHCP IP form 2003.
analyse the output... or post it here
hi i have set my Fedora system back to automaticaly optain its IP address from my MS 2003 DHCP server, and try both of the commands that you say to use but got no luck. i have hardcoded my MS 2003 server to use 10.0.0.1 as its LAN address, but Fedora keeps optaining the same address. here is the reading i get back.

" 12:12:01.711844 IP 10.0.0.3.ampr-info > 10.0.0.1.microsoft-ds: P 0:43(43) ack 1
win 16477
12:12:03.352747 IP 10.0.0.3.ampr-info > 10.0.0.1.microsoft-ds: P 0:43(43) ack 1
win 16477
12:12:06.524862 IP 10.0.0.3.ampr-info > 10.0.0.1.microsoft-ds: P 0:43(43) ack 1
win 16477
12:12:12.978520 IP 10.0.0.3.ampr-info > 10.0.0.1.microsoft-ds: P 0:43(43) ack 1
win 16477
12:12:25.776419 IP 10.0.0.3.ampr-info > 10.0.0.1.microsoft-ds: P 0:43(43) ack 1
:"

hope this helps. Please help!!

thank you
 
Old 07-20-2007, 06:44 AM   #6
dyer83
LQ Newbie
 
Registered: Jul 2007
Location: Leeds UK
Distribution: Fedora, XP pro, Ms 2003
Posts: 22

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Mara
If you have not written the IP to the Fedora's config anywhere, it must be getting it from the DHCP server. Check the configuration carefully. SCerovec's suggestion is a good one. You will see if the IP in question is offered by the DHCP server.
No i have not written the IP to the Fedora config anywhere. I need Fedora to Automatically optain its IP address from my MS 2003 server running DHCP for the LAN. But Fedora keeps optaining the same IP address my MS 2003 server which is hardcoded on my MS 2003 server.

please help!!

Question do i need to install and configure Samba file server services so that i can Remote access into Fedora fro any MS PC on my network?? Will this help!? and how do i go about getting this done!!!!?
 
Old 07-20-2007, 10:42 AM   #7
dyer83
LQ Newbie
 
Registered: Jul 2007
Location: Leeds UK
Distribution: Fedora, XP pro, Ms 2003
Posts: 22

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by dyer83
No i have not written the IP to the Fedora config anywhere. I need Fedora to Automatically optain its IP address from my MS 2003 server running DHCP for the LAN. But Fedora keeps optaining the same IP address my MS 2003 server which is hardcoded on my MS 2003 server.

please help!!

Question do i need to install and configure Samba file server services so that i can Remote access into Fedora fro any MS PC on my network?? Will this help!? and how do i go about getting this done!!!!?
I have reinstall Fedora and change my MS 2003 server DHCP address range from 10.0.0.1 to 10.0.0
2. and leave my MS 2003 server on 10.0.0.1 for the LAN IP Address. Fedora is now able to Optain an IP address from my MS 2003 server (10.0.0.15) and have full internet access and can ping both local and external.

Thanks a lot for all your help!!!


I how need to join Fedora 7 to my MS 2003 domain but need to know how to configure KDC and Samba, so that can enable remote access and file sharing!!!
any help on this will be welcome.

Thank you!!
 
  


Reply



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
Joining Fedora 7 to MS 2003 server Domain: dyer83 Linux - Newbie 1 07-16-2007 01:07 AM
Global Address List (Exchange Server 2003) gravitek Linux - Software 2 01-13-2007 06:05 AM
Fake Web Address on Local Server Rundi Linux - Networking 9 06-28-2005 05:08 PM
why does FTP server send local network address in passive mode? edesmarais Linux - Newbie 11 03-16-2005 12:33 AM
Apache2 Server - not working outside local ip address range Robstro Linux - Networking 3 06-14-2004 05:32 PM

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

All times are GMT -5. The time now is 12:57 PM.

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