- Posts: 26
- Thank you received: 0
Setup an ASA 5505
- matoposb0y
- Topic Author
- Offline
- Junior Member
Less
More
14 years 5 months ago #34843
by matoposb0y
Setup an ASA 5505 was created by matoposb0y
Hi there, I am trying to set up the following: ADSL -> router with IP address 192.168.1.254 -> ASA 5505. Behind the ASA is my printer and computer and removable drives. I have tried the following config:
interface vlan1
ip address 192.168.32.1 255.255.255.0 (I had tried 192.168.1.1 with no success)
nameif inside
interface vlan 2
ip address 192.168.1.254 255.255.255.0
nameif outside
route outside 0.0.0.0 0.0.0.0 192.168.1.254
global (outside) 10 interface
nat (inside) 10 192.168.32.0 255.255.255.0
Does this look at all right?
interface vlan1
ip address 192.168.32.1 255.255.255.0 (I had tried 192.168.1.1 with no success)
nameif inside
interface vlan 2
ip address 192.168.1.254 255.255.255.0
nameif outside
route outside 0.0.0.0 0.0.0.0 192.168.1.254
global (outside) 10 interface
nat (inside) 10 192.168.32.0 255.255.255.0
Does this look at all right?
- matoposb0y
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
14 years 4 months ago #34847
by matoposb0y
Replied by matoposb0y on topic Re: Setup an ASA 5505
Must vlan 2 point to my router IP or my isp ip?
14 years 4 months ago #34855
by KiLLaBeE
Replied by KiLLaBeE on topic Re: Setup an ASA 5505
Router IP since that's the next hop. Also, your vlan 2's interface IP address is the same as your router's IP address, therefore it needs to be changed.
- matoposb0y
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
14 years 4 months ago #34859
by matoposb0y
Thanks for your reply. The vlan 2's interface IP is that the command:- route outside 0.0.0.0 0.0.0.0 192.168.1.254 ? If so should I change it to the ISP IP, i.e. route outside 0.0.0.0 0.0.0.0 xx.xx.139.224? Or is it:- nat (inside) 10 1xx.xx.139.224 255.255.255.248 ?
Replied by matoposb0y on topic Re: Setup an ASA 5505
Router IP since that's the next hop. Also, your vlan 2's interface IP address is the same as your router's IP address, therefore it needs to be changed.
Thanks for your reply. The vlan 2's interface IP is that the command:- route outside 0.0.0.0 0.0.0.0 192.168.1.254 ? If so should I change it to the ISP IP, i.e. route outside 0.0.0.0 0.0.0.0 xx.xx.139.224? Or is it:- nat (inside) 10 1xx.xx.139.224 255.255.255.248 ?
- matoposb0y
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
14 years 4 months ago #34862
by matoposb0y
Replied by matoposb0y on topic Re: Setup an ASA 5505
Should nat (inside) point to my router IP or my ISP IP?
- matoposb0y
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
14 years 4 months ago #34864
by matoposb0y
Replied by matoposb0y on topic Re: Setup an ASA 5505
Should I have my adsl router set up as a bridge?
Time to create page: 0.132 seconds