ACE30, bridging using default gateway

Good afternoon,
I have a strange behaviour with some ACE30 running A5 release :
Setup is in bridge mode, working correctly with a default gateway set in the context.
For some reason, some return traffic is being routed on the ACE instead of being bridged.
On what conditions would the ace decide to route the traffic of simply bridge it from the server vlan to the client vlan.
Regards,
Luc

interface vlan 337
  description Vip Lan
  ip address 10.32.5.4 255.255.255.0
  peer ip address 10.32.5.5 255.255.255.0
  no normalization
  access-group input Any
  nat-pool 1 10.32.5.254 10.32.5.254 netmask 255.255.255.0 pat
  service-policy input L4_LB_VIP_337
  no shutdown
interface vlan 171
  bridge-group 17
  no normalization
  mac-sticky enable
  no icmp-guard
  access-group input Any
  service-policy input Administration
  service-policy input PM_MM_171_VIP
  no shutdown
interface vlan 173
  bridge-group 17
  no normalization
  mac-sticky enable
  no icmp-guard
  access-group input Any
  no shutdown
what we see is the a server in vlan 173 has return traffic getting droppped on the first firewall next to vlan 337
what is even more strange is that the user isn't complaining....
On the context we used to see 100K concurrent connections, nows that we migrated the routed services to another context we are at 1/10 of the connections
sadly no capture as we migrated the services.

Similar Messages

  • Windows 8.1 Pro Need command to disable "Use default gateway on remote network" option on VPN connection"

    Hello!
    I want to create bat script to create several VPN connection.
    There is powershell command to create vpn connection:
    add-vpnconnection -name "Test VPN" -serveraddress "vpn.example.com" -splittunneling -tunneltype "pptp"
    And I need to create VPN connection without the option "Use default gateway on remote network" option on VPN connection"
    Or modify this option on existent VPN connection with command.
    Please help me to find command option or other command to disable "Use default gateway on remote network" option on VPN connection" feature.

    http://technet.microsoft.com/nl-nl/library/ee431701%28v=ws.10%29.aspx RouteIPv4TrafficOverRAS True – Add a default gateway on the VPN connection False – Do not add default gateway on the VPN connection

  • Can I enable "Use default gateway on remote network" on VPN connection using Group Policy?

    Hi,
    First timer here so please bear with me!
    Environment: Domain Windows 2003, Clients: Windows 7 and Windows XP (with Client Side Extensions pushed out)
    When creating a VPN connection on a client machine manually with default settings the "Use default gateway on remote network" found in [Connection Properties - Networking - IPv4 - Advanced] is enabled, which is good as we don't allow split-tunneling.
    I have a test GPO that creates a new VPN Connection [Computer Config - Preferences - Control Panel - Network Options], but the above setting is unticked.
    Am I missing something on the options for the GP preference to set this automtically?
    I can write a script to directly change the C:\Users\All Users\Microsoft\Network\Connections\Pbk\rasphone.pbk file but would prefer if I could sort it all out using Group Policy.
    Any help would be greatly appreciated!
    Thanks a lot!
    David

    Shane,
    There is actually a way to set the "Use default gateway on remote network" through Group Policy Preferences. And this may even be a better way to do it, because you may change this flag without touching any other settings, or other VPN connections.
    (All VPN connections are stored in the same .pbk file.)
    Here's the trick: Opening the .pbk file in notepad, I realized that this is actually an oldstyle ini-structured file. And Group Policy Preferences can update ini files! In the .pbk file the section names are the VPN connections names, like [My VPN],
    and the property IpPrioritizeRemote is the flag "Use default gateway on remote network".
    So, in Group Policy Management Editor, go to Preferences / Windows Settings / Ini Files.
    Create a new object with Action = Update, and File Path =
    C:\ProgramData\Microsoft\Network\Connections\pbk\rasphone.pbk
    (If this is where your file is located, I guess it is in c:\users if the VPN connection is made for a single user.)
    Section Name should be the display name of your VPN connection, without the brackets.
    Property Name = IpPrioritizeRemote
    Property Value = 1
    Peter, www.skov.com, Denmark
    Peter :-)
    This is great, but just one question. I also want to append a list of DNS Sufixes in order (when viewing a VPN properties, this is buried in
    "Networking --> IPv4/6 --> Advanced --> DNS --> Append these DNS Suffixes (in order)". However, for the VPNs I have manually created with this list populated, I can't see any entries in the rasphone.pbk. Does anyone know
    where these are stored?
    Cheers.

  • Cisco 4000 & 3000 series ip route & ip default gateway

    Dear all ;
    I have Enterprise Network Contain :
    - Foundry Big Iron work on layer 3 , and Combination of 4000 and 3000 and 2000 cisco switches work on layer 2;
    management network for the switches is 192.168.100.0
    Foundry Big Iron is 192.168.100.1
    i use ip default-gateway 192.168.100.1 on all cisco switches.
    all other subnets route through the foundry.
    but when i ping from any subnet (192.168.15.0) to any 3000 or 2000 switches series it replay and when i ping to 4000 series it don't replay.
    when i use default route command on 4000 series it replay.
    i need some explanation
    Kind Regards

    In the original post it describes the Cisco switches as operating as layer 2 switches and I assume that in terms of how they are configured to forward traffic all the Cisco switches including the 4000 are configured only for layer 2 forwarding. But with IP routing enabled (as seems to have been the case on the 4000) the behavior of the switch becomes a bit different. In particular is the difference in how you identify the default route. For a switch that is layer 2 only you use the default-gateway command (which apparently worked fine for the 2000 and 3000 switches). But when you enable IP routing then the switch does not use the default-gateway to learn its default route and would look for some other mechanism to learn its default route. I am assuming that there was not any other mechanism and so the 4000 basically did not have a default route. When you configure no ip routing (which was good advice from Paul) then the 4000 stops working as layer 2 switch and at that point will use default-gateway to determine its default route.
    HTH
    Rick

  • Incorrect Default Gateway for Clients using a Concentrator

    Hey all,
    Hopfully an easy one - I'm trying to configure a VPN Concentrator for use with the old VPN Client for an IPSec CVPN.
    The clients connect fine, but they are getting the incorrect default gateway during the address assignment.
    My address pool is 192.168.0.128/25.  The client correctly picks up the first address in the range, 192.168.0.129, but the default gateway for the VPN adapter is assigned as the next address in the range, 192.168.0.130.
    I need the gateway address to be 192.168.0.254 (the SVI of the L3 switch connected to the Concentrator), but I can't for the life of me fine a configuration option anywhere in the pool assignment.  I've set the tunnel default gateway to this 192.168.0.254, but this makes no difference.
    Any ideas where I can find this config option?
    Thanks!

    Andrew
    In the chart that you posted about the routing setup it refers to a DMZ network and DMZ gateway. Can you clarify what these are since I do not see them in the drawing that is in that post?
    I agree with Herbert that it is cleaner to have the address pool on the concentrator use addresses that do not overlap with the concentrator subnet connecting to the layer 3 switch. And as long as the layer 3 switch has a route to that address pool, and the next hop in the route is the address of the concentrator interface then the separate pool addressing should work just fine.
    I have re-read this thread and want to make sure that after some changes that you have made that the problem symptoms are still the same. You told us earlier that: "Now the client can ping the interfaces on its local LAN (concentrator  interface 192.168.0.253, and the L3 switch, 192.168.0.253), but it  cannot reach the rest of our internal LAN behind the layer 3 switch." Is this still an accurate statement of the problem?
    As Herbert said earlier this could either be caused by the concentrator not have a correct route for the inside or it could be  because the inside does not have a correct route to the client. In re-reading your description of the routing set up it looks like the concentrator has a default route configured but not the tunnel default route. May I suggest that you try configuring a tunnel default route (in addition to the normal default route) and see whether that makes any difference?
    If that does not help the problem then I would suggest that you verify that the devices on the inside do have their default gateway set correctly and that the layer 3 switch does have a route for the VPN address pool with the concentrator interface address as the next hop.
    HTH
    Rick
    [edit] I just focused on the question that you asked about the concentrator possibly needing a route for the address pool. The concentrator does not need any route statements for the address pool - it knows its own address pool, pretty much like having a connected interface subnet. The layer 3 switch is what needs a route for the address pool.

  • Change default gateway using *netipaddress* cmdlet

    Hi, is there a way to change the DFG after the IP is assigned to an adapter?
    I am using Server 2012. I created a new IP using "new-netipaddress -Ipaddress 1.2.3.4 -prefixlength 24 -interfaceindex 10". I have forgotten to add the -defaultgateway parameter in the command. IP address was sucessfully assigned, but I cannot figure out
    a way to change/add a default gateway.
    Does anyone know how to do it via native powershell cmdlets (no gwmi, functions or scripts)?
    Cheers

    I am having a similar problem and using Remove-NetIPAddress does not really help. Remove-NetIPAddress does not affect gateway settings and gateways remain assigned to the net adapter. Furthermore, after I use RemoveNetIPAddress cmdlet, the NetTCPIP\Get-NetIPConfiguration
    cmdlet starts producing a non-terminating error. Here is a repro script:
    PS C:\> $IPAddress = '192.168.0.1'
    PS C:\> $DefaultGateway = '192.168.0.1'
    PS C:\>
    PS C:\> # Enumerate NIC configurations.
    PS C:\> $networks = NetTCPIP\Get-NetIPConfiguration
    Exception setting "NetProfile": "Cannot convert the "System.Object[]" value of type "System.Object[]" to type
    "Microsoft.Management.Infrastructure.CimInstance"."
    At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\NetTCPIP\NetIPConfiguration.psm1:128 char:13
    +             $IPConfig.NetProfile = Get-NetConnectionProfile -InterfaceAlias $IfA ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], SetValueInvocationException
        + FullyQualifiedErrorId : ExceptionWhenSetting
    PS C:\> # Look for NIC that is not on corpnet.
    PS C:\> $privateNetwork = $networks | ? { $_.IPv4Address.PrefixOrigin -ne 'Dhcp'}
    PS C:\> $privateNetworkName = $privateNetwork.InterfaceAlias
    PS C:\> $privateNic = NetAdapter\Get-NetAdapter -Name $privateNetworkName
    PS C:\> $privateNic | NetTCPIP\Set-NetIPInterface -Dhcp Disabled
    PS C:\> $privateNic | NetTCPIP\Remove-NetIPAddress -Confirm:$false
    PS C:\> $privateNic | NetTCPIP\New-NetIPAddress -IPAddress $IPAddress -PrefixLength 24 -DefaultGateway $DefaultGateway
    NetTCPIP\New-NetIPAddress : Instance DefaultGateway already exists
    At line:1 char:15
    + $privateNic | NetTCPIP\New-NetIPAddress -IPAddress $IPAddress -PrefixLength 24 - ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (MSFT_NetIPAddress:ROOT/StandardCimv2/MSFT_NetIPAddress) [New-NetIPAddr
       ess], CimException
        + FullyQualifiedErrorId : Windows System Error 87,New-NetIPAddress

  • Use of default gateway on switch

    hi,
    there is option to specify default gateway on switch.
    what is the purpose of it?
    Regards
    skrao

    Hi,
    Layer 2 switches have to be configured like IP hosts, which are not capable of routing. In the same manner that you assign default gateways to hosts, you need to assign a default gateway to such a L2 switch so that management traffic from the switch can be routed to the gateway router.
    Pls do remember to rate posts.
    Paresh

  • Why should client PCs always know the default gateway?

    Considering that my home computer has only one connection and it is to my ISP,
    why does it need the default gateway to be configured (being DHCP client)?
    Where else my connection can be deviated from this unique connection cable?
    Is it possible to configure a router to which my PC is connected and, then,
    the client PCs would not need to be configured with default gateway?
    Or client PCs always have to know default gateway? 
    Why?

    How IP Packets are Routed on a Local Area Network
    http://www.anitkb.com/2010/06/how-ip-packets-are-routed-on-local-area.html
    Thanks, this helps but still confuses.
    The article tells:
    " Now that WK1 has WK2's MAC, it can send the packet directly to WK2"
    A)
    I do not understand what does it mean if computer has one outgoing network cable to switch.
    It is switch who has different connections and, thereafter, can commutate different communication circuits.
    So, I can only understand that WK1 somehow tells to switch to connect him directly to WK2 but not to router.
    How?
    B)
    Were  WK1 and WK2 connected directly to a hub, instead of switcher, would they be able to communicate directly?
    (The definition of a hub is that it takes a signal and broadcast it through all connections)
    C)
    Also, reading about switch-router-hub, I cannot understand which role is played by a client computer in communication
    (of a hub, of a switcher?)?  Neither of them? What? 
    A. I believe a fundamental understanding of what a switch and the differences and the similarities between a hubs, bridges and switches, as well as the OSI model, may be helpful at this time.
    First, the OSI model is an industry standard defining how hosts communicate with each other. There are 7 layers. THe bottom layer has no intelligence and is the physical connection. As you go up the ladder, the intelligence increases.
    7 Application (Application Gateways, Proxies, etc, operate at this level)
    6 Presentation
    5 Session
    4 Transport (TCP, UDP, SPX live here and operate at this layer, NAT overlaps 3 & 4)
    3 Network (IP & IPX live here. NetBEUI and DLC overlap 3 & 4. Routers operate at this layer)
    2 Datalink (MAC addresses live here. Bridges and Switches operate at this level)
    1 Physical (Hubs operate at this level)
    Hubs, Bridges and switches allow ethernet hosts to communicate with each other, no matter what protocol is being used, whether TCP/IP, IPX/SPX, NetBEUI, DLC, etc.  They transmit packets on the network.
    A hub is a Layer 1 device. It is a dumb device blatantly allowing all hosts to communicate to each other with no discerning source or destination addresses, whether MAC, IP, IPX or any other factor, in the packets.
    A bridge is a Layer 2 device. It bascially has two interfaces connecting two network segments together. If a host on one side of the bridge, we'll call that SegmentA, is trying to communicate to another host on the same SegmentA, the
    bridge will not allow the traffic to go to the other segment on its other interface, SegmentB. This helps reduce unnecessary traffic and reducing collisions, which slow down the network. If the host on SegmentA is communicating with a host on SegmentB, the
    bridge allows the traffic. This is because a bridge has enough intelligence to read the Link layer, which has the MAC address (the physical address) of the interface or network card. It can read the source and destination MAC and determines whether to allow
    that traffic across or not depending on where the source MAC is and where the destination MAC is.
    Switches are basically multi-port bridges. When a switch intializes, it reads the MAC addresses of all connected devices and creates a "destination table." Notice I didn't say "routing table" since that is associated with IP addresses.
    Therefore, if a host on port# 14 on a switch needs to communicate with a host on # 33 on the switch, the switch reads the source and destination MAC address in the Datalink Layer (Layer 2) and knows the destination is on port# 33 based on the destination
    lookup table it created of all connected devices. It will then only send this traffic between the two ports. This essentially reduces unnecessary traffic on other ports increasing efficiency.
    There are also Layer 3 Switches. They are combination switches and routers that can be managed where you can configure each port to either be switched or routed.
    So to answer your questions:
    A)
    I do not understand what does it mean if computer has one outgoing network cable to switch.
    It is switch who has different connections and, thereafter, can commutate different communication circuits.
    So, I can only understand that WK1 somehow tells to switch to connect him
    directly to WK2 but not to router.
    How?
    As explained, the switch simply discerns traffic by MAC address. The client side TCP/IP subsystem using the ANDING process, as I've explained earlier, and JM's blog explains, determines where the computer is sending the packets. A computer does not "Tell"
    the switch or hub anything. It simply dumps the packet on the wire and the switch reacts to what it finds in the Datalink layer, and if a hub, it simply sends the traffic on all ports.
    B)
    Were  WK1 and WK2 connected directly to a hub, instead of switcher, would they be able to communicate directly?
    (The definition of a hub is that it takes a signal and broadcast it through all connections)
    It's not called a 'switcher.' It's called a 'switch.' As explained, a hub blatantly broadcasts traffic on all ports. It is up to the sending host and receiving host to read all packets and figure out what belongs to it or not. If a destination address doesn't
    apply to a computer that hears the data, it simply ignores it.
    C)
    Also, reading about switch-router-hub, I cannot understand which role is played by a client computer in communication
    (of a hub, of a switcher?)?  Neither of them? What? 
    The computer is simply plugged into these devices. The devices have their job to do, and the computer has its own.
    I hope that explains this part of your networking questioning.
    Ace
    Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003, Microsoft Certified Trainer, Microsoft MVP - Directory Services. This posting is provided AS-IS with no warranties or guarantees and confers no
    rights.

  • Is there *any* way to ping MIDlet using default SMS/call (j2me)

    Hi,
    I'm writing a server style MIDlet which is polling a bluetooth device, the nature of the server is such that the phone running the MIDlet (in my case, a Motorola L6) is dedicated, it needs do nothing other than run the server, it is assumed it will not be used for anything else. Specifically the only phone calls or SMS messages it receives should be specific ping requests to server. The server will run 24/7, and should be resistant to being suspended by incoming calls (I've noted this could be a problem in itself).
    All I really want is for a 3rd party, without any special client software, to be able to ping the server (prompt it) to dispatch a set of text data to a pre-defined phone number via SMS (using WMA TextMessage).
    Basically someone should be able to set up the server, and then, with any phone (with no specific client MIDlet installed), be able to call or SMS the server and get a response posted back (to a fixed number, not necessarily to originating phone number).
    Does anyone know any way, no matter how hacky (needn't be pretty), to achieve this? You cannot receive SMS notifications on default port. An incoming call will call pauseApp which I could use - but not resume it, so server remains suspended. There are ways around having app suspended on receipt of call/SMS, but they involve never receiving the pauseApp notification, so I'm back to square one. I've wondered if I could check the free disk space on the MIDP profile (somehow) to 'detect' when it reduces in size, thus suggesting an SMS must have come in. Can a user send an SMS to a specific port with standard SMS-send interface (certainly can't see how myself, as no ':' character available). Can you hack the phone to re-route incoming SMS messages to something other than the default port?
    Is there a specific phone that might do this (I just need a phone supporting j2me bluetooth API, needn't be motorola L6)?.
    I think this can be done with Symbian (of which I know very little), and ultimately I might need to start programming with that, but I'd really prefer to continue using j2me..
    Any ideas would be greatly appreciated, I've spent a fair bit of time trolling for answers with only limited success.
    Cheers
    Edited by: bbloff on Oct 10, 2007 8:50 PM

    The tunnel default gateway is needed to let the internal firewall and router handle the routing for all decrypted IPsec packets. Today, after a Cisco IOS? EasyVPN Client connects to a Cisco IOS EasyVPN Server, there is no simple way for the client to send the tunnel traffic to the internal corporate network (other than to have the entire routing table on the IPsec gateway). In this type of implementation, the Cisco IOS routers use the default gateway to route all packets toward the Internet that do not have a more specific route. The tunnel default gateway gives customers the flexibility to control how they handle IPsec tunneled traffic

  • 500 Internal server error on RPC over HTTP using TS Gateway

    I've been happily using TS Gateway on Windows Server 2008 x64 for 18 months and everything was working perfectly. Suddenly this week it started giving "access denied" errors to any user who tried to connect, evidenced in event viewer as a failed login attempt.
    After restarting the server, it got worse in that if I browse to the /rpc folder it gives me 500 Internal server error and I don't even get as far as authenticating credentials. I've tried removing IIS, RPC over HTTP and TS Gateway, and re-adding all of them,
    but I still get the same error 500. The RPC and TS Gateway services are both running. What could be causing this and how can I fix it?

    Hi,
    Thanks for your post.
    Firstly, check the following KB article to troubleshoot this issue.
    This computer can't connect to the remote computer because the Terminal Services Gateway server is temporarily unavailable
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;969743
    If the issue still persists, you may perform the below steps:
    Uninstalled TSGateway, IIS role, all IIS related components.
    Delete all files in the folder %windir%\system32\inetsrv\config
    Delete all files in the folder %windir%\system32\inetsrv\metaback
    Restart the server and try to re-install TSGateway again
    Best Regards,
    Aiden
    Aiden Cao
    TechNet Community Support
    Thank you very much for this. I confirm it fixed the problem, although there was an error in reinstalling IIS and TS Gateway until I also removed Windows Process Activation Service.

  • Changing default gateway on sbs08

    Hello,
    I need to change the default gateway on my small business server 2008 from 192.168.1.207 to 192.168.1.208. The server is used for exchange 2007 and pretty much runs our network.
    My manager said this is a big job and I need to read up on DNS, MX records and changing SMTP server IP addresses but I cant see what else I would
    need to do. 
    Any help is greatly appreciated!
    Thanks!

    Hi Nuh,
    If you are just looking to change just the gateway IP address, then FOVIA is correct. Just run the Connect to Internet Wizard. For all intensive purposes, your gateway is your firewall or router. Ex. below.
    IP Address:   192.168.1.2  <-This is IP address for the server
    Subnet:       255.255.255.0
    Default Gateway:  192.168.1.207  <- This is the IP address for your gateway, the one that you need to change.
    Now, if you manager is asking you to change physically change the gateway(firewall/router) and reconfigfure it and the network, then this "big job" does make sense when dealing DNS, MX records and such. If not, then just run the wizard and you should be
    gold.

  • Setting up IP,Subnet, default gateway and secondary gateway in solaris 10 x

    Hi,
    I am new to solaris.
    I have instralled solaris10 x86 on my system.
    I am not able to access internet as i am not able to setup address.
    I use broadband and have static ip address.
    How do i configure them...
    ip, subnet, default gateway, and secondary gateway.
    Thanks in advance.

    run sys-unconfig and after reboot set the parameters (IP, etc)
    What do you mean second gateway?

  • How to set default gateway

    I have created two Virtual machine of windows server 2008 R2 (VM1 & VM2 respectively). I am configuring domain controller on VM1 and VM2 will be my member server.
    My Host system is windows 7 and my ISP does NOT provide me with a static IP.
    When I configure domain controller on VM1 it asks me to configure static IP address first. I have given 10.0.0.2 as a static IP on VM1 and the default value of subnet mask is populated. 
    For preferred DNS and Alternate DNS server I have given the same static IP address (i.e 10.0.0.2).
    Note - As am planning to use the local computer (i.e VM1) as my preferred DNS and alternate DNS.
    Q1) What should I set as the 'default gateway' on VM1 ? 
    Q2) Once I've set up the domain controller, can I configure DHCP server on VM1 and assign IP to VM2 ? 
    Q3) VM2 being a (domain)member server, can we assign static IP to it ? If yes What would be the values in gateway, Preferred DNS and Alternate DNS field ?

    Thanks for answers. Doing this configuration for first time this is little confusing for me.
    @Milos
    Step No. 15 says
    "If you do not have static IPv4 and IPv6 addresses assigned to your network adapters, a warning message might appear advising you to set static addresses for both of these protocols before you can continue."
    The warning message did appear. 
    Before I start to configure Active Directory Domain Services, I
    will have to provide a static IP to the system. Correct? 
    I have two virtual machines (windows server 2008 R2) running on my VMware workstation. I do not require two domain controllers, my requirement is the first virtual machine (i.e VM1) should be the domain controller and the second virtual machine (i.e VM2) should
    me a domain member server (NOT a domain controller or a child domain)
    As you have explained, that Before you run DCPROMO,
    there is following configuration:
    IP address            10.0.0.2
    MASK                 255.0.0.0
    Deafault gateway  10.0.0.1  if
    this is IP address of ryour outer.
    Preferred DNS     10.0.0.2
    I would like to understand, is this what you mean by having a static IP ?
    I am pasting three screenshot below, 
    1st) ipconfig of my host system. 

  • How can I change default Gateway

    I have been able to change the default gateway address with various routers from 192.168.1.1 to 192.168.0.1.  The purpose of changeing the gateway is I can connect via a VPN connection to my office.  I realized all the router on 1.1 wouldn't connect but all the router on 0.1 could.  I was with comcast before.
    Now I have several computers (mine and other employee's) who cannot connect to the VPN as they are with verizon and all are on 1.1.  The problem is, verizon won't help and they say we need advanced network help and their not willing to assist.
    Can anyone help me and does anyone know if it's possible?
    Thanks in advance.

    Let me just throw in that I have an Actiontec router, not Westell, with FiOS, but I definitely have my router's IP set to 192.168.0.1.  DHCP range set to 192.168.0.100 thru .150.  All TV functions work, including remote DVR, mutl-room DVR, on-screen caller ID, and widgets.
    I haven't needed any Verizon tech support (knock on wood) but if I did, I'd reset to the default values and once tech support was done, restore using a saved config file.

  • I'v just installed creative cloud 64 bit windows. How can I make bridge the default program to upload pictures rather than lightroom?

    I've just installed creative cloud 64 bit windows.  How can I make bridge the default program to upload pictures rather than lightroom?

    Usually the default program associated with an image file extension is an image developing Program like Lightroom or an image editing program like Photoshop. If you want to change the default associated program to Adobe Bridge you would use Window's Controls Panel file association applet.

Maybe you are looking for