Cyber Tech Help Support Forums

Cyber Tech Help Support Forums (https://www.cybertechhelp.com/index.php)
-   Networking (https://www.cybertechhelp.com/forumdisplay.php?f=17)
-   -   Windows Xp with Linux (ubuntu) (https://www.cybertechhelp.com/showthread.php?t=101188)

Rodl January 1st, 2006 12:07 PM

Windows Xp with Linux (ubuntu)
 
Trying to set up a home network consisting of a desktop(winxp) Laptop (win xp) old laptop(win 98) and linux box(Ubuntu)

networked to a surecom hub, the internet is only accessed from the desktop via a netcomm ethernet router.
The desktop settings are
Windows IP Configuration

Host Name . . . . . . . . . . . . : rod-2rxvli6t358
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : SiS 900 PCI Fast Ethernet Adapter
Physical Address. . . . . . . . . : 00-0F-EA-74-6E-3F
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.9
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
Lease Obtained. . . . . . . . . . : 01 January 2006 19:15:16
Lease Expires . . . . . . . . . . : 04 January 2006 19:15:16

the laptop settings are

Windows IP Configuration

Host Name . . . . . . . . . . . . : rod-99kjf9iavik
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes

Ethernet adapter Network Bridge:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : MAC Bridge Miniport
Physical Address. . . . . . . . . : 02-0A-3A-52-66-3E
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.4
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

I can see all comp from the 98 laptop, and xp laptop(ping). The desktop only sees the laptops{ windows} not the linux.
The linux box sees all.
I want to see the linux from the desktop to use it as a testing server and back up
The desktop does not have a static ip address if it does, the internet is lost.
The only way the desktop can see the linux box is if i try to map a network drive, it shows up but the ok button is greyed out.
All help is appreciated.:happy:

ashevillecomput January 1st, 2006 05:04 PM

I imagine there is a setting in Linux that will allow the drives to be viewed. I am about to set up a network very similar to the one you have described. I will share what I find when I get there.. Perhaps it is a first of the year activity.

Sorry, I cannot give you the answer right here. I will keep you posted on my progress.

B17

bAdWaYz January 1st, 2006 07:37 PM

With a setup like that it might be best to static address evvery computer on the network. Also the linux box will work in a mixed network but you will need to make sure SAMBA is setup and working before it will work. Does your router not have a built in switch on the back? Just wondering because you said you were going from the router to a hub. If the router doesn't have a built in switch I would at least change that hub out and use a switch as it will actually switch network packets thus cutting down on packet drops and such.

Rodl January 1st, 2006 11:02 PM

ashevillecomput
yes samba is set up as far as i can tell (this is my first try with linux, thats why i used Ubuntu)

bAdWaYz
The switch and router are seperate. router is just for adsl on the desktop
Each of the other boxes has an ip address.
If i give the desktop one i loose the internet
Rod

Rodl January 3rd, 2006 11:05 AM

Looking further into the setup on the xp laptop, in network connections I have
Local Area, 1394 Connection(Bridged) and a Network Bridge

On the desk top i have local area connection & Incomming connection

Do i need a Network bridge connection?

Rodl January 6th, 2006 11:39 AM

ashevillecomput
look into samba password and set up users
I now have the desk top seeing the linux box but not the laptop with 98
(thats for another day)
How do i view my htm/php files that are on the server from the desk top ?
I know apache and php are running as i can test on the linux box, butfrom the desk top not sure of the address http://server/localhoast/index does not work(Time out)

Rodl January 8th, 2006 07:48 AM

If anyone else is following this..
I changed the user name and login on the windows boxes to the same as the linux box, added net bios to the samba config(for 98), and added the login name to the user table.
It works for me once you use the network address not the computer name.:hmm:

bAdWaYz January 8th, 2006 08:24 PM

You should also be able to hit it using http://localhost as long as they are networked it should come up that way as well.

Rodl January 9th, 2006 02:00 PM

bAdWaYz,
i just tried http://localhost/Sarah_new/index.php and got connection was refused.
Yet i use http://192.168.1.6/Sarah_new/index.php and can see the page.
Do i have something not quite right?
Rod

z1p January 10th, 2006 03:32 PM

Howdy,

I read through this and have some questions maybe they can help get to the problem.
Quote:

i just tried http://localhost/Sarah_new/index.php and got connection was refused.
Yet i use http://192.168.1.6/Sarah_new/index.php and can see the page.
Where did you try this from, the linux box?
From the windows machines can you ping the linux box by name?

Rodl January 11th, 2006 07:33 AM

Z1P
I tried the local host from the Windows box.(desktop running xp)
ping linux box (server from desktop) failed
ping linux box from laptop(windows xp) recived ok.
Tried localhost fron laptop page not found.
Localhost on linux box works
Regards
Rod

z1p January 11th, 2006 08:17 PM

Well, some of that makes sense. 'localhost' is a special name and it always refers to the machine you are running from. So, if you use localhost in the URL on the linux box, it tries to connects to the web server on itself and works. If you use local host on the laptop it will try to connect to a web server on itself and fails.

Try http://name of linux box/Sarah_new/index.php from the laptop and see if that works.

Rodl January 11th, 2006 08:47 PM

Quote:

Originally Posted by z1p
Try http://name of linux box/Sarah_new/index.php from the laptop and see if that works.

Z1P,
yes that worked, can see all of the site from the laptop :happy:

z1p January 11th, 2006 09:12 PM

Does it work from the desktop?

Rodl January 12th, 2006 10:20 PM

Quote:

Originally Posted by z1p
Does it work from the desktop?

No i get
Alert "Operation Timed out when connecting to server"


All times are GMT +1. The time now is 09:10 AM.

Copyright © Cyber Tech Help. All rights reserved. All other trademarks are the property of their respective owners.