Wifi Connection / Understanding Ip Addresses
Feb 23, 2011When I connect to a public wi-fi connection (e.g. library, hotel, Starbucks), am I sharing the same IP address?
View 19 RepliesWhen I connect to a public wi-fi connection (e.g. library, hotel, Starbucks), am I sharing the same IP address?
View 19 RepliesWhen I try connecting via anyconnect the logs (and anyconnect messages) state the connection "cannot be established due to no addresses being available for SVC connection'". The group etc has a dhcp scope assigned, (and this was working for the past year). I'm not sure what config changes (if any) he made before leaving.
View 10 Replies View RelatedI am currently trying to understand Subnetting via CCNA. My progress is going well,I understand the class below:
Class A 0-127 Max IP 2^24 = 16777216
Class B 128-191 Max IP 2^16 = 65536
Class C 192-223 Max IP 2^8 = 256
However I have seen an example from an ip calculator website, and noticed this :
Address: 192.168.1.0 11000000.10101000 .00000001.00000000
Netmask: 255.255.0.0 = 16 11111111.11111111 .00000000.00000000
Wildcard: 0.0.255.255 00000000.00000000 .11111111.11111111
=>
Network: 192.168.0.0/16 11000000.10101000 .00000000.00000000 (Class C) - I would have thought this would have been Class B?
Broadcast: 192.168.255.255 11000000.10101000 .11111111.11111111
HostMin: 192.168.0.1 11000000.10101000 .00000000.00000001
HostMax: 192.168.255.254 11000000.10101000 .11111111.11111110
Hosts/Net: 65534 (Private Internet)
Is this an invalid IP/masks as the max hosts is 65534 (which should be class B?). If so shouldnt the IP address range from 128-191- eg 172.16 (I know that CIDR is the amount of 1's. ).What calculates the class is it the netmask or the range of the first octet?
In setup for old RV042 (V1), when updating / adding Mac addresses, the table is always sorted by IP addresses. But in the new oneRV042 (V3) I have, even with latest firmware 4.2.1.02 the list is random, thereby increasing the chance of user entering DUPLICATE IP addr with diff Mac addr. That will result in conflict.If the firmware sorts the DHCP entries by ip addresses, user would be able to catch duplicate ip errors even if the system does not flag the errors. All Cisco smart engineers can you all get the dhcp entries SORT by ip addresses.
View 2 Replies View Relatedconfiguring my Cisco 2951 router with Z0ne-based firewall. This is the scenario I would like to configure.
I have two ftp servers,S1 and S2, behind the router which needs to be accessed by two groups of users, G1 and G2, from the outside, i.e., from the internet.
I have two public IP addresses, 152.12.164.203 and 152.12.164.204. The WAN interface of the router is configured with IP address 152.12.164.203. G1 needs to access S1 on 152.12.164.203 and G2 needs to access S2 on 152.12.164.204.
What are the steps in configuring the router if I need the above scenario to be implemented?
Understanding and configuring windows gateway
View 1 Replies View RelatedToday I was having a conversation with my Cisco Academy teacher from a few years back, and we couldn't figure this out.I am getting an internet connection via Verizon FiOS. Instead of giving me an ISR, they're going to just give me an ethernet cable. Here's what I want to do with it.
This cable is going to be plugged into a 1900 series router. Connect to that will be a 48 port switch. Connected to that will be multiple servers to be used for web hosting, email, databases, etc. My ISP is providing me with 13 public addresses, however, it is not my own unique subnet.
Here comes the question; how would I set this up? The way I was originally thinking was to assign one IP to fa0/0, a second to fa0/1, and then assign the fa0/1 address as the default gateways for all the hosts on the inside. But then I realized that it won't let me have the same network on 2 ports.
I have four networks:
172.19.0.0/16
172.20.0.0/16
172.21.0.0/16
172.22.0.0/16
I understand that the summarize route is 172.16.0.0 (255.248.0.0)However I'm trying to understand which other networks fall under this route and how
I need to understand why change audit report reports an unused username Name of the user who performed the change. This is the name entered when the user logged in. It can be the name under which the LMS application is running, or the name using which the change was performed on the device. #The User Name field may not always reflect the user name. The User Name is reflected only when: A config change was performed using LMS. #A config change was performed outside of LMS, but the network has username-based AAA security model, wherein authentication is performed by an AAA server, which could be TACACS/RADIUS or local.
View 2 Replies View RelatedASA 5505 Version 8.2 or older nat (inside) 1 10.0.0.0 255.255.255.0nat (INTF4) 1 10.0.4.0 255.255.255.0nat (INTF5) 1 10.0.5.0 255.255.255.0nat (INTF6) 1 10.0.6.0 255.255.255.0nat (INTF7) 1 10.0.7.0 255.255.255.0global (outside) 1 209.165.200.235-209.165.200.254 netmask 255.255.255.224global (outside) 1 interface
I believe this setup does the following. The inside interface and interfaces 4,5,6,and 7 will translate using this line....
global (outside) 1 209.165.200.235-209.165.200.254 netmask 255.255.255.224
and if the addresses run out is will start using the ouside interface IP address to translate, so traffic is not disrupted and is based on the line of configuration.....
global (outside) 1 interface
My question, does it do this because of the order of the configuration..
global (outside) 1 209.165.200.235-209.165.200.254 netmask 255.255.255.224global (outside) 1 interface
or would it do it that way even if it was like this?
global (outside) 1 interfaceglobal (outside) 1 209.165.200.235-209.165.200.254 netmask 255.255.255.224
and if so why?Now let's convert the above configuration to ASA 5505 Version 8.3 or newer.
object network OUTSIDE-NAT-POOLrange 209.165.200.235 209.165.200.254object network INTERNAL-SEGMENTSsubnet 10.0.0.0 255.255.248.0nat (any,outside) dynamic OUTSIDE-NAT-POOL interface
My question is how does it know to use the outside interface as a backup when the OUTSIDE-NAT-POOL is depleted?Also why do I need to define the INTERNAL-SEGMENTS ? Doesn't the "any" in the (any,outside) take care of that?Also wouldn't the "any" in (any,outside) cover interface 3 or DMZ which could be an issue?
I am a D-I-Y type of guy and have managed to setup Apache on my LAN and make it accessible via WAN over port 80 and Tomcat on port 8080.I aim to possibly get a home web server up (will calculate the costs), but I need some questions answered about networking.
My understanding on ports are that they can be a risk if left open (which I have done) if there is no service or application listening on my side on those ports.So I take it that leaving those ports open and removing the services or applications that run on my side for these ports is a major security risk?
I noticed though that Xampp (1.8.1) does not allow requests over WAN unless I set my password for Apache. Does setting this password imply that Xampp is safe to use in a production environment?
I need to understand security bundles. I purchased a Cisco Security Bundle, Advanced Security, 64F/256D. part number CISCO3825-SEC/K9. My expectation from this device was that I will get an IOS based firewall with no need for an additional firewall module. however, the supplier is telling me that I have to buy a firewall module to use the feature. Isn't the bundle supposed to come with all I needed since is a bundle?
Is there any command I can use to verify if this device is really what I paid for? what can can I check for in the sh inv and sh ver commands? I don't see any information from these commands.
I need to understand the USB interface.
View 4 Replies View RelatedAny document which expalins what you need to know when looking at purchasing an ASA5505. Which clearly describes the verious permitations and combinations of these lovely little boxes?
I recently purchased a basic: ASA5505-BUN-K9
I realise now this comes with 10 internal users, 2 ssl and no anyconnect mobility. All these can be purchased as additional licenses.
Its my understanding that to support unlimmited Internal/Inside hosts - I need to purchase the L-ASA5505-SEC-PL (Security Plus License)
1) What is the model I should go for if I want to support unlimmited interneal. Can a 5505 be purchased with with security plus?
I currently have 2 5505 SEC BUN as Primary/FO Firewalls and I am considering purchasing the ASA5510-AIP10-K9 for use as a dedicated IPS device. Looking at [URL] I see that for service updates, CON-SU1-AS1A10K9 is available for this product, providing "IPS Signature and Engine Updates" and "OS Updates."It is my understanding that in the ASA5510-AIP10-K9 there are 2 OS:
1. ASA OS
2. AIP SSM-10 OS
My question is: Are both the ASA and AIP SSM-10 able to receive "OS updates" with this service contract?
Looking at the logs RV220W I can read the following lines:
[rv220w]Fri Aug 19 18:28:54 2011(UTC) [rv220w][Kernel][KERNEL] Clearing the ISR a800000003378400
[rv220w]Fri Aug 19 18:30:39 2011(UTC) [rv220w][Kernel][KERNEL] Clearing the ISR a800000003378200
[rv220w]Fri Aug 19 19:23:04 2011(UTC) [rv220w][Kernel][KERNEL] Clearing the ISR a800000003378e00
[ code] ....
What are they?? and what should be done ????.
We've recently inherited a platform with little handover and also minimal networking experience.We're going 100 miles an hour in learning, but I'm a bit confused with the idea of a L2 switch with no IP assignments to ports, so using VLANs, and a L3 switch with IP assignments. And the combination of both.We have 2 Cisco 3750 switches, along with a whole host of other hardware, so we're starting at this "gateway" to start breaking things down.
View 7 Replies View RelatedI've been working on breaking down and understanding the default auto qos configuration on a Cisco 3750 in the hopes of putting together a QoS strategy that will fit our environment. I'm having some difficulty understanding how the "mls qos queue-set output" syntax works.
From another post, at [URL], the author offers the following example and explanation;
mls qos queue-set output <1/2> threshold 2 400 400 100 400thresshold 1: 400%
thresshold 2: 400%
thresshold 3: 100% (implicit, not configurable)
reserved: 100%
max: 400%
However, I'm having trouble understanding what is meant. Here, it looks like it's saying, for example;
mls qos queue-set output 1 threshold 2 400 400 100 400
How come there is syntax stating "threshold 2" when in the succeeding part the 400 refers to thresshold 1 and threshold 2 again? The syntax 400 400 is, apparently, already referring to thresshold 1 and 2, no?
I have been trying to understand from a long time about the throughput capacities of variety of Cisco Routers and Switches. Have searched over a million pages on cisco.com for data sheets/documents/etc. but havent succesfully got a single document highlighting all of what i need.
I have got queries on the below issues:Which model of Router can support upto 2Gig's of WAN Internet connection running BGP? Any list of routers and switches supporting variety of throughput's from 1 MB to 1 GB.I have heard some experts stating "Switches don't have throughput concerns as they switch the traffic and don't need to route traffic" How true is the statement?? and if it is, Why do we require 6500's instead of 3560 Distribution Switches.
I'm learning about iptables, but I don't fully understand the chains of NAT table (prerouting, postrouting and output).I'm specially in doubt about prerouting and postrouting. As far as I know, DNAT can be made with prerouting and SNAT can be made with postrouting, so I think prerouting is for input and postrouting is for output, but the material I'm reading (and another sources) are not clear.
View 4 Replies View RelatedI have a problem with my computer connections.When I plug in a network cable to access LAN, a wireless Internet connection gets disconnected.When I unplug the cable internet connection through wireless comes up.Some computers can support both connections cable for LAN and wireless for Internet.Other computers do not support both connections.
View 7 Replies View RelatedMy hp laptop will no longer connect to the internet thru both a wifi connection or cable connection. I've also tried to do a system restore to an earlier date and it will not let mme do this either
View 4 Replies View RelatedI have BT infinity connection with modem /router on ground floor. Wireless signal can be picked up easily until second floor. Third and fourth floors have very poor signal so I have run a cable from modem to top floor - completely hidden so no issues there. On the top floor I have a Netgear network switch FS605 running three cables into three rooms. All works fine.What I want now is to replace the Netgear switch with one that also offers a wi-fi connection so that my iPhone / iPad can connect via wi-fi on the top floor. I still need the wired capability.
View 10 Replies View Relatedi want to know how to get the net connection via wifi
View 2 Replies View RelatedI need to know how to get a wifi connection
View 1 Replies View RelatedI already know how to bridge the lan and wifi connection so I can plug in an ethernet cable from the laptop to my desktop and get internet that way, but is there a way to actually turn the laptop into a router when it's connected to the router, wirelessly? I tried using ad hoc but it looks like that only works if I'm directly connected to the router.
View 5 Replies View RelatedShould i get a wireless adapter Or a wireless repeater Which would be better for a better connection?My router is down stairs and my xbox is upstairs.I could get the wireless adapter upstairs then do an ethernet cable straight to my xbox.
View 7 Replies View RelatedRecently I have been having problems on my home Wi-Fi connection. Every so often, I drop my connection. It happens many times during the day, and it is really starting to annoy me.On the Wi-Fi connection, are 3 other laptops than mine connected to. About 3 months ago, the problem began for me, only recently have the others also gotten the problem. As we stand now, we are all craving for an explanation.
View 2 Replies View RelatedMy atheros ar9285 wireless network card continuously drops my connection, now I've seen other topics about this put there solutions dont work. I hear McAfee can cause problems? It is on a asus k5dij laptop and my wi-fi is provided by bt using a bt home hub 3 type b. Find attached my Xirrus screen shot and my cmd ipconfig when i learn how to get it on to this website.
View 19 Replies View Relatedwhat i got is an internet connection from a network socket in my room where when i conect my computer to it and open a browser i need to enter a username and password in. once my connection to the net has been idol for 30 mins or my computer is switched off i then get disconnected and have to sign in again via my web browser.
what i want to do is stick my router in to that connection and then connect to the net wifi style with my i pod/wii/phone/ laptop ext ext.
how i do this without having to keep my pc switched on.
I'm trying to Bridge my wifi connection with a LAN to connect my XBOX 360 to Live. I have made the bridged connection with an LAN and my Wifi, and can connect to the bridge from my laptop, however from all of the guides I've tried following, they all say that I should find a Sharing tab under my wifi connection's properties, however I only have a Networking tab.
my specs are:
Tech Support Guy System Info Utility version 1.0.0.2
OS Version: Microsoft� Windows Vista� Home Premium, Service Pack 2, 64 bit
Processor: Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz, Intel64 Family 6 Model 23
[code].....
My friend has a PS3 and it doesn't catch the WiFi signal from the router.Router is a Belkin 54g. The PC's in the house all have a perfect wifi signal. I personally have never owned a PS3 or seen the settings/menus/options.He told me he tried to do a "quick format" and messed around with settings but still doesn't get a signal.The PS3 is the old fat bulky ones.He used to be able to get a signal a while back but it was only for a couple days and now he just gets nothing.Is it possible the wifi card in there needs to be replaced?I have not seen his WiFi setup options or distance of ps3 to router.
View 1 Replies View RelatedHow to connect to the internet to other laptop through wifi
View 1 Replies View Related