04-10-2020 03:25 PM - edited 04-10-2020 03:27 PM
Here is the network im trying to create. I have been able to break an interface out of the BVI1 group, assign it an ip, setup dhcp but I cant seem to get the internet working on the interface. I have tried several NAT commands but it never works. Can someone help me config the LAN port?
Here are the commands that I use to get an interface setup. 192.168.1.1 is the ASA ip
Interface GigabitEthernet1/7
description LAN
no nameif
no bridge-group 1
nameif LAN
ip address 192.168.10.1 255.255.255.128
dhcpd address 192.168.10.5-192.168.10.100 LAN
dhcpd enable LAN
dhcpd dns 192.168.1.1 interface LAN
object network LAN_Pool
range 192.168.10.5 192.168.10.100
description LAN Pool
nat (any,outside) dynamic interface
Network | Descrip | Network | VLAN | Interface | Nameif |
WAN | ISP | DHCP | x | 1/1 | outside |
LAN | general user | 192.168.10.0/255.255.255.128 /25 1-126 addresses | x | 1/7 | LAN |
PROD | live for use | 192.168.30.0/255.255.255.128 /25 1-126 addresses | x | 1/5 | PROD |
I though this would be easy :(
04-11-2020 10:17 AM
if you setting up a ASA in transparent mode :
here is the good example guide help you :
04-12-2020 02:13 AM - edited 04-12-2020 02:15 AM
make sure the configuration are in right order.
Interface GigabitEthernet1/1
description outside
nameif outside
security-level 0
ip address dhcp setroute
!
Interface GigabitEthernet1/7 description LAN nameif LAN ip address 192.168.10.1 255.255.255.128 ! object network LAN subnet 192.168.10.0 255.255.255.128 nat (LAN,outside) dynamic interface ! packet-tracer input LAN tcp 192.168.10.10 12345 8.8.8.8 443
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide