Re: [Samba] Another Shot At It

2002-10-18 Thread James Hubbard
I don't think that you need the -y -A input -p tcp -s 0/0 -d 0/0 137:139 -j ACCEPT -A input -p udp -s 0/0 -d 0/0 137:139 -j ACCEPT -A input -p tcp -s obi-wan-ip -d luke-ip 137:139 -j ACCEPT -A input -p udp -s obi-wan-ip -d luke-ip 137:139 -j ACCEPT James James Hubbard wrote: Since you've

Re: [Samba] Another Shot At It

2002-10-18 Thread Bradley W. Langhorst
On Thu, 2002-10-17 at 23:06, DJ Busch wrote: After receiving no response to yesterday's message, I tried some more web scouring and more tinkering and dinking around with Samba...and I discovered what may be a major key to my problem... I have 3 PC's...2 are Windoze and 1 is Linux.

[Samba] Another Shot At It

2002-10-17 Thread DJ Busch
After receiving no response to yesterday's message, I tried some more web scouring and more tinkering and dinking around with Samba...and I discovered what may be a major key to my problem... I have 3 PC's...2 are Windoze and 1 is Linux. Windoze machines are likely to understand how to share

Re: [Samba] Another Shot At It

2002-10-17 Thread James Hubbard
Since you've probably enabled the firewall settings when you installed RedHat, you're probably going to need to modify the /etc/sysconfig/ipchains file. This line here is probably causing you the most problem. -A input -p tcp -s 0/0 -d 0/0 0:1023 -y -j REJECT In order to allow smb packets to