- Posts: 4
- Thank you received: 0
PIX501/PPPoE Allow ssh via outside source IP
16 years 7 months ago #25741
by hanzo
PIX501/PPPoE Allow ssh via outside source IP was created by hanzo
I permit ssh to my network but would like to allow from a specific outside IP.
[code:1]access-list outside_access_in permit tcp any interface outside eq ssh log
static (inside,outside) tcp interface ssh 192.168.1.3 ssh netmask 255.255.255.255 0 0 [/code:1]
How would I got about this?
regards
[code:1]access-list outside_access_in permit tcp any interface outside eq ssh log
static (inside,outside) tcp interface ssh 192.168.1.3 ssh netmask 255.255.255.255 0 0 [/code:1]
How would I got about this?
regards
16 years 7 months ago #25742
by hanzo
Replied by hanzo on topic Re: PIX501/PPPoE Allow ssh via outside source IP
I'll answer this myself.
[code:1]access-list outside_access_in permit tcp host aaa.bbb.ccc.ddd interface outside eq ssh[/code:1]
:oops:
[code:1]access-list outside_access_in permit tcp host aaa.bbb.ccc.ddd interface outside eq ssh[/code:1]
:oops:
16 years 7 months ago #25747
by Smurf
Yup
Wayne Murphy
Firewall.cx Team Member
www.firewall.cx
Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
Replied by Smurf on topic Re: PIX501/PPPoE Allow ssh via outside source IP
I'll answer this myself.
[code:1]access-list outside_access_in permit tcp host aaa.bbb.ccc.ddd interface outside eq ssh[/code:1]
:oops:
Yup
Wayne Murphy
Firewall.cx Team Member
www.firewall.cx
Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
Time to create page: 0.134 seconds