- 帖子
- 255
- 积分
- 678
- 威望
- 1093
- 金钱
- 877
- 在线时间
- 2 小时
|
[讨论]请教一个关于Linux Ubuntu 和 Windows 2003 间组网的问题
[讨论]请教一个关于Linux Ubuntu 和 Windows 2003 间组网的问题
请教一个关于Linux Ubuntu 和 Windows 2003 间组网的问题
议题作者:Delphiscn
信息来源:邪恶八进制信息安全团队(www.eviloctal.com)
这个原来是在Facebook上一埃及开罗的大学生问我的问题,但是问题还没有得到解决 现在就发到邪八的论坛上希望能和各位大牛讨论讨论 :) 顺便附上我们的聊天记录..
Dear Yan ;
Actually I'm interested in sending this message as looked at your profile in Centos GROUP.
I'M in 20 years old and studying at MSA university in Cairo-Egypt , im new
in Linux OS some how but i hope to help me for something im trying to
access it . Its my Uni network , thier server windows 2003 and they
configure DHCP SERVER YES I configure dhcp on my linux Ubuntu , and i
saw their network . 1) Control ROOM 2) their web server as open sharing
computers im using samba server but my question is not here ..
how can i access or break Authentication Required message for windows
2003 ?? i try to configure smb.conf and nsswitch and use krb5 and so on
* I shall be happy to be friends really its not a compliment and look forward hearing from you soon :)
sincerely
Mohamad Zu'bi
-------------------------------------------------------------------------------------------------------------------------------------
Dear Zu'bi :
I'm very glad that received the message from u and I think I can solve your problem ;)
To be frankly ,I have always couldn't open the website using Firefox in Ubuntu when DHCP Service is runing. Why?
Because we should select the DNS Service Host by ourselves. The detailed steps as follow:
Step One:
Open the Terminal and enter the /etc/ just like this:
delphiscn@Delphiscn:/$ cd /etc/
delphiscn@Delphiscn:/etc$
Then,Find the file named resolv.conf and open it.
Tips: When u open the resolv.conf u maybe fail because the system think that your account is not the root account and print the message says:Permission denied.
So, First you should raise your privilege. In Ubuntu, U can use the command sudo to switch. and become the root . Otherwise, U can use the command
chmod 777 resolv.conf to edit the file.
If it is going well. We can enter the Step Two:
Edit the resolv.conf:
In my resolv.conf the content as the below:
search domain
nameserver 202.102.8.141
nameserver 218.2.135.1
the nameserver 202.102.8.141 and 218.2.135.1 is my city's DNS Server. So My Computer is work well.
U can change the nameserver to your country's DNS Server address.
If it is not the problem about DHCP. I think we should check the Samba service.
Now, first,Is the Samba service runing ? Haha~~ Check it.
Next,Check the smb.conf and find the line as bellow:
[global]
workgroup = LinuxNet
netbios name = LinuxNet05
server string = Linux Samba Server TestServer
security = share/***************************This line****************/
[linuxnet]
path = /opt/linuxnet
writeable = yes
browseable = yes
guest ok = yes
Is the security equal the value "share" in your smb.conf? NOT the value "user"?
Then, the Authentication Required message for Windows 2003 maybe is not your Ubuntu's problem
Perhaps, I think that........ If there is any necessary that the Windows 2003 should create a accound for the remote user? Just like Guest account in windows 2003? or there is something wrong with the Firewall's setting?
I'm very sorry that replying the letter so late. I was very busy recently because I was preparing for my exam ;)
See U next time~~~ I'm very glad to make firend with you. I am a student in Nanjing University of Information Science and Technology,China.
Sincerely
Vincent Yan
----------------------------------------------------------------------------------------------------------------------
Dear Yan :
I'm really proud to have friend like you in China Society , i really and i swear that i respect your mind wooooow ;)
actually Vincent i made some configure in more than one files under ubuntu and now i can't even log in .. im use my XP Operating system :D
i get these ip from my university PC in Lab under windows registry :
192.168.198.1
162.121.207.149 dhcp ip
162.121.211.12 dhcp default
162.121.211.1 162.121.211.2 dhcp name server
192.168.219.1
10.6.160.1 dhcp nameserver
10.6.160.44 dhcp ip adress
10.6.175.254 dhcp server
255.255.240.0 dhcp subnet
i replace 10.6.160.1 as my local host 127.0.0.1 and configure my resolv.conf putting 162.121.211.1 162.121.211.2 as a DNS
and i configure my smb.conf but no my security was domain not share maybe this can make some change ??
Vincent i try to get their Oracle database just to edit my marks its really bad some how :P
my problem is when im accessing their windows machine on the network as it called Controlroom pc i knew that their Oracle inside it when i Unpluged the Lan cable from their EXE PC just to tell me run time error message telling me that couldn't open" \\controlroom/c:/msa.dbf" ;)
i need to make my ubuntu pc uthenticated or break down their password required or there is any application can help me ?? just to access Controlroom pc and copy their Oracle ... can i ???????!!!!!!
and i have some and good information about programming field in Visual basic and i know that their EXE file has the Control room password as it programmed to access it and to read their Database , but i don't even can get their exe program to analyze it :@
and really I'm sorry for my bothering :)
sincerely
Moh'd Zu'bi |
|