Wired Network

Asked by gramer

I have a wired network with 2 Computers(XP & Ubuntu) The XP is connected to the Modem and both computers access the Internet.
I can access XP from Ubuntu but when I try to access ubuntu from XP I am asked for a Username & Password but I have tried my ubuntu and XP ones but they will not work. Gramer

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Léa GRIS (lea-gris) said :
#1

Hello,

The user name to use is the one belonging to Ubuntu.
But you may have to add the domain or workgroup of authentification in the form
usdo@domain to authenticate from your windows box in order to let it know the authentification realm belong the Linux box.

If no domain/workgroup is given, Windows tryes to get it's kherberos authentification ticket from its own domain and it will not find any, if that user only belong to the Linux box domain/workgroup.

If boths your linux and Windows shares the same domain/workgroup, the windows box declare itself as the domain controler, and it is absolutely needed boths Linux and Windows have the very same user names and maybe passwords.

Regards,

Revision history for this message
gramer (ultrav) said :
#2

Thank you for your answer Lea

I have tried for 2 hours by entering all combinations of username &
passwords from my XP and Ubuntu systems and I cannot achieve the correct
combination.

Sorry

gramer

----- Original Message -----
From: "Léa GRIS" <email address hidden>
To: <email address hidden>
Sent: Friday, March 21, 2008 5:20 PM
Subject: Re: [Question #27613]: Wired Network

Your question #27613 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/27613

    Status: Open => Answered

Léa GRIS proposed the following answer:
Hello,

The user name to use is the one belonging to Ubuntu.
But you may have to add the domain or workgroup of authentification in the
form
usdo@domain to authenticate from your windows box in order to let it know
the authentification realm belong the Linux box.

If no domain/workgroup is given, Windows tryes to get it's kherberos
authentification ticket from its own domain and it will not find any,
if that user only belong to the Linux box domain/workgroup.

If boths your linux and Windows shares the same domain/workgroup, the
windows box declare itself as the domain controler, and it is absolutely
needed boths Linux and Windows have the very same user names and maybe
passwords.

Regards,

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/27613/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/27613

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
gramer (ultrav) said :
#3

Thank you for your answer Lea

I have tried for 2 hours by entering all combinations of username &
passwords from my XP and Ubuntu systems and I cannot achieve the correct
combination.

Sorry

gramer

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#4

Are you trying to use shared directory under Ubuntu using Samba...?
If yes please watch this tutorial video... http://www.youtube.com/watch?v=Ad17kma8rNM

Hope this helps

Revision history for this message
naufal (musp-student) said :
#5

hello,
try these step for access ubuntu computer from xp machine:
1:install ssh server on ubuntu machine:
sudo apt-get install openssh-server
2:install WinSCP on xp machine http://winscp.net/
3:On Ubuntu computer type in terminal:
sudo /etc/init.d/ssh start
4:on Xp computer run the WinSCP installed program
5:type Ubuntu ip address on "hostname" coloumn and enter your Ubuntu username and password in other coloumn.
to stop ssh server on ubuntu machine type sudo /etc/init.d/ssh stop
hope this help.

Revision history for this message
naufal (musp-student) said :
#6

hello,
try these step for access ubuntu computer from xp machine:
1:install ssh server on ubuntu machine:
sudo apt-get install openssh-server
2:install WinSCP on xp machine http://winscp.net/
3:On Ubuntu computer type in terminal:
sudo /etc/init.d/ssh start
4:on Xp computer run the WinSCP installed program
5:type Ubuntu ip address on "hostname" coloumn and enter your Ubuntu username and password in other coloumn.
to stop ssh server on ubuntu machine type sudo /etc/init.d/ssh stop
hope this help.

Revision history for this message
gramer (ultrav) said :
#7

Thanks marcobra, that solved my question.

Revision history for this message
gramer (ultrav) said :
#8

Many thanks to all of you.

I`m new to linux but slowly learning/

Gramer