Im trying to setup a cisco 87x isr. On FA 0 i have the default switchport access vlan 1 with ip address 10.0.10.2 which is connected to a consumer DSL router ip address 10.0.10.1 and with nat enabled.
Now i enable fa1 and set switchport-access vlan 11 with ip address 10.0.1.1 which will be for my network firewall and connect it to a NIC on the server (only nic on the server at the moment with firewall disabled) and set this nic to 10.0.1.2.
Finally i set the gateway of last resort to 10.0.10.1. At this point the router can ping 8.8.8.8 but the server cant get any further than 10.0.10.1.
I have tried turning off NAT on the dsl router and doing ip nat outside on vlan 1 and ip nat inside on vlan 11 but ping 8.8.8.8 on the cisco router fails then.
Can anyone suggest what im doing wrong ? i cant seem to get a ping to 8.8.8.8 on the server no matter what nat configuration i do.