Please help as I am trying to connect my ASA to my Microsoft loopback adapter which is already bridged between with my wireless nic.I made sure I rebooted after I created the loopback adapter and also rebooted when I bridged both the wireless and loopback adapters.
Inside the ASA I configured the outside interface:
(asaconfig)#int gigabitethernet 1
(asaconfig)#nameif outside
(asaconfig)#security-level 0
(asaconfig)#ip add dhcp
My ip address of my wireless router is 192.168.0.1 and my ip address of the computer/loopback adapter is 192.168.0.5. What can I do to pull an ip address from my dhcp server (wireless router) to my ASA? Once it's successful there should be pulled ip address under my interface gigabitethernet 1 via dhcp instead of saying unassigned.