Hope this helps.
Something to remember is that the different security levels have default permits and denies attached to them depending upon the flow of traffic.
example:
Higher number ---> lower number (default permit)
security level-100 ---> security level-0
Lower number ---> higher number...
The one I had was just a basic 4-port Linksys router. It had the option to disable the Internet/NAT function and use it as a normal subnet to subnet router. It worked fine. The functions were limited of course. One subnet to one subnet only. And of course no VLANs (but that wasn't mentioned...
Does the ISP control the router or do you control the router? I'm just curious, because the ISP said you have to "ask" for a port mapping.
To answer the question of opening port 3306 inbound to the whole network, Yes it can be done without specifying it for each workstation.
Something like...
...one before you can type fast enough to remove the static.
something like this
==== copy paste together ========
clear ip nat translations *
no ip nat inside source static udp a.b.c.d 28960 interface Ethernet0 28960
!
I always throw in a "!" at the end to make sure I get a Return at the...
Many of the soho internet sharing routers still have the feature where you can disable the WAN NAT stuff and just do normal routing. The Linksys routers I used to use at home could do that. Sorry, though I don't remember the settings, but the website has the docs. I'm on a Cisco 831 now and...
Yeah, with IPv4, the whole Lat-Long Geographic tracking of addresses is still hit and miss. The database is pretty much dependant upon what ISP is using what subnets and then going by the city the ISP is in and assuming the user is there as well.
Once IPv6 is fully out, it'll be much easier to...
This one will give you a city location for an IP.
http://www.geobytes.com/IpLocator.htm?GetLocation
It told me what city I'm in, but I don't know if it's international or not.
BierHunter
CNE, MCSE, CCNP
Let's see if I understand the config here. If not, please correct me.
Network-1
=========
Device-A 192.168.1.4
Network-2
=========
Device-B 192.168.1.5 with a NAT address of 10.0.0.5
If that's the case, then for Device-A to communicate with Device-B it has to talk to 10.0.0.5 instead of...
There's a redistributable .net framework ("dotnetfx.exe" or something like that). You can distribute that with your application. If you're using an installer like Installshield or something, you can have the .Net Framework configured as part of the install process.
BierHunter
CNE, MCSE, CCNP
Since this is in the Cisco Router forum, I'm assuming you are using a Cisco router in your connection somewhere?
How are you configured? NAT, static translation for your server, firewall settings, DMZ, etc?
BierHunter
CNE, MCSE, CCNP
Thanks for the info.
Don't really see anything there that could be causing it, but always good to double check things.
Also, I'm sure you caught my mistake above in saying interface E1, when you obviously have been saying E0 all the time. ooops :)
There's got to be a reason for this. We'll...
Just to help clear up any confusion, losing a link on an Ethernet port will not cause 'Administratively Down.' That would cause Line Down/Protocol Down.
Admin Down is either caused by the Shutdown command, or by Port Security (on a switch, but not the case here).
I have also seen a rare...
Depending upon the equipment and IOS version, you can specify the range of ports you wish to permit or deny.
Such as denying ports 135 through 139:
ip access-list extended MY_ACL
deny tcp any any range 135 139
BierHunter
CNE, MCSE, CCNP
Wow...lots of confusing info on the web about ARP.
Here's my final conclusion.
ARP is a part of the IP suite which is why it is often referred to as a layer-3 protocol. However, it actually operates at the Logical Link Control layer which is part of layer-2.
If someone is studying for a...
I wish we could edit our posts.
Here's another one http://www.lex-con.com/protocols/ip.htm
Although ARP is considered part of the Internet Protocol suite, it operates at layer-2.
Also just found this one. http://www.erg.abdn.ac.uk/users/gorry/course/inet-pages/arp.html
I also discovered...
Your question actually made me start questioning myself, so I took the challenge to try and find out.
http://compnetworking.about.com/library/gallery/blbasics_osimodel3.htm About.com states that ARP is layer-2.
http://www.delmar.edu/Courses/ITNW1325/sem1/notes/lessons16-19.html delmar.edu...
I would ask the ISP.
If you're on a point to point connection, you could have a subnet mask of 255.255.255.248 for example. On a broadband connection, you may actually be a part of a larger subnet with 6 addresses assigned to you.
You're ISP should provide you with your addresses, subnet...
IT looks like you have:
Onboard Flash (16MB)
and
Flash Slot2 (128MB) Size numbers rounded off.
Depending upon your IOS version, you may be able to see what is in your flash using commands such as:
dir slot2:
show flash
etc.
You can also copy images/files between the two like you would...
Just to add to this, once you have a copy of your IOS on your computer via tftp, burn a copy onto a CD. I've gotten into the habit of backing up all of my IOS images to CD from all of my equipment as soon as I turn them on for the first time (and of course anytime I upgrade). It can be a life...
What ports did the NAT table say that customer was using? If he was filling it up that quick, I highly suspect a virus probably using his machine for DoS attacks. Or him doing it on purpose. 60,000 entries for one machine isn't very common.
BierHunter
CNE, MCSE, CCNP
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.