|
||||||||
On Thu, 26 Aug 2004, Marc Vasquez wrote: > I have successfully setup a m0n0 box that sees the outside world and > allows outgoing connections. I recenly setup a firewall rule that > says : > > Pro: TCP > Source: * > Port 80 > Destinaion: my internal server ip addy > port 80 > > but in the firewall log I get error messages and no one can connect to > my servers. They are running and I can get them locally, but I must > have setup something wrong. I have many forwards like this that take The source port needs to be wildcarded. Clients don't connect *from* port 80. > care of many things. Also, i have one that says: > > PPTP clients: > Pro: * > Source : * > Port * > Destinaion PPTP clients > Port * > > Will that allow incoming VPN connections? Thank you very much for any help! Only to whatever address is meant by "Destinaion PPTP clients". That should describe what you want them to be able to connect *to*. Fred Wright |