Hi,
I hate to be a pain about this, but firewalls and ports are a weak point of mine. I am going to be traveling next week, and I would like to access a FBSD system on the other side of another FBSD firewall through VNC. I am going to directly VNC in because it is quick and dirty even though it it frowned upon to skip SSH, but I have no valuables so I am ok with that.
On my gate I have two network cards which I should, we will call et0 for the internet side, and et1 for my network.
I would want to think I can set my rule to be
So, how far off am I?
Dana
I hate to be a pain about this, but firewalls and ports are a weak point of mine. I am going to be traveling next week, and I would like to access a FBSD system on the other side of another FBSD firewall through VNC. I am going to directly VNC in because it is quick and dirty even though it it frowned upon to skip SSH, but I have no valuables so I am ok with that.
On my gate I have two network cards which I should, we will call et0 for the internet side, and et1 for my network.
I would want to think I can set my rule to be
Code:
ipfw add 100 fwd et0,5800 dst-port 5800 via et1
So, how far off am I?
Dana