Re: A Samba Problem
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
-----------------------------------------------------------------------------------------------------
Dear Zu'bi :
I have talked about your problem with my friends and we get the conclusion that ....
Generally, many universities' computers will bind the MAC address.Maybe there is a restrict within the MAC.
But if in your network, XP can access the Windows 2003 and Linux can't. Please check the Linux driver and try to get a IP address using DHCP service :)
Someabout Oracle...
My friend says that if the network connection is down the Oracle will can't read the data file in \\controlroom\c:\ so,please keep your network connection alive when u want to do something with Oracle :)
Sincerely
Vincent Yan
分享到:
相关推荐
Samba服务器配置及访问Samba共享 Samba服务器是一种基于SMB/CIFS协议的文件和打印机共享服务器,主要用于Linux和Windows之间的资源共享。下面是Samba服务器配置及访问Samba共享的知识点总结: 一、Samba服务器安装...
* samba-2.2.7a-7.9.0.i386.rpm:Samba 服务端软件 * samba-client-2.2.7a-7.9.0.i386.rpm:Samba 客户端软件 * samba-common-2.2.7a-7.9.0.i386.rpm:包括 Samba 服务器和客户端都需要的文件 * samba-swat-2.2.7a-...
SMB(Server Message Block)是一种协议,通常与Samba一起使用,允许Linux和Unix系统与Windows操作系统之间共享文件、打印服务和其他资源。Samba项目是一个开源实现,使得非Windows设备能够无缝地融入Windows网络...
操作系统安全:配置 Samba 服务器的用户 本文总结了操作系统安全中的配置 Samba 服务器的用户相关知识点,包括 MAC 强制访问控制、安全标签、基于角色的访问控制模型等。 一、MAC 强制访问控制 * MAC 强制访问...
* rpm -qa | grep samba:检查是否安装了Samba服务器所需的包。 * yum -y install samba:在线安装Samba服务器所需的包。 * service smb restart:重新启动Samba服务。 * chkconfig smb on:设置Samba服务自启动。 *...
【Linux网络操作系统基础:Samba文件共享】 在Linux操作系统中,Samba是一个强大的工具,它使得Linux系统能够兼容Microsoft的网络通信协议,尤其是Server Message Block (SMB)协议,从而实现Linux与Windows之间的...
Samba服务器的安装与启动 01 02 03 04 05 06 自动加载Samba服务的设置 Samba服务的重启与重新加载 Samba服务的启动与停止 安装Samba服务 查询系统是否安装Samba相关软件包 目录 04 05 06 准备工作 准备工作: Centos...
Samba服务器的配置与测试 某公司需要添加Samba服务器作为文件服务器,工作组名为Workgroup,发布共享目录/share,共享名为public,这个共享目录允许所有公司员工访问。并配置Samba客户端测试访问情况。 项目规划 ...
Samba是一款开源软件,它使得Linux和Unix系统能够与Microsoft Windows网络无缝集成,提供文件和打印服务。在本文中,我们将深入探讨Samba的组成部分、功能以及如何安装和配置Samba的完整包。 首先,"samba-common...
Samba 参数详解 Samba 的配置文件是 smb.conf,位于/etc/samba/目录下。该文件由多个段组成,每个段由段名开始,直到下一个段名。每个段名放在方括号中间。每个段的参数格式是:名称=值。配置文件中一行一个段名和...
smbpasswd -a samba 添加密码后,需要重新启动 Samba 服务: service smb restart 这样,Samba 服务器就已经配置好了,可以实现文件共享。 Linux 上 Samba 配置需要安装 Samba 服务器的 RPM 包,修改 Samba 的...
安装 samba 服务需要安装三个文件:samba-common-3.0.23c-2.i386.rpm、samba-2.2.7a-3.0.23c-2.i386.rpm 和 samba-client-3.0.23c-2.i386.rpm。使用 rpm -ivh 命令安装这三个文件。 二、配置 samba 服务 配置 ...
Linux是一个开源的操作系统,广泛用于服务器、桌面计算机、移动设备以及嵌入式系统等多种平台。以下是Linux开发可能包含的几个方面: 1. **Linux系统开发**:开发和维护Linux操作系统本身,包括内核开发、系统库、...
Samba中文手册 Samba是Linux和UNIX系统上实现SMB协议的一个免费软件,由服务器及客户端程序构成。在Linux系统上,Samba是提供文件服务的必备工具,通过Samba可以实现Windows客户提供文件服务。 知识点1:Samba简介...
Samba是一个在UNIX、Linux系统上实现SMB/CIFS协议的软件包,允许这些系统与Windows系统在文件和打印服务方面进行无缝集成。以下为详细知识点: 1. Samba历史和开发: Samba由Andrew Tridgell开发,其目的是让UNIX...
samba-winbind-3.2.4-0.22.fc10.i386.rpm
Samba是一个在类Unix系统上实现的协议,能够提供Windows网络环境下的文件和打印服务。在本教程中,将分为两部分,第一部分是关于安装和初始配置,第二部分侧重于Samba的配置。以下是从文件中提取出来的知识点。 ###...
### Samba配置管理 #### Samba简介 Samba是一个自由开源的软件,其作用是实现Linux、Unix与Windows系统之间的相互通信。它的基础是SMB(Server Message Block)协议,该协议最初是Microsoft的网络通讯协议。随后,...