I can get things done in the ASA if I have examples, but while probably totally obvious, this is stumping me.
I'm trying to get a video conferencing system working and we keep sporadically losing connectivity.
They have asked me to open up ALL TCP/UDP traffic between 192.168.9.15 and 88.88.88.88 (made up IPs).
I know how to open up certain ports, but I'm not clear on how to open up everything. Do I just eliminate the eq 17990 at the end of the access-list command?
access-list inbound extended permit tcp any host 88.88.88.88 eq 17990
static (inside,outside) 88.88.88.88 192.168.9.15 netmask 255.255.255.255
They have also asked that I set the UDP timeout to be longer than 2 minutes. In reading, for security reasons it says not to make this change globally, so is there a way to make the change only for this NAT?
Thanks in advance.
I'm trying to get a video conferencing system working and we keep sporadically losing connectivity.
They have asked me to open up ALL TCP/UDP traffic between 192.168.9.15 and 88.88.88.88 (made up IPs).
I know how to open up certain ports, but I'm not clear on how to open up everything. Do I just eliminate the eq 17990 at the end of the access-list command?
access-list inbound extended permit tcp any host 88.88.88.88 eq 17990
static (inside,outside) 88.88.88.88 192.168.9.15 netmask 255.255.255.255
They have also asked that I set the UDP timeout to be longer than 2 minutes. In reading, for security reasons it says not to make this change globally, so is there a way to make the change only for this NAT?
Thanks in advance.