Link to home
Start Free TrialLog in
Avatar of hexfusion
hexfusion

asked on

Cisco Router Issues

This seems so simple but I must have a config issue somewhere and I am missing it.

Assigned Modem IP       xx.xx.xx.29
Allocated IP Block         xx.xx.xx.28/30
Subnet Mask FE0/Modem                255.255.255.252  

FE0 ip xx.xx.xx.30 255.255.255.0
ip verify unicast source reachable-via rx allow-default 100
no ip red..
no ip un..
np ip proxy-arp

FE2
switchport Vlan1

ip route 0.0.0.0 0.0.0.0 xx.xx.xx.29 (modem IP)

VLAN 1 172.16.1.3 255.255.255.0

From router terminal i can ping to internet but VLAN1 via FE2 can only ping router and xx.xx.xx.29 but not 30 or internet.  Makes no sence any ideas?
Avatar of hexfusion
hexfusion

ASKER

The wierd thing is if I set static xxx.xxx.xxx.30 to a nic and connect direct i can connect no problem.  So it is a rut with the rououting issue with the router for sure.
Avatar of Don Johnston
Not sure from your description, but are you doing NAT? If not, you won't get any response from a non-local public  IP address.

-Don
ok right i don't have nat setup as this router has changed config from local to internet gateway, how dumb i knew it was something small and NAT slipped my mind. As I am new to the CLI and since the question is worht 500 points what commands would I issue to resolve this.  Thanks again
So to better word this how can I set NAT to allow access by VLAN so for example I would like VLAN1 to be able to connect to xxx.xxx.xxx.29 through FastEthernet0 (xxx.xxx.xxx.30)
What type/model equipment are you using? Can you post your current config?
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial