I've got a VPN set up and it works great, but as soon as I turn on any level of firewall on our router (Efficent 5861) the VPN can't get through... How do I allow remote access for my users and deny everyone else everything else?
You have protocols 50, 51 and port 500 open which is what is need for IPSEC, but are you using an IPSec VPN? If it is a PPTP VPN you need to open port 1723.
I'm teaching myself as I go so first I want to get the VPN through the firewall and then I'll secure it more by going with IPsec... But from what you're saying it should already let an IPsec VPN connection through?
This amy work better:
# remote ipfilter append input accept -p udp -dp 1723 internet
# remote ipfilter append output accept -p udp -sp 1723 internet
It should already let IPSec through, but I should warn you that IPSec does not play well with NAT. If you have NAT (especially at the client end) you will have all sorts of problems unless the routers on both ends are the same and support NAT-T.
to let ICQ get though and it worked fine. I tried changing the udp in your suggestion to tcp but that didn't work either. I'll keeep trying, but any other suggestions would be nice.
No additional software... Just win98 trying to get in and a win2k server. Should I be using 3rd party software (recommendations?)? Will I need to when I set it up as IPsec? I thought I would then, but for now I thought windows would do everything I need. Thanks.
If you have been keeping up with your upates on the Windows 98, there is a good chance you are not using PPTP or IPSec. Cisco and Microsoft developed L2TP which fixes a lot of the shortfalls in PPTP. It runs over UDP port 1701 - try opening that.
I'm looking at the port monitor when I try to connect to the VPN and I can see that the remote computer is going to port 1723, it looks like this:
IP-FILTER: IROTO 6 (TCP) pkt from x.x.x.x/1027
IP-FILTER: to x.x.x.x/1723 dropped, SYN Flag
it shows that twice. Every time I try it the 1027 goes up by one (1028, 1029, 1030, etc). Do I need to do something with that? I am currently using this:
remote ipfilter append input accept -p udp -sp 1723 internet
remote ipfilter append output accept -p udp -dp 1723 internet
to open that port, I switched the -sp with the -dp because that's the way it is in all the other commands. It seems like it should work...
Do I need to open the firewall to a specific range of IP addresses? How secure is this? Should the remote computers have static IPs? Would it be more secure than just opening the port like I'm trying to do?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.