BEFSR81 and static IP to be assigned to the members of the network

It's perhaps a little noob question.

I have to (192.168.1.2 DHCP server OFF, wireless) WRT310N cascading through my BEFSR81 (192.168.1.1, DHCP ON), but for the life of me I can't understand where they were hiding a DHCP reservation. If there is no page for it, I was unable to find anything that looks like a workaround solution. I want to put in place so that the members of my network get the same IP addresses addresses DHCP and time "guests".

Can someone help me?

Thank you

Marshall

An obvious option is that you can replace the BEFSR81 with almost all new Linksys routers.  You can use the RVS4000 (a DHCP reservation has been added with an update of the firmware), or you could use a wireless router and turn off the wireless.  If you're thinking the RVS4000, know that it can handle only about 15 Mbps of throughput of your Internet connection, so if you have a faster connection, you'll be out of luck with this router.

If you wish to continue using your BEFSR81, note that Linksys has certain rules very specific on how to manually setup fixed LAN IP addresses in your network devices.  You must follow these rules carefully.

Rules for use of the LAN IP fixed address on the Linksys routers:

With Linksys, routers, a fixed (static) IP LAN addresses must be assigned in the device that uses the address. If you enter the fixed address to the computer or the printer, not in the router.

When you use a Linksys router, any fixed LAN IP address must be outside the DHCP server rank (typically 192.168.1.100 thru 192.168.1.149), and may not end with 0, 1 and 255.

That's why any fixed LAN IP address would normally be of the order of
192.168.1.2 thru 192.168.1.99 or
192.168.1.150 thru 192.168.1.254
assuming that you always use the default DHCP server line.

In addition, in the computer, when you configure a static LAN IP address, you need to set the "Subnet mask" 255.255.255.0 and the 'default gateway' on 192.168.1.1 and "DNS server" on 192.168.1.1

It is also important that the same value static LAN IP address no two devices on your network.

Tags: Linksys Routers

Similar Questions

  • ESX 3.5 and I seem to have lost all the networks.

    DL580 G4 with ESX3.5. I've migrated all clients to another ESX Server, but it went a bit strange to say the least.

    After the migration, all the guests off I went forward and add more ram and restarted. Server come OK, tells me the IP address to connect to (static) but that's all.

    I can ping 127.0.0.1, but not static host ip address, I get an error "connect: could not connect to the network.

    If I check the following localions I get zero information in files

    / etc/hosts

    etc/network-scripts/ifcfg-vswif0

    etc/VMware/ESX.conf

    If I try the list of network adapters that I get no NICs in the list, if I have the material list network get hardware type and mac address.

    I see no switch to vmware if I try esxcfg-vswitch - l

    I tried to restart the network and a few other services that I found on Google, now claim.

    If I start using ERD Commander and enable networking I can not use the 2 onboard NICs but can use 2 additional network cards / 4 ports and can ping / map of external drives.

    Hello

    I think it would be a case of corrupted file esx.conf. After the upgrade of the host by adding more ram or anything else, you may need to update the initrd image that you don't have and this translates into the corruption of your esx.conf file. Until that time, that it's the only imagination, I can take.

    Now, there are simple process of recovery of the original esx.conf file. Please see the procedure below.

    #

    Connect to the ESX host with a SSH client, or connect directly to the ESX with KVM console.

    #

    Back up the corrupted file esx.conf using the command:

    CP esx.conf /tmp/esx.bad

    #

    Copy the image into a temporary directory using a command similar to:

    CP /boot/initrd-2.4.21-47.0.1.ELvmnix.img/tmp

    Note: The version of the initrd image is different from the ESX 3.x. If the version in the command / tmp /boot/initrd-2.4.21-47.0.1.ELvmnix.img cp is different, cd to the directory/boot and run the ls command to see your version.

    #

    Decompress the image file using the command:

    CD/tmp

    gunzip - dc initrd - 2.4.21 - 47.0.1.ELvmnix.img > initrd.unziped

    #

    Create a directory and mount the uncompressed image using the commands:

    mkdir initrd

    Mount-o loop initrd initrd.unziped

    #

    Copy the file esx.conf to the directory mounted at/etc/vmware/en using the commands:

    CD/tmp/initrd/etc/vmware

    CP esx.conf/etc/vmware.

    #

    Remove the directory mounted in step 5 by using the commands:

    CD/tmp

    umount/tmp/initrd

    #

    Restart management agents for the changes to take effect.

    Now other solutions could be looking to recreate the Console of the ESX Service and see if that can help you. Procedure is as below:

    On your system, the vswif, vmnic, numbers of vSwitch and network settings are different.

    1.

    Run the following command to list the name of the map of vswif:

    esxcfg-vswif - l

    2.

    Run the following command to remove the adapter vswif:

    esxcfg-vswif - del vswif0

    3.

    Run the following command to list the name of the vSwitch:

    esxcfg-vswitch - l

    4.

    Run the following command to remove the vSwitch:

    esxcfg-vswitch vSwitch0 d

    5.

    Run the following command to create the vSwitch:

    -an esxcfg-vswitch vSwitch0

    6.

    Run the following commands to create ports for vSwitch default groups:

    esxcfg-vswitch - a 'network of the VM' vSwitch0

    esxcfg-vswitch - a "Service Console" vSwitch0

    7.

    Run the following command to create the adapter vswif:

    esxcfg-vswif - add-- ip = nnn.nnn.nnn.nnn-"Service Console" portgroup mask = 255.255.255.0 subnet vswif0

    8.

    Run the following command to verify that the settings in the network file are correct:

    sysconfig cat

    Networking = yes

    GATEWAYDEV = vswif0

    HOSTNAME = Host.domain.com

    Gateway = nnn.nnn.nnn.nnn

    9.

    Run the following commands to list all network cards and associate a vmnic which has a status of site link:

    esxcfg-NICS - l

    esxcfg-vswitch - L vmnic1 vSwitch0

    10.

    Run the following command to verify that the vmnic is associated with the vSwitch:

    esxcfg-vswitch - l

    11.

    IP address ping to verify network connectivity. If the ping fails remove the previous vmnic from the vSwitch and try another adapter that has a

    State of the link towards the top.

    esxcfg-vswitch - U vmnic1 vSwitch0

    esxcfg-vswitch - L vmnic2 vSwitch0

    12.

    Run the following command to change the ID vlan a vSwitch

    # esxcfg - vswitch - p "VM network 1" - v 10 vSwitch0

    13.

    If you make manual changes to sysconfig, run the following command to restart the network service:

    service network restart

    If you find this helpful please mark some reward points for this.

  • Can use ePrint Officejet 6500 E710a-f and EWS, but cannot be installed on the network

    Hello

    First of all, thanks in advance for any help you can give me.

    Us have just got an Officejet 6500 E710a-f and I would use it on our network. Unfortunately, none of our computers seems to be able to find it (Windows XP, Vista and OSX 10.5.8). On Vista and OSX machines, firewalls are permanently off. The XP machine is a laptop to work on that I have no control.

    My first thought was that it was our somewhat strange network configuration; the printer is connected, but I plugged it on an Apple Airport Express ethernet port so that it works as a bridge for the printer on our wireless network. However, the printer appears in the list of connected devices to the router and the impression of the State of the network said that everything is fine. I can reach the Web server integrated for the printer, go to the printer to get sudoku online and other via applications and, most strangely, I can email jobs him via ePrint perfectly happy.

    Any ideas?

    Thank you

    Suddy.

    Now I tried to connect the printer directly on our router and it worked perfectly. I then tried to have a look at the parameters in the Airport Express, but got an error I did a factory reset on the subject. Low and behold, the printer is connected to our network wireless via AE now works fine.

    Sorry for wasting your time, it seems that this must have been questionable configuration throughout. I just thought that since the printer could see the internet through EI, so the connection should be fine. I'm still not actually.

    Thank you.

  • I uninstalled ms taredo tunneling adapter by chance and now I have no access to the network or access to any windows system

    I uninstalled MS Taredo TUNNELING ADAPTER NOW I HAVE NO NETWORK or WINDOWS 7 to access anything help how can I solve this

    Hello

    Thanks for posting your query in Microsoft Community.

    You can try the following steps and check if it works for you:

    1. Click on start.
    2. Type Device Manager in the start search box, and then open it.
    3. Click the Action tab on top and click Add legacy hardware
      then click next and next again, he will then scan and find nothing then click on the screen after that.
      Wait a minute and you will see a list of devices appear, scroll and select network adapters and click Next, then in the left column choose Microsoft then in the right hand column scroll down and choose Microsoft Teredo Tunneling adapter, and then click Next and it will install it.
      To check simply do as it is set to show hidden devices right click on the Device Manager right click view, then show hidden devices.

    If the steps above does not work, you will need to download the driver from another computer on the flash drive and then install it on your computer.

    Hope the helps of information. Please get back with the results.

  • VM Compatibility ESXi 5.1 and later bad (VM version 9) with the network

    I'm having and ESXi host with 10 VM, all connected to the same portgroup on the virtual switch. To allow THT, I created the last slots with 5.1 ESXi compatibility and later (VM version 9), where all the other machines have ESXi 4.x and later (VM 7).

    Now, I'm having the issue 2 machines with version 9 can talk to each other, and version 7 cannot talk to each other. It is not possible to make a ping to a version 7 virtual machine vm version 9 and vice versa.


    An idea, a re there known issues, something I did wrong? From what I saw that day was to be a major change in the networking between these versions.

    Any help welcomed verrrrrry!

    Thank you, Philippe



    OK, after spending a day debugging, convert machines front and rear, delete and remove the NETWORK card I was able to convince the administrator to restart the host ESX - problem solved!

  • My speakers have no sound - only a hiss and static. Have tried everything, even the new speakers. Suggestions? Thank you!

    I tried 3 pairs of speakers front, rear, type usb, plug type.  Initially, it stopped working, then computer has crashed, I had fixed it, now always the speakers out no sound - whistle just let me know that they are connected.  The computer says that they are working correctly, however they do not have.   I did in December sync my new Kindle but that is the only change to the computer.  Any suggestions?  The repairman will come back next week but in the meantime I would like sound.  It will not play music - either from Pandora or CD computer.  Thank you!!

    [Moved from comments]

    Phonetic, you experience a card number.  I don't know how helpful this will be but have tried to reinstall the sound card drivers?  What kind of sound card do you have?  Have you tried the speakers with other computers?  What kind of computer do you have?  What version of windows is running?

    I hope this helps a little.

  • I have a Photosmart C7280 and s question about a decision of the network.

    I currently have two workstations connected to a router via ethernet cables.  They are connected to a single (not HP) printer with USB cable through a USB switch.  Two laptops to connect to the wireless router.  I could replicate the existing configuration with the C7280, but the idea of a network in which the laptops were allowed to participate is very attractive.  One of the laptop is running Windows version 7, the other computers running Linux.  If I go for an ethernet network, the laptops will be able to connect to the printer via the router?  If I go for a wireless network, desktop computers will be able to connect to the printer via their ethernet cables?  A couple of Wireless USB adapters are a possibility.

    I understand that you have questions about networking with your printer.

    Yes, wired network connections will be no problem to connect to a wifi connected printer.  Most routers bridge cable and wireless to work as a single network.  There are some routers between wired and wireless networks, but these are before any company grade routers and network equipment.

    A wired desktop computer will be able to print to a wireless printer as long as it is connected via the same router.  Conversely, a wireless computer can print to a printer connected Ethernet as long as it's the same router.

    I recommend using a network for the printer configuration, if possible, to avoid printing problems.  USB hubs have been known to cause printing problems, although this isn't always the case.

  • I just upgraded to CC (from LR 5) on the Macbook Pro and can import is no longer on the network drive.  New version is LR 5.7.  Help?

    Just as the title says: MBP, retina works very well with LR 5 installed from CD.  CC, updated to 5.7 LR added and now import "crashes" without activity.  Have been using LR since version 2.

    More information: the problem is written on my network drive (which works since LR 2...  It seems a temporary folder is created with the permissions 755 (owner = rw, group = r, other = r).

    then nothing more.

    If something has changed regarding the manipulation of LR of network drives.  It is a Linux SMB CIFS/sharing (again, use since LR 2).  The catalogue is local on my MBP.

    It comes to my post and I am new, so I can't provide the answer in the "usual".  (Feel free to ask!)

    Solution:

    The volume mounted on MacBook is/Volumes/photowork.  Note the small "p" followed.   In LR, I chose a mount point

    with * caps * 'p '.  See screenshot.  Summary: The point already selected was/Volumes/Photoshop editing.  LR had no complaints.  When

    I changed the mounting point for Volumes/photowork LR imported as expected.

    This has only become a problem since the upgrade, because I just never fiddled with mount points and so on.  This archive

    Server has new files 2000 on it.    Many thanks to those who responded.

  • Political L2L NAT and static NAT VPN

    Here's the scenario:  I'm to establish a VPN L2L.  When you try to determine who hosts inside my network access hosts on the remote network through the VPN, I can't get a straight answer from officials.

    My thought was to use a private network of 10.17.24.0/24 and NAT all hosts on my inside the network to 10.17.24.x.  As a side note, the hosts of my inner network can be on any subnet in the beach of 172.12.x.0.  I would then put 10.17.24.0/24 in my interesting traffic for my ACL crypto.  From the hosts inside my network need to browse Internet AND communicate with hosts on the remote network through the VPN, I was going to try to do this with policy NAT. is it possible to use NAT policy in this case?  Or what I need to use static? I start with static but could not navigate the Internet eventually.  I know I'm missing something with the static, but can not understand.  I'm still pretty new to all this stuff so please forgive my ignorance.

    For example:


    access-list allowed NAT1 host ip 172.21.1.1 REMOTEL2L_SUBNET
    access-list allowed NAT2 host ip 172.21.2.5 REMOTEL2L_SUBNET
    access-list allowed host ip 172.21.15.7 REMOTEL2L_SUBNET VIH3

    static (in, out) 10.17.24.1 access-list NAT1
    static (in, out) 10.17.24.2 access-list NAT2
    static (in, out) 10.17.24.3 access-list VIH3

    The above configuration will be NAT 172.21.1.1 to 10.17.24.1 when you go to the remote subnet (across the L2L).

    The same behavior for other hosts.

    The important thing is that the ACL for crypto will come from the address using a NAT:

    list of allowed VPN ip 10.17.24.1 REMOTEL2L_SUBNET host access
    list of allowed VPN ip 172.17.24.2 REMOTEL2L_SUBNET host access
    list of allowed VPN ip 172.17.24.3 REMOTEL2L_SUBNET host access

    Or just the whole subnet:

    VPN ip 172.17.24.0 access list allow 255.255.255.0 REMOTEL2L_SUBNET

    The important thing is that interesting traffic matches at both ends!

    In addition, you can still provide Internet and local as normally...

    Internet access:

    NAT (inside) 1 172.21.0.0 255.255.0.0

    Global 1 interface (outside)

    It will be useful.

    Federico.

  • initializer, instance and static initializer blocks

    Hi guys,.

    I have read the foregoing, mentioned in the JLS and also in a book before, but I still do not understand, what is the use of these. I have sort of a rough idea, but not exactly. I mean, what is the purpose of the initializer for instance and static initializer blocks, how can be useful? I understand that I can run pieces of code that initialize instance and static variables accordingly, but what is the difference then to use a constructor to initialize these areas? Are these pieces of code executed before the execution of any manufacturer, or when otherwise?

    Sorry for my noob, I learn.

    PR.

    Static initializer blocks are executed when the class is loaded, once (a classloader). So that they have some use. Initializers for instance differ a lot of builders (I think that code in the initializers of the instance has been copied to each manufacturer), but they can be useful with anonymous inner classes for example (since you cannot define constructors it (well, you can, but you can't call them)).

    They have a limited use, but it is good to recognize them if you see them.

  • Network connection wireless and cable - Internet access that allows on a computer that is connected to the network cable connection to a networked computer

    I have 3 desktop PCs. Machine A is Win 7, the B machine is XP, the C machine is XP.

    Machine A is connected to the router via cable and internet connection works. Machine B is wireless (the same router as a machine) and the internet connection works when I used that machine has b. Now I plugged in the machine C B machine with a crossover cable and wireless internet machine B does not work.

    I tried the IP and gateway addresses manually (since deleted). If I ping the computer A to B I get the answer to time to stop and even if I ping the B to A computer. However ping computer B to C and C to B work.

    I hope that I have omitted some important parameter, if anyone can point me in the right direction

    Hello

    If the bridge, the connection between C and B is the first to be configured with a static IP address that is on a different subnet * and then fill.

    Alternatively, you can use ICS, http://support.microsoft.com/kb/306126/en-us

    * On the subnet

    Classical IP looks like this (example), 192.168. 1 .x the first three groups are also called subnet, they identify specific network, x can be a number between 0 and 255 and it identifies each unique device on the network.

    An IP address of 192.168. 2 .x would be a subnet to another network.

    To assign a static IP address, see http://www.howtogeek.com/howto/19249/how-to-assign-a-static-ip-address-in-xp-vista-or-windows-7/

    Jack - Microsoft MVP, Windows networking. WWW.EZLAN.NET

  • My macbook pro was factory reset and now it lights up with flashing? And when I go beyond that to choose the network but I can't go beyond that

    My Mac Pro was factory reset now it is coming with flashing? And when if and when I passed it will choose the network and I can't go beyond what I'm doing

    The flashing? the Mac is to tell you that it is unable to produce a valid system for starting.

    Try to make a recovery of the internet start-up as described in OS X: on OS X Recovery - Apple Support

    Looks like your hard drive is dead.

    I hope that you have a backup.

  • WiFi stop working when 9.2.1 upgrade... A does restore the network configuration and still does not!

    from one day to the next my phone is suddenly being updated to 9.2.1. Since then my wifi was NOT working period. Have excellent wifi signal and still absolutely nothing. I reset the network settings and nothing works. Never been a problem until this 9.2.1 update

    I have the same problem after updating ios 9.2.1

  • How can I connect to the internet? Problems involving the network and sharing Center does not.

    Hello.
    I live in a House and bought a range extender so that I can get a connection in my basement as well.  I have installation range Extenders without problem.  When you install the range extender, I changed my name to my network router.  I changed the name of the network by typing 192.168.1.1 in my browser.
    The MacBook connects without a problem.  In the basement, the connection of Windows 7 works very well.  I have just connected Vaio Windows 7 my mother to the network, but it prompted that I enter the user credentials.  I read a post above and got that problem solved by opening the network and sharing Center and adding a new connection.  Now that the connection is configured correctly.
    The problem is with the laptop HP Windows Vista family basis.  Since I install the range extender, I can't connect to the network.  He had no problems before you connect the router or other networks to visit other places.  The new network name appears, but when I click it, it says I have to enter the user credentials.  I tried to manually, but the name is taken so I can't make a new and invites me to connect to the network that is established or to connect to a different network.
    • I tried to open the network and sharing Center, but it does not open.  When I click it, it opens a screen for a brief second.  The option "Display the status of network and tasks" opens either.
    • I logged as an Administration by entering the command line < net="" user="" administrator="" ctive:yes=""> > and restarted the laptop.  Even logged in as administrator, this folder does not open.
    • I also did a scan < sfc="" cannow=""> >.  The digitized rolled up with an error, but the error has been corrected.
    • I also updated the connection of the range extender.
    Why the network and sharing Center will not be open to the top?
    How can I configure my router my HP Windows Vista Linksys connection?
    Thank you.  Please let me know if you need more information.

    Thanks for your reply.

    In a last attempt, my sister has used the ethernet cable to connect directly to our router.  Next time, she turned on her laptop, she managed to connect to our wireless network and she was not invited to enter credentials.
    In this case, the manual connection helped solved the problem.
  • Intel wifi adapter xps m2010 disabled in Device Manager and in the network and sharing Center

    Original title: intel wifi adapter xps m2010

    for some reason any my intel pro wireless network adapter not turn on using the shortcut keys or by selecting with the mouse. Says its disabled in device in network and sharing Center Manager yet it does give me the option to activate it. Im confused

    Hi pillowgod,

    1. When did you start to question?

    2. you remember to make changes to the computer before this problem?

    You can check the following link and try to run the manual Intel WiFi diagnostic tool to check the functionality of your WiFi adapter.

    http://www.Intel.com/support/wireless/WLAN/sb/CS-025780.htm

    You can also try uninstalling and reinstalling the Intel wireless card and check.

    a. Click Start and type in Device Manager in the start search and press ENTER.

    b. expand the network adapters in the Device Manager

    c. right-click on the device, and then click Properties

    d. click on the driver tab and click on uninstall the drivers and click OK.

    e. restart the computer and check.

    You can also see the Intel Web site and try to download the latest version of the card wifi drivers.

    http://Downloadcenter.Intel.com/default.aspx

    You can also check out the link:

    http://www.Intel.com/support/wireless/WLAN/sb/CS-025807.htm

    Hope this information is helpful

Maybe you are looking for