<br><br><div><span class="gmail_quote">On 19/10/2007, <b class="gmail_sendername">Cameron Simpson</b> &lt;<a href="mailto:cs@zip.com.au">cs@zip.com.au</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 18Oct2007 11:51, Chris G &lt;<a href="mailto:cl@isbd.net">cl@isbd.net</a>&gt; wrote:<br>| I have some vmware guests on my Fedora 7 system and they use Samba on<br>| the Fedora host to access files on the host.<br>| I&#39;d like to know what interface(s) samba is using for connections from
<br>| the vmware guests, does anyone know how I can do this?</blockquote><div><br><br><br>Here are part of smb.conf file. I just add all smaba interfaces (host-only and NAT) in to smb conf. it works well. if you need more, I can send you my exple 
smb.conf for vmware. <br><br><br># workgroup = NT-Domain-Name or Workgroup-Name <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; workgroup = MYGROUP<br>;&nbsp;&nbsp; interfaces = <a href="http://192.168.12.2/24">192.168.12.2/24</a> <a href="http://192.168.13.2/24">192.168.13.2/24
</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; interfaces = vmnet8 vmnet2 vmnet1 vmnet3<br><br><br><br>#============================ Share Definitions ==============================<br>[homes]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Home Directories<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; browseable = yes
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writeable = yes<br><br>#[USBG]<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = USBG<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = /mnt/USBG<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writeable = yes<br>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; browseable = yes<br>#;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; guest ok = no<br><br>[PROJECTS]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = /data/PROJECTS
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writeable = yes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; browseable = yes<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = <br>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; guest ok = no<br><br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&quot;netstat -an | grep ESTABLISHED&quot; should show the existing samba<br>connections (ports 139 or 445 if I recall, see /etc/services)<br>and their IP endpoints. You should be able to deduce the network<br>interface from that and &quot;netstat -rn&quot;.
<br>--<br>Cameron Simpson &lt;<a href="mailto:cs@zip.com.au">cs@zip.com.au</a>&gt; DoD#743<br><a href="http://www.cskk.ezoshosting.com/cs/">http://www.cskk.ezoshosting.com/cs/</a><br><br>C&#39;est un Nagra.&nbsp;&nbsp;C&#39;est suisse, et tres, tres precis.&nbsp;&nbsp;&nbsp;&nbsp;- _Diva_
<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list
</a><br></blockquote></div><br>