jrmann1999
Technical User
Can someone give me an example nat statement for a Cisco ASA router to handle netbios requests? My router is throwing off log entries each time a client makes a netbios request to the broadcast address:
<163>%ASA-3-305005: No translation group found for udp src outside:192.168.200.2/138 dst outside:192.168.200.255/138
The relevant sections of my config I have thusfar:
access-list FlowA extended permit ip 192.168.200.0 255.255.255.0 any
access-list outside_nat_outbound extended permit ip 192.168.200.0 255.255.255.0 any
global (outside) 2 interface
nat (inside) 2 access-list FlowA
nat (outside) 2 access-list outside_nat_outbound
I figured doing a nat of the entire subnet would do the trick, but apparently it doesn't include the broadcast address.
<163>%ASA-3-305005: No translation group found for udp src outside:192.168.200.2/138 dst outside:192.168.200.255/138
The relevant sections of my config I have thusfar:
access-list FlowA extended permit ip 192.168.200.0 255.255.255.0 any
access-list outside_nat_outbound extended permit ip 192.168.200.0 255.255.255.0 any
global (outside) 2 interface
nat (inside) 2 access-list FlowA
nat (outside) 2 access-list outside_nat_outbound
I figured doing a nat of the entire subnet would do the trick, but apparently it doesn't include the broadcast address.