Resolved it with the following. May not be the most efficient way but it works :P
------------------------------------------------------------------
NAT:
ip nat inside source list 1 interface FastEthernet0/1 overload
access-list 1 remark NATADDY
access-list 1 permit 192.168.1.0 0.0.0.255...
Could you paste your running-config for both routers 1 and 2.
As I was drawing this out on my whiteboard, I am noticing some issues...
1. between both routers, you need a /30. It would appear that you have 172.16.0.0 /24.
2. You say you have NAT setup but I don't see any public IP's, just a...
I want to deny any IP WAN traffic from accessing my LAN unless the traffic was originated from the LAN.
How would I accomplished this. I don't think this can be done via a standard nor extended ACL. I think I need a reflexive ACL but I'm not familiar with those just yet.
Cisco 2621
FA0/0 =...
The issue is not with PC as both desktop and laptop are having the same issue whereas they are not when i connect to my alternate regular mdm to linksys to pc's network.
But pc's are set to auto as they should be pulling from router config and then DING DING DING DING. I forgot to add...
----------------------------------------------------------------------------
C:\Users\Icekola>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection 3:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Local...
Greetings all…
Issue: I am able to ping but unable to use internet base applications for both desktop and laptop.
I am studying for my CCNA and finally got around to setting up a home lab (router on a stick topology) as follows:
DESKTOP & LAPTOP connected to 1 of 2 Cisco 2950 access SW which...
Private Sub List126_AfterUpdate()
Dim Lbx As ListBox, Pack As String, idx
Set Lbx = Forms!OETv2!List126
For Each idx In Lbx.ItemsSelected
If Pack <> "FLEX" Then
Pack = Pack & "FLEX;" & Lbx.Column(1, idx)
Else
Pack = Lbx.Column(1, idx)
End If...
Hi, I am a Technical Sales Coordinator for a Telecom Company. To track my orders I have created an MS Access 2003 Form. I am having an issue with multi select “Extended” listbox. Keep in mind I am a dummy :)
Row Source Type: Value List
Row Source...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.