Pages : 1
#1 Le 24/07/2007, à 19:46
- starbenji
samba : xp - ubuntu .. PROBLEME
Réseau entre ubuntu et xp via samba. 2 carte ethernet sur ubuntu, l'une relié a la neufbox en pppoe eth0 et l'autre relié a xp eth1.
Probleme : quand je clique sur le nom de groupe : "Désolé, impossible d'afficher tout le contenu de « Réseau Windows: fraicheur »." Et sur favori réseau de windows xp, rien n'est affiché
Voila tout mes info :
ifconfig :
eth0 Lien encap:Ethernet HWaddr 00:11:D8:BC:3D:53
adr inet6: fe80::211:d8ff:febc:3d53/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:33054 erreurs:0 :0 overruns:0 frame:0
TX packets:28288 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:32708260 (31.1 MiB) Octets transmis:3509731 (3.3 MiB)
Interruption:20 Adresse de base:0x2c00
eth1 Lien encap:Ethernet HWaddr 00:50:FC:46:1F:0B
inet adr:192.168.0.1 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::250:fcff:fe46:1f0b/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:595 erreurs:0 :0 overruns:0 frame:0
TX packets:418 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:86100 (84.0 KiB) Octets transmis:69752 (68.1 KiB)
Interruption:21 Adresse de base:0x6800
eth0:avah Lien encap:Ethernet HWaddr 00:11:D8:BC:3D:53
inet adr:169.254.6.137 Bcast:169.254.255.255 Masque:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interruption:20 Adresse de base:0x2c00
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
Packets reçus:1548 erreurs:0 :0 overruns:0 frame:0
TX packets:1548 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:130168 (127.1 KiB) Octets transmis:130168 (127.1 KiB)
ppp0 Lien encap:Protocole Point-à-Point
inet adr:77.198.13.67 P-t-P:77.198.13.1 Masque:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
Packets reçus:392 erreurs:0 :0 overruns:0 frame:0
TX packets:401 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:3
Octets reçus:317855 (310.4 KiB) Octets transmis:50173 (48.9 KiB)
route
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
1.13.198-77.rev * 255.255.255.255 UH 0 0 0 ppp0
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
link-local * 255.255.0.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1000 0 0 eth1
default * 0.0.0.0 U 0 0 0 ppp0
default * 0.0.0.0 U 1000 0 0 eth0
interface
auto lo
iface lo inet loopback
iface eth0 inet dhcp
iface eth1 inet static
address 192.168.0.1
netmask 255.255.255.0
auto eth2
iface eth2 inet dhcp
auto ath0
iface ath0 inet dhcp
auto wlan0
iface wlan0 inet dhcp
auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider
smb.conf
[global]
## Browsing/Identification ###
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = FRAICHEUR
# server string is the equivalent of the NT Description field
server string = %h server (Samba, Ubuntu)
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
; wins support = no
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
; wins server = w.x.y.z
# This will prevent nmbd to search for NetBIOS names through DNS.
dns proxy = no
# What naming service and in what order should we use to resolve host names
# to IP addresses
; name resolve order = lmhosts host wins bcast
#### Networking ####
# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
; interfaces = 127.0.0.0/8 eth0
# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself. However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
; bind interfaces only = true
#### Debugging/Accounting ####
# This tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m
# Put a capping on the size of the log files (in Kb).
max log size = 1000
# If you want Samba to only log through syslog then set the following
# parameter to 'yes'.
; syslog only = no
# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
syslog = 0
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
####### Authentication #######
# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
# in the samba-doc package for details.
security = user
# You may wish to use password encryption. See the section on
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
encrypt passwords = true
# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
passdb backend = tdbsam
obey pam restrictions = yes
; guest account = nobody
invalid users = root
# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
; unix password sync = no
# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
; pam password change = no
########## Domains ###########
# Is this machine able to authenticate users. Both PDC and BDC
# must have this setting enabled. If you are the BDC you must
# change the 'domain master' setting to no
#
; domain logons = yes
#
# The following setting only takes effect if 'domain logons' is set
# It specifies the location of the user's profile directory
# from the client point of view)
# The following required a [profiles] share to be setup on the
# samba server (see below)
; logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
; logon path = \\%N\%U\profile
# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
; logon drive = H:
; logon home = \\%N\%U
# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
; logon script = logon.cmd
# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe. The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
########## Printing ##########
# If you want to automatically load your printer list rather
# than setting them up individually then you'll need this
; load printers = yes
# lpr(ng) printing. You may wish to override the location of the
# printcap file
; printing = bsd
; printcap name = /etc/printcap
# CUPS printing. See also the cupsaddsmb(8) manpage in the
# cupsys-client package.
; printing = cups
; printcap name = cups
# When using [print$], root is implicitly a 'printer admin', but you can
# also give this right to other users to add drivers and set printer
# properties
; printer admin = @lpadmin
############ Misc ############
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
; include = /home/samba/etc/smb.conf.%m
# Most people will find that this option gives better performance.
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/speed.html
# for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# The following parameter is useful only if you have the linpopup package
# installed. The samba maintainer and the linpopup maintainer are
# working to ease installation and configuration of linpopup and samba.
; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
# Domain Master specifies Samba to be the Domain Master Browser. If this
# machine will be configured as a BDC (a secondary logon server), you
# must set this to 'no'; otherwise, the default behavior is recommended.
; domain master = auto
# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
; idmap uid = 10000-20000
; idmap gid = 10000-20000
; template shell = /bin/bash
#======================= Share Definitions =======================
# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user's home directory as \\server\username
;[homes]
; comment = Home Directories
; browseable = no
# By default, \\server\username shares can be connected to by anyone
# with access to the samba server. Un-comment the following parameter
# to make sure that only "username" can connect to \\server\username
; valid users = %S
# By default, the home directories are exported read-only. Change next
# parameter to 'yes' if you want to be able to write to them.
; writable = no
# File creation mask is set to 0600 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0664.
; create mask = 0600
# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
; directory mask = 0700
# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
; comment = Network Logon Service
; path = /home/samba/netlogon
; guest ok = yes
; writable = no
; share modes = no
# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700
wins support = no
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
public = no
writable = no
create mode = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# Replace 'ntadmin' with the name of the group your admin users are
# members of.
; write list = root, @ntadmin
# A sample share for sharing your CD-ROM with others.
;[cdrom]
; comment = Samba server's CD-ROM
; writable = no
; locking = no
; path = /cdrom
; public = yes
# The next two parameters show how to auto-mount a CD-ROM when the
# cdrom share is accesed. For this to work /etc/fstab must contain
# an entry like this:
#
# /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
# is mounted on /cdrom
#
; preexec = /bin/mount /cdrom
; postexec = /bin/umount /cdrom
[starbenji]
path = /home/starbenji
available = yes
browsable = yes
public = yes
writable = no
PS : j'utilise firestarter, les ports pour samba sont bien débloqué, activé ou désactivé le problème reste toujours.
MERCI
Dernière modification par starbenji (Le 24/07/2007, à 21:07)
Hors ligne
#2 Le 24/07/2007, à 23:23
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
svp.. j'ai mi toute les config pour vous facilitez la vie... merci
Hors ligne
#3 Le 24/07/2007, à 23:29
- figaro
Re : samba : xp - ubuntu .. PROBLEME
Sur mon blog tout samba expliqué.
Le blog de figaro (astuces diverses et tutos Samba pour débutants)
Le blog de cep (astuces Linux avancées)
Debian Lenny 6.0.1, Ubuntu 10.04.2, Ubuntu Remix 9.10, Ubuntu Netbook 10.04
Hors ligne
#4 Le 24/07/2007, à 23:57
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
oui merci j'ai justement suivi ton blog et il est tres bien fait..
juste un point ou j'ai pas trop compri ce que tu voulai dire :
"renseigner dans le fichier sytem32/drivers/etc/hosts chaque ordinateur du réseau avec l'Ip et le nom des PC sous la forme : Ip nomPC".
une foi que je me suis renseigné ? je fai quoi de ces renseignement ?
Dernière modification par starbenji (Le 24/07/2007, à 23:58)
Hors ligne
#5 Le 25/07/2007, à 07:33
- figaro
Re : samba : xp - ubuntu .. PROBLEME
Renseigner dans le fichier.... veut dire écrire dans le fichier....
Le blog de figaro (astuces diverses et tutos Samba pour débutants)
Le blog de cep (astuces Linux avancées)
Debian Lenny 6.0.1, Ubuntu 10.04.2, Ubuntu Remix 9.10, Ubuntu Netbook 10.04
Hors ligne
#6 Le 25/07/2007, à 11:10
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
Bonjour,
donc voila sur le pc ubuntu : le fichier host :
127.0.0.1 localhost
127.0.1.1 starbenji-desktop
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
je ne sais pas quoi rajouté parceque sur lautre pc (xp) il m'indique pas le nom du pc précédé de l'IP, comme vous allez le voir :
127.0.0.1 localhost
127.0.1.1 starbenji-desktop
edit : j'ai rajouté au fichier de xp : "127.0.1.1 starbenji-desktop".
Dernière modification par starbenji (Le 25/07/2007, à 11:10)
Hors ligne
#7 Le 25/07/2007, à 12:08
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
je vien de découvrir :
quand je ping 192.168.0.1 (adress IP de ubuntu), quelque soit le pc d'où je ping : sa marche
MAIS quand je ping 192.168.0.2 (adress IP de xp) quelque soit le pc d'où je ping : sa marche PAS...
pourquoi ??
Hors ligne
#8 Le 25/07/2007, à 12:11
- figaro
Re : samba : xp - ubuntu .. PROBLEME
edit : j'ai rajouté au fichier de xp : "127.0.1.1 starbenji-desktop".
Cela tu l'enlèves du fichier sur XP.
Ce qu'il faut mettre c'est l'adresse Ip et le nom de chaque PC du réseau.
Donc récupéres les adresses Ip de chaque PC dans les propriétés des connexions.
Mais comme dit sur mon tuto :
Il est nécessaire que vous possédiez un minimum de connaissances en informatique et utilisation des PCs pour utiliser la méthode avec succès.
Je pense que tu devrais te faire aider par quelqu'un qui réponde à ce profil
Dernière modification par figaro (Le 25/07/2007, à 12:12)
Le blog de figaro (astuces diverses et tutos Samba pour débutants)
Le blog de cep (astuces Linux avancées)
Debian Lenny 6.0.1, Ubuntu 10.04.2, Ubuntu Remix 9.10, Ubuntu Netbook 10.04
Hors ligne
#9 Le 25/07/2007, à 12:18
- figaro
Re : samba : xp - ubuntu .. PROBLEME
je vien de découvrir :
quand je ping 192.168.0.1 (adress IP de ubuntu), quelque soit le pc d'où je ping : sa marche
MAIS quand je ping 192.168.0.2 (adress IP de xp) quelque soit le pc d'où je ping : sa marche PAS...pourquoi ??
Parce que ton firewall ne l'autorise pas.
Mais je ne fais pas hotline.
Le blog de figaro (astuces diverses et tutos Samba pour débutants)
Le blog de cep (astuces Linux avancées)
Debian Lenny 6.0.1, Ubuntu 10.04.2, Ubuntu Remix 9.10, Ubuntu Netbook 10.04
Hors ligne
#10 Le 25/07/2007, à 12:19
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
voila j'ai lu plus de document sur le réseau donc maintenant sa me donne sa :
UBUNTU :
127.0.0.1 localhost
127.0.1.1 starbenji-desktop
192.168.0.2 PORTABLE
XP :
127.0.0.1 localhost
192.168.0.1 starbenji-desktop
Hors ligne
#11 Le 25/07/2007, à 12:20
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
a firestarter ne l'autorise pas ? ou sur le pc xp ? je supose que c'est le pc xp non? sur firestarter j'ai autorisé samba comme tu l'a indiqué dans ton blog
pourtant j'ai enelver le parfeu windows sur le xp...
Dernière modification par starbenji (Le 25/07/2007, à 12:20)
Hors ligne
#12 Le 25/07/2007, à 12:43
- figaro
Re : samba : xp - ubuntu .. PROBLEME
a firestarter ne l'autorise pas ? ou sur le pc xp ? je supose que c'est le pc xp non? sur firestarter j'ai autorisé samba comme tu l'a indiqué dans ton blog
pourtant j'ai enelver le parfeu windows sur le xp...
Dans Firestarter il y a une option pour autoriser ou non les pings dans Préférences/Filtrage ICMP
Le blog de figaro (astuces diverses et tutos Samba pour débutants)
Le blog de cep (astuces Linux avancées)
Debian Lenny 6.0.1, Ubuntu 10.04.2, Ubuntu Remix 9.10, Ubuntu Netbook 10.04
Hors ligne
#13 Le 25/07/2007, à 12:44
- figaro
Re : samba : xp - ubuntu .. PROBLEME
voila j'ai lu plus de document sur le réseau donc maintenant sa me donne sa :
UBUNTU :127.0.0.1 localhost 127.0.1.1 starbenji-desktop 192.168.0.2 PORTABLE
XP :
127.0.0.1 localhost 192.168.0.1 starbenji-desktop
Cela me semble correct si tes Ip sont bonnes.
Attention aux majuscules pour portable vérifies que c'est bien en majuscules le nom du PC XP
Dernière modification par figaro (Le 25/07/2007, à 12:45)
Le blog de figaro (astuces diverses et tutos Samba pour débutants)
Le blog de cep (astuces Linux avancées)
Debian Lenny 6.0.1, Ubuntu 10.04.2, Ubuntu Remix 9.10, Ubuntu Netbook 10.04
Hors ligne
#14 Le 25/07/2007, à 12:51
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
effectivement yavai que une majuscule pour la premiere lettre Portable..
je vien de changer mais toujours le meme probleme
Pour firestarter j'ai bien autoriser.. mais de toute facon je pouvai pinger 192.168.0.1 et pas 192.168.0.2 (Portable)... pareil quand je ping sur xp
Dernière modification par starbenji (Le 25/07/2007, à 12:51)
Hors ligne
#15 Le 25/07/2007, à 12:53
- figaro
Re : samba : xp - ubuntu .. PROBLEME
Tu as autorisé pour 192.168.0.2 dans Firestarter (fenêtre du haut)
PS: Que ton PC se ping lui-même c'est normal.
Dernière modification par figaro (Le 25/07/2007, à 12:54)
Le blog de figaro (astuces diverses et tutos Samba pour débutants)
Le blog de cep (astuces Linux avancées)
Debian Lenny 6.0.1, Ubuntu 10.04.2, Ubuntu Remix 9.10, Ubuntu Netbook 10.04
Hors ligne
#16 Le 25/07/2007, à 12:56
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
et que le xp ne peu se pinger lui meme ????
non je n'avai pas autorisé désolé... en tout ca tu voi bien les probleme a chaque foi , chapo, je suis content detre tombé sur toi
edit : et malheureusement jai beau pinger sa marche toujours pas...
Dernière modification par starbenji (Le 25/07/2007, à 12:59)
Hors ligne
#17 Le 25/07/2007, à 19:06
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
up
Hors ligne
#18 Le 26/07/2007, à 12:25
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
quelqu'un dautre pourai maider aussi a part figaro non ?
en tout ca merci a celui qui maidera
Hors ligne
#19 Le 26/07/2007, à 15:41
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
up
Hors ligne
#20 Le 27/07/2007, à 13:56
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
Donc.. petit pas de plus :
je pouvais pas pinger 192.168.0.2 (Portable) tout simplement parceque Norton antivirus bloquait...
Néenmoin le problème perciste : "Désolé, impossible d'afficher tout le contenu de « Réseau Windows: fraicheur »."
Dernière modification par starbenji (Le 27/07/2007, à 13:57)
Hors ligne
#21 Le 27/07/2007, à 14:33
- starbenji
Re : samba : xp - ubuntu .. PROBLEME
quelque chose me tracasse... petite question :
Dans firestarter > état > connexion active. Je voi affiché :
Source Destination Port Service
192.168.0.1 192.168.0.1 139 Samba(SMB)
la source et la destination est la même ?????!!!!
Hors ligne
Pages : 1