I have it up successfully to be able to SSH into the public IP and ping 8.8.8.8 on the outside interface.
Is the PPPOE account and password required to be able to access the internet? ATT said that U-verse is a hybrid, DSL and Fiber? When I do a show ARP, I get two outside entries which one goes to the 192.168.1.254 and the other is the default route out and both have the same MAC Address.
Current config
interface Vlan2
nameif outside
security-level 0
pppoe client vpdn group dslgroup
ip address x.x.x.x 255.255.255.248
and added
Route outside 0.0.0.0 0.0.0.0 ISP Gateway (this enabled me to connect via SSH to the Public Address)
global (outside) 1 interface (removed added, didn't matter)
nat (inside) 1 192.168.58.0 255.255.255.0
route outside 0.0.0.0 0.0.0.0 Gateway ISP
Here is a show nat;
NAT policies on Interface inside:
match ip inside 192.168.58.0 255.255.255.0 outside any
dynamic translation to pool 1 (1st Usable IP in Block [Interface PAT])
translate_hits = 7178, untranslate_hits = 0
match ip inside 192.168.26.0 255.255.255.0 inside any
dynamic translation to pool 1 (No matching global)
translate_hits = 0, untranslate_hits = 0
match ip inside 192.168.26.0 255.255.255.0 _internal_loopback any
dynamic translation to pool 1 (No matching global)
translate_hits = 0, untranslate_hits = 0
Is this a problem with the modem? Does it need to be bridged?
http://www.dslreports.com/faq/17734
Thank you very much...
↧