Re: Notes and iptable
"Bruno Leonhardt" <[email protected]>
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <OF74C1D665.C1B9AFD1-ONC1256D1E.00216A0C-C1256D1E.0021AD1E@analytek.de> |
Hi, show me your rules - and maybe we'll able to help you ... please ensure that you have a rule like that : iptalbes -t nat -A PREROUTING -i $DEV1 -d $IP_DOMINO -p tcp --dport $DOMINO_PORT -j ACCEPT or iptables -A FORWARD -i $IPSEC_DEV -d $IP_DOMIN -p tcp --dport $DOMINO_PORT -j ACCEPT ## I made this from scratch - don't knwo if it is working correctly - please give me a feedback. Mit freundlichen Grüßen / Best regards Bruno Leonhardt Watchguard Certified System Professional CLP Domino R5 Systemadministrator [email protected] schrieb am 05.05.2003 10:50:08: > > Hello list, > > i established an VPN Connection, my Firewall runs with iptable. > The VPNs become NAT, all running Services looks fine. > > But if i want to open an Notes Database over VPN, i become an error. > But why? > > Stefan > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >