Firewall Rule to Allow RDP to LAN..?
-
-
okay first thing, you are looking on the LAN and not the WAN. There should be a default rule in LAN that says from LAN Net any thing can go any where on any port. So then you need a WAN rules that reads:
Protocol Source Source port Destination Destonation port Gateway …. Comments.
TCP any any 192.168.0.<octet of="" system=""> 3389 * What ever you like.You will also have a the matching port forward rule 192.168.5.1 > 192.168.0.<octet of="" system="">. I think you may have this completed already.</octet></octet>
-
ok, ive done what you suggested its highlighted in yellow and its still not working, do i need to reboot pfsense after i make changes? also ive attached screen prints of whats configured. The strange thing is if i come from outside (internet) the RDP works Nat+Rule, but why is proving to be difficult from a router thats connected to Pfsense? your help is appreciated…
ive also added firewall logs that may help-
-
-
What does your port forward rule look like?
-
-
What is the outbound NAT doing? Auto or not?
-
-
You might want to go ahead and switch to manual NAT and NAT only on the WAN interface and do pure routing otherwise.
-
-
Those should be the only rules you need. Are you using ESX 5 per chance?
-
Yes it's a esx 5 virtual environment, pfsense and all other machines are VM's?
-
In my lab, yes they are. I will throw up your type of config and see what happens. I suspect mine will work .. my bridge doesn't though :(.
-
Finally got the bridge working. So tell me, did you leave the default of keep state on all the rules?
holly crap I just noticed that your route to 192.168.0.0/24 is not correct. Just thinking of network basics.
It should read 192.168.0.0/24 GW 192.168.5.6 (pfSense WAN port) not .1.
Are you trying to access them their 192.168.0.0/24 address or the WAN IP? -
excellent changing the DG to 192.168.5.6 did the trick, i cant believe i didnt pick that up! (something so simple) :)
Thanks for your help all is now working..
Cheers
-
Hi,
Just wanted to know, if i turn off the firewall functionality in Pfsesne it will also disable NAT, (router mode) how can i then access from internet, how do i forward port forwading in a router mode only?
also- do you have any custom captive portal page or know of any site i can download and tweak it? :)
cheers
-
With firewall disabled, so is the NAT as that is a function of the firewall. So, you don't port forward in router mode only.
I don't know of any captive portal custom stuff. Perhaps those that are monitory the Captive portal threads can let you know.
-
in a hardware router, you have an option to port forward to a LAN IP also known as (virtual servers) is this option not available in Pfsense?
Thanks
-
generally in a hardware firewall/router, you cannot disable the entire FW like you can in pfsense. You can setup allow all rules and then do what kind of NATing you like.