Re: port forward

2003-09-28 Thread Brad Smith
On Sat, 2003-09-27 at 07:26, Asbjorn Hoiland Aarrestad wrote: > How do I make my redhat 9 machine forward port 25 to another machine? Iptables can do this: iptables -t NAT -A POSTROUTING -p tcp --dport 25 -j DNAT --to-dest ip.of.internal.machine ...and if you use multiple --to-dest directives it

Re: samba share auth

2003-09-27 Thread Brad Smith
If you're working with Windows clients, my experience has been that they tend to try and log in with whatever login info they have and/or prompt the user for login info, which generally results in failed authenticated logins instead of guest logins. The following in your global section: map to gue