RV180 DHCP IPv4 client working on WAN interface?

Hi,
Does the Cisco RV180 firewall/router support DHCP client on the WAN interface? This is specifically mentioned on the DHCPv6 client, however, it is not mentioned for the IPv4 client. I'd like to set it up using my cable modem in bridged mode connecting it to the WAN interface on the RV180? So I'd get the IP address from my ISP.
Thanks,
Niels
Sent from Cisco Technical Support iPad App

Hello Niels,
The RV180W certainly can pick up a DHCP address from your ISP on the WAN interface, through a bridged modem. In fact, this is the default configuration. Of course, you can also change your connection type to a static IP address or PPPoE connection profile (DSL).
All of our Small Business routers are definately capable of this confiugartion. Personally, I currently use a RV180W with a cable connection. The RV180W picked up the public IP address from my ISP just fine.
All the best,
-David Aguilar
Cisco Small Business Support Center
1-866-606-1866

Similar Messages

  • Cisco RV180 VLAN tagging WAN interface

    Is there by any chance in the future firmware update that this product (RV180) will be able to support VLAN tagging on WAN interface like the Cisco's RV315W router? ISP in Singapore (Singtel) and Malaysia(Unifi) (http://klseet.com/index.php/mikrotik/mikrotik-rb750-750g/setup-for-unifi) requires certain type of vlan tagging on the WAN interface for it to work. 
    Is there any workaround to this?

    I tried with only two vlans and set the DHCP active only for the office "vlan2". Computers receive the correct ip but some of them won't register on the network, i tried to set the ip manualy on the computers but that computer will still be isolated.
    Ex: computer A receives ip 192.168.10.25, Subnet 255.255.255.0, Gateway 192.168.10.1, for 2-3 minutes i can access the router on 192.168.10.1 and the internet, after a random time interval the gateway won't even respond to ping.It's not from firewall related issues as i set to accept all both incoming and outgoing. If i set a manual ip corresponding to vlan1 "default" everything works.It's like that computer is isolated so i believe it has to do with the asignment of Tagged, untagged and Excluded settings on the vlans.

  • DHCP disable on WAN interface

    Hello,
    I have a cisco router 1721, IOS 12.4(25a)
    I enabled dhcp server for my local LAN, and I setup my WAN interface as dhcp interface.
    My ISP told me that my router is acting as dhcp server on WAN interface...and is not good for them. Can I stop my cisco router from sending dhcp offers on WAN interface, but send dhcp offers for my local LAN ?
    ip dhcp pool LOCAL
       import all
       network 192.168.1.0 255.255.255.0
       dns-server 193.x.x.x
       default-router 192.168.1.222
       domain-name appt.ro
       lease infinite
    ip dhcp pool host1
       host 192.168.1.11 255.255.255.0
       client-identifier 0100.0ee8.e23d.94
    interface FastEthernet0
    mac-address 0019.66b3.d689
    ip address dhcp
    ip nat outside
    ip virtual-reassembly
    speed auto
    full-duplex
    FastEthernet0 is my WAN interface.
    Thanks!

    I imagine that clients on the WAN side are sending requests with a GIADDR field that matches your DHCP pool's scope.  In that case, the router would handout an address.  You could add an ACL to the WAN interface to block incoming udp/68 packets:
    access-list 101 deny udp any any eq 68access-list 101 permit ip any any!interface FastEthernet0 ip access-group 101 in
    That should prevent the router from seeing the client requests while still being able to get server responses.

  • Why available Lan Host not showing up in the DHCP Leased Client table for RV180

    I just purchased the RV180 and am puzzled as to why lan host with ip address of 192.168.1.102 not showing up in the DHCP leased clients list.
    I have 4 static ip addresses with the last 3 digits ending in 101, 102,103 and 200 listed in the static DHCP and available local network list, but 102 is not in the DHCP leased clients list. The other 3: 101,103 and 200 are.
    Should it not be there also?

    Thanks Marty,
    There is nothing different about 102 than the other hosts.
    I did talk to tech support at Cisco this morning and I was told that I should not use the static DHCP under Networking LAN. Instead, I should set the static IP at the device level.
    So under Static DHCP, the list is blank, but the IP address will show up under Available LAN Hosts and listed as Static as Type.
    I thought this is a bit strange since it is Static DHCP and should be under Static DHCP (?)
    George

  • Can't telnet on WAN interface, ping is ok

    Hi all,
    I'm not able to telnet to cisco1841 on WAN interface...( Connection timed out; remote host not responding )
    telnet from inside network to LAN interface is fine
    I can ping the WAN interface
    port 23 appears to be closed ( nmap )
    Does anyone have an idea why telnet is not working??
    part of my config ( 2 wan links for redundancy, can't telnet to none of them):
    interface FastEthernet0/0
    description ##### LINE TO LAN #####
    ip address 192.168.8.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    ip tcp adjust-mss 1412
    duplex auto
    speed auto
    interface FastEthernet0/1
    description ##### TO CABLE MODEM #####
    ip address dhcp client-id FastEthernet0/1
    duplex auto
    speed auto
    no cdp enable
    interface ATM0/0/0
    no ip address
    load-interval 30
    atm restart timer 300
    no atm ilmi-keepalive
    dsl operating-mode auto
    pvc 8/48
      encapsulation aal5mux ppp dialer
      dialer pool-member 1
    interface Virtual-PPP1
    ip address negotiated
    ip mtu 1452
    ip nat outside
    ip virtual-reassembly
    no cdp enable
    no ppp chap wait
    ppp pap sent-username user password pass
    pseudowire 212.25.127.15 1 pw-class dialer_to_bezeqint
    interface Dialer0
    ip address negotiated
    ip mtu 1452
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    load-interval 30
    dialer pool 1
    dialer idle-timeout 200000
    no cdp enable
    ppp pap sent-username user password pass
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 Virtual-PPP1
    ip route 0.0.0.0 0.0.0.0 Dialer0 50
    ip route 212.25.127.15 255.255.255.255 FastEthernet0/1 dhcp
    no ip http server
    no ip http secure-server
    ip nat inside source route-map ADSL_NAT interface Dialer0 overload
    ip nat inside source route-map CABLE_NAT interface Virtual-PPP1 overload
    route-map ADSL_NAT permit 10
    match interface Dialer0
    route-map CABLE_NAT permit 10
    match interface Virtual-PPP1
    control-plane
    line con 0
    login local
    line aux 0
    line vty 0 4
    privilege level 15
    logging synchronous
    login local
    transport input telnet
    end

    Friend, I recommend you use the settings below, I'm doing like this below I have no problem, look no free access telnet use SSH,
    An ace
    access-list 10 permit you ip
    access-list 10 deny   any
    line con 0
    password you password
    login local
    length 0
    line aux 0
    password you password
    login local
    line vty 0 4
    access-class 10 in
    exec-timeout 0 0
    privilege level 15
    password you password
    login local
    length 0
    transport input telnet ssh
    line vty 5 15
    access-class 10 in
    privilege level 15
    password you password
    login local
    length 0
    transport input telnet ssh

  • AP 1231G Not Passing DHCP to clients

    Hello  My company AP 1231G is not passing the DHCP address to the client from the DHCP server  can you please advise on my config listed below
    basicly the AP is on its own VLAN 10.1.123.1 and the DHCP server is 10.1.10.2 -- trying to use iphelper to pass DHCP to clients and the AP is on static IP 10.1.123.2--
    ! Last configuration change at 13:15:56 +0800 Fri May 25 2012 by root
    ! NVRAM config last updated at 13:15:56 +0800 Fri May 25 2012 by root
    version 12.3
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname XXXXXXXXXX
    clock timezone +0800 8
    ip subnet-zero
    no ip domain lookup
    ip domain name XXXXXXXXXXXXX
    aaa new-model
    aaa authentication login default local
    aaa authorization exec default local
    aaa session-id common
    dot11 syslog
    dot11 ssid XXXXXXXXXX
       authentication open
       authentication key-management wpa
       guest-mode
       infrastructure-ssid optional
       wpa-psk ascii XXXXXXXXXXXXXXXXXXXXXXX
    dot11 arp-cache optional
    username root privilege 15 password XXXXXXXXXXXXXXXXXXXXX
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm tkip
    ssid XXXXXXXXXXX
    speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
    no preamble-short
    channel 2432
    station-role root access-point
    no dot11 extension aironet
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface FastEthernet0
    no ip address
    no ip route-cache
    duplex auto
    speed auto
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address 10.1.123.2 255.255.255.0
    ip helper-address 10.1.10.2
    ip default-gateway 10.1.123.1
    ip http server
    ip http authentication aaa
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    access-list 111 permit tcp any any neq telnet
    snmp-server view dot11view ieee802dot11 included
    snmp-server view ieee802dot11 ieee802dot11 included
    snmp-server community public RO
    snmp-server community private view undefined RW
    bridge 1 route ip
    line con 0
    terminal-type teletype
    line vty 0 4
    terminal-type teletype
    sntp server 114.80.81.13
    sntp broadcast client
    end

    Roan:
    Where is your DHCP server configured (swtich, firewall, 3rd party server..etc)?
    Does it work correctly if the AP IP on same subnet  and ip-helper is not being utilized?

  • How DHCP scope will work between two Wireless contoller

    Dear All,
                 I would like to inform you that we are going to deploy Wireless Network with redundancy of Wireless LAN Controller and we need to figure out how DHCP scope would work during fail over  any one of Wireless LAN controller and DHCP Server .I have two site where Two Differenet DHCP Server would be palced with different DHCP socpe.So My query is that if Site-A(according to attached diagram) DHCP Server and controller fails how Wireless  client will take the DHCP scope from Site-B(according to attached diagram) DHCP Server as it has been configured different DHCP Scope.Can any one tell me whether i can configure same DHCP Scope at Both Site's DHCP Server.
    Is there any way to configure same DHCP Scope for two sites.For your infromation client wants two Different DHCP Server with different scope for Two Site and how redundancy would be ensured if any one WLC or DHCP goes down.
    I am eagerly waiting for your reply as early as possible.Please help to figure out the solution.
    I am going to attached Sample Design for your reference.
    Thanks and regards
    Erfan

    Erfan:
    My query was that if one wireless client already associated
    WLC-A with one IP block of Location-A (DHCP Server) using SSID named TEST. If DHCP-A or WLC-A goes down then how that same client would associate with WLC-B and get the IP Block from Location-B (DHCP Server) using same SSID name TEST.
    In this case the clinets connected to the APs in location A will disconnect (if the WLC went down) and they have to connect again when the APs join WLC-B. They will get IP address from location B block then.
    If DHCP went down when new clinets try to connect the primary DHCP is down so they are referred to the secondary DHCP. connected clinets will disconnect only when their DHCP lease times out. They will try to renew but the DHCP server is not available. They will disconnect then and connect again and getting IP from B site.
    1. How we will create same policy for that two different block using same SSID.
    what policy? where?..etc?
    2. client would be connected with Access point but they will get the IP through VLAN interface of the Controller and we have to assign IP helper address in the interface vlan.So how the the client would get the IP block if we assign two IP helper address in the interface vlan in case of failure of DHCP and WLC of one location.
    3. If we assign two IP helper address then which DHCP Server will release the IP for client and we can make delay between two DHCP Server to release the IP address.
    If two IP helpers are configured the switch will send them both the client's request and they client receives two offers. The clients chooses one of the offers. Usually the clinet will accept the faster DHCP server to respond.
    If you are using the DHCP on the WLC then it is different. The WLC will always try to reach the primary DHCP server as long as it is reachable. If the primary DHCP is not reachable then it falls back to the secondary DHCP server.
    Note that when you use IP helper then you usually disable DHCP Proxy feature on the controller. Do you have it disabled?

  • How does ARP work on WAN port and on IP alias

    I have 10  public ip addresses  and I have only 1 WAN port . So I have created aliases on the WAN port of the  firewall . Then  I have forwarded the ports of all the public ips to internal machines . The questions I have 
    1. Will the alias broadcast mac address ?
    2.Will the WAN interface broadcast mac address ?
    3. How will the upstream device will know which IP has which mac ?
    4. What is the use of proxy arp in this scenario ?
    5. Does gratuitous arp play any role here .?
    Here is the setup
    ISP link Fibre Connection >ISP device >Switch >Firewall >LAN computers 
    Please let me know the arp flow over the wan and the working of IP alias . 

    Hi,
    APs on a different subnet then you have to
    1. configure DHCP option 43 on the APs subnet
    2. put in a DNS entry for CISCO-LWAPP-CONTROLLER.localdomain. 
    3. Use IP helper address on the Router
    Check step 4,5& 6 in Layer 3 LWAPP WLC Discovery Algorithm:
    http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/70333-lap-registration.html
    Hope this helps you to understand.
    Regards
    Dont forget to rate helpful posts

  • Cisco Airespace WLC2006 doesn't pass DHCP to client

    I'm installing a new WLC2006 and the AP1020's are connected via the switched backbone and not to the controller. I upgraded the WLC to V3 code. Wireless clients do not receive DHCP addresses for their respective VLANs. If I connect wired to the switch, I get DHCP from whatever VLAN I'm configured for.
    I then backed down to 2.2.143.22 and still no success. I then backed down to 2.2.127.9 and things work correctly!
    Has anyone else seen this problem? This is the first time I've tried the newer code. Also, the checkbox to require DHCP for the clients would uncheck itself after I checked it and applied the change.

    Hi Adam
    Have you applied a DHCP server to either the vlan interface on the WLC?
    The AireSpace kit seems to intercept DHCP requests (i.e. not just bridge them onto the LAN).
    I've seen it fail sometimes until you turn on 'DHCP Override' and specify the IP address of the DHCP server under the SSID configuration... not sure why this happens...
    Regards
    Aaron
    Please rate helpful posts..

  • 1 port on 2960 wont pass DHCP onto client

    I am stumped on this one.  I have a PoE 2960 that connects a few phone/workstation pairs to the network.  All of them work correctly except for one...
    For example, the good / working configs look like this on the interfaces:
    interface GigabitEthernet1/0/45
     description _X211
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    And.....
    interface GigabitEthernet1/0/38
     description _X208
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    The port that is not passing DHCP info onto the client is this one:
    interface GigabitEthernet1/0/12
     description _X209
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    What am I missing?  This worked fine until last week when this site was connected via a trunk to another site (they used to connect via IPSec tunnel, but now have a dedicate link).  As far as I can tell, that should not have effected this...and if it did effect this why didn't it effect any of the other ports?  
    The complete show run:
    Building configuration...
    Current configuration : 10102 bytes
    version 12.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname ...
    boot-start-marker
    boot-end-marker
    no logging console
    enable secret 5 ...
    enable password 7 ...
    no aaa new-model
    clock timezone EST -5
    switch 1 provision ws-c2960s-48lpd-l
    ip name-server 10.1.0.10
    ip name-server 10.0.0.10
    vtp domain ...
    vtp mode transparent
    mls qos map cos-dscp 0 8 16 24 32 46 48 56
    mls qos srr-queue output cos-map queue 1 threshold 3 5
    mls qos srr-queue output cos-map queue 2 threshold 3 3 6 7
    mls qos srr-queue output cos-map queue 3 threshold 3 2 4
    mls qos srr-queue output cos-map queue 4 threshold 2 1
    mls qos srr-queue output cos-map queue 4 threshold 3 0
    mls qos srr-queue output dscp-map queue 1 threshold 3 40 41 42 43 44 45 46 47
    mls qos srr-queue output dscp-map queue 2 threshold 3 24 25 26 27 28 29 30 31
    mls qos srr-queue output dscp-map queue 2 threshold 3 48 49 50 51 52 53 54 55
    mls qos srr-queue output dscp-map queue 2 threshold 3 56 57 58 59 60 61 62 63
    mls qos srr-queue output dscp-map queue 3 threshold 3 16 17 18 19 20 21 22 23
    mls qos srr-queue output dscp-map queue 3 threshold 3 32 33 34 35 36 37 38 39
    mls qos srr-queue output dscp-map queue 4 threshold 1 8
    mls qos srr-queue output dscp-map queue 4 threshold 2 9 10 11 12 13 14 15
    mls qos srr-queue output dscp-map queue 4 threshold 3 0 1 2 3 4 5 6 7
    mls qos queue-set output 1 threshold 1 138 138 92 138
    mls qos queue-set output 1 threshold 2 138 138 92 400
    mls qos queue-set output 1 threshold 3 36 77 100 318
    mls qos queue-set output 1 threshold 4 20 50 67 400
    mls qos queue-set output 2 threshold 1 149 149 100 149
    mls qos queue-set output 2 threshold 2 118 118 100 235
    mls qos queue-set output 2 threshold 3 41 68 100 272
    mls qos queue-set output 2 threshold 4 42 72 100 242
    mls qos queue-set output 1 buffers 10 10 26 54
    mls qos queue-set output 2 buffers 16 6 17 61
    mls qos
    spanning-tree mode pvst
    spanning-tree extend system-id
    vlan internal allocation policy ascending
    vlan 8,16,21,48,52,100-101,104,112,120,128,500,900,999
    interface Port-channel1
     description ...
     switchport access vlan 500
    interface FastEthernet0
     no ip address
    interface GigabitEthernet1/0/1
     description PHONE_x204
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/2
     description PHONE_x212
     switchport access vlan 16
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/3
     description voice vlan 52
     switchport access vlan 16
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/4
     description RUCKUS_WAP
     switchport trunk native vlan 104
     switchport mode trunk
    interface GigabitEthernet1/0/5
     switchport mode trunk
    interface GigabitEthernet1/0/6
     description PHONE_x205
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/7
     switchport access vlan 16
    interface GigabitEthernet1/0/8
     switchport access vlan 21
     switchport mode access
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     spanning-tree portfast
    interface GigabitEthernet1/0/9
     description PHONE_x206
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/10
     switchport access vlan 16
    interface GigabitEthernet1/0/11
     switchport access vlan 16
    interface GigabitEthernet1/0/12
     description ..._X209
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/13
     description PHONE_x208
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/14
     description HP_OFFICEJET_PRO_8600
     switchport access vlan 21
     switchport mode access
    interface GigabitEthernet1/0/15
     switchport access vlan 16
    interface GigabitEthernet1/0/16
     description PHONE_x203
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/17
     switchport access vlan 16
    interface GigabitEthernet1/0/18
     description PHONE_x202
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/19
     switchport access vlan 16
    interface GigabitEthernet1/0/20
     switchport access vlan 16
    interface GigabitEthernet1/0/21
     switchport access vlan 16
    interface GigabitEthernet1/0/22
     description ..._X212
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/23
     switchport access vlan 16
    interface GigabitEthernet1/0/24
     switchport access vlan 16
    interface GigabitEthernet1/0/25
     switchport access vlan 16
    interface GigabitEthernet1/0/26
     switchport access vlan 16
    interface GigabitEthernet1/0/27
     switchport access vlan 500
     channel-group 1 mode on
    interface GigabitEthernet1/0/28
     switchport access vlan 16
    interface GigabitEthernet1/0/29
     switchport access vlan 500
     channel-group 1 mode on
    interface GigabitEthernet1/0/30
     switchport access vlan 16
    interface GigabitEthernet1/0/31
     description SNAPBACK
     switchport access vlan 500
    interface GigabitEthernet1/0/32
     switchport access vlan 16
    interface GigabitEthernet1/0/33
     switchport access vlan 16
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/34
     switchport access vlan 16
    interface GigabitEthernet1/0/35
     description PHONE_x201
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/36
     description PRINTER__OFFICES
     switchport access vlan 21
    interface GigabitEthernet1/0/37
     switchport access vlan 16
    interface GigabitEthernet1/0/38
     description ..._X208
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/39
     switchport access vlan 16
    interface GigabitEthernet1/0/40
     switchport access vlan 16
    interface GigabitEthernet1/0/41
     switchport access vlan 16
    interface GigabitEthernet1/0/42
     description CARD_ACCESS_SYSTEM
     switchport access vlan 48
    interface GigabitEthernet1/0/43
     description SIP_PHONE
     switchport access vlan 52
    interface GigabitEthernet1/0/44
     description PANASONIC_PHONE
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/45
     description TECH_TBD_PHONE_X211
     switchport trunk native vlan 16
     switchport mode trunk
     switchport voice vlan 52
     srr-queue bandwidth share 10 10 60 20
     queue-set 2
     priority-queue out
     mls qos trust cos
     auto qos voip trust
     spanning-tree portfast
    interface GigabitEthernet1/0/46
     switchport access vlan 16
     switchport mode access
    interface GigabitEthernet1/0/47
     description RUCKUS_WAP
     switchport trunk native vlan 104
     switchport mode trunk
    interface GigabitEthernet1/0/48
     description site-to-site-link
     switchport mode trunk
    interface GigabitEthernet1/0/49
    interface GigabitEthernet1/0/50
    interface TenGigabitEthernet1/0/1
    interface TenGigabitEthernet1/0/2
    interface Vlan1
     ip address 10.0.1.254 255.255.255.0
    interface Vlan48
     ip address 10.0.48.254 255.255.255.0
    interface Vlan52
     ip address 10.0.52.254 255.255.255.0
    interface Vlan101
     ip address 10.0.101.254 255.255.255.0
    interface Vlan128
     no ip address
    interface Vlan500
     ip address 10.1.0.7 255.255.255.128 secondary
     ip address 10.0.0.126 255.255.255.128
    ip default-gateway 10.0.101.1
    no ip http server
    no ip http secure-server
    logging 10.1.0.10
    banner login ^CC
    UNAUTHORIZED LOGIN PROHIBITED
    ^C
    line con 0
     exec-timeout 15 0
     password 7 ...
     logging synchronous
     login
    line vty 0 4
     exec-timeout 15 0
     password 7 ...
     logging synchronous
     login
     length 0
    line vty 5 15
     exec-timeout 15 0
     password 7 ...
     logging synchronous
     login
    ntp clock-period 22519016
    ntp server 198.60.73.8
    end

    I removed the line:
     switchport trunk native vlan 16
    From that port, but I am still not receiving DHCP info on the client.
    As a workaround I have set a static IP on the phone.  I am still unable to get the workstation (in this case a laptop) to get on the network even setting a static address.  I put it onto the wireless for now to get them up and running.
    This is quite odd.  Any idea what I could try to adjust on that port?

  • How to get remote ejb client working with Weblogic 8.1?

    I have Weblogic 8.1 running on a WinXP box behind my firewall. Port 7001 is open to WL and remote browsers can access the console.
    I have a client machine running WinXP on a different network that is remote to the WL server. It can ping the WL server machine.
    I use JVM 1.4.2_08 on all machines.
    If I put my client machine on the LAN with the WL server, then my EJB test client works fine. If I put the client machine on the remote network then the test client fails with a ClassCastException when trying to do a PortableRemoteObject.narrow on the bean home.
    I had this running fine on JBoss 3.22 using RMI over HTTP. I added an HTTP invoker service to my jboss.xml file. I don't know if something similar is needed on the Weblogic side - any ideas on that? All I've done on the WL side is turn on Tunneling - which obviously works because the remote client gets a correct home object when doing a lookup on the bean - based on the IOR string of the home obj.
    Below I include my client code, exception, ejb-jar.xml and my weblogic-ejb-jar.xml.
    Any ideas on what else needs to be done so that a remote client can do a PortableRemoteObject.narrow? My client.jar has all of the EJB classes, and runs fine when run from LAN.
    Thanks,
    --BobC
    Client Code
    Properties p = new Properties();
    p.put("java.naming.factory.initial", "weblogic.jndi.WLInitialContextFactory");
    p.put("java.naming.provider.url", "http://66.114.140.213:7001");
    InitialContext ic = new InitialContext(p);
    // Test register bean
    Object homeObj = ic.lookup("tacplanner/register");
    RegisterHome home = (RegisterHome) PortableRemoteObject.narrow(homeObj, RegisterHome.class); // <<< ClassCastException here
    Exception
    java.lang.ClassCastException
    at com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:293)
    at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:134)
    at com.nimblus.tacplanner.test.TestUtils.<init>(TestUtils.java:60)
    at com.nimblus.tacplanner.test.TestUtils.main(TestUtils.java:196)
    ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN' 'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'>
    <ejb-jar>
    <enterprise-beans>
    <session>
    <ejb-name>register</ejb-name>
    <home> com.nimblus.tacplanner.server.ejb.stateless.RegisterHome</home>
    <remote> com.nimblus.tacplanner.server.ejb.stateless.Register</remote>
    <ejb-class>com.nimblus.tacplanner.server.ejb.stateless.RegisterSession</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Container</transaction-type>
    <resource-ref>
    <description>The Oracle Datasource</description>
    <res-ref-name>java:/OracleDS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </session>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>register</ejb-name>
    <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </ejb-jar>
    weblogic-ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 8.1.0 EJB//EN'
    'http://www.bea.com/servers/wls810/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>register</ejb-name>
    <stateless-session-descriptor>
    <pool>
    <max-beans-in-free-pool>100</max-beans-in-free-pool>
    </pool>
    </stateless-session-descriptor>
    <reference-descriptor>
    <resource-description>
    <res-ref-name>jdbc/OracleDS</res-ref-name>
    <jndi-name>OracleDS</jndi-name>
    </resource-description>
    </reference-descriptor>
    <enable-call-by-reference>True</enable-call-by-reference>
    <jndi-name>tacplanner/register</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    --------------------

    Problem solved.
    For remote clients you need to generate and use the stub classes for EJB interfaces using Weblogic's appc utility.
    See: "http://e-docs.bea.com/wls/docs81/ejb/appc_ejbc.html#1151900"
    --BobC                                                                                                                                                                                                                                                                                                                                                                                                                               

  • WRVS-4400N no IPv6 on WAN Interface

    Currently the WRVS-4400N will only support IPv6 limited.
    Is there a time line when this device will support IPv6 also on the WAN Interface? I want to move over to IPv6 complete and get rid of IPv4.
    PLEASE!!! START TO SUPPORT IPv6 FULL ON EVERY DEVICE!!
    Best regards,
    Torsten

    In the meantime I have seen that the RV220W will full support IPv6.
    I think about to trash the WRVS and move over to RV220W.
    EDIT:
    http://www.dd-wrt.com/phpBB2/viewtopic.php?t=11973&postdays=0&postorder=asc&start=30
    Check out the last posting pls.
    I don't understand why CISCO support will give such comments. From my point of view this will say everything about the future of the WRVS device.
    Thanks!

  • 10.8.2 Server with DHCP.Windows client problems...

    I have just set up 10.8.2 Server with DHCP. I works almost perfect, but windows clients don`t get an ip-address! I can see the request in the log, but win-clients don`t receive the address! Anyone - help me.....
    I have a screenshot from the log attached, the client "L084" is en Win7 client....

    Current OS X doesn't provide Windows Workgroups and related authentication.   That's entirely different than having OS X Server set up to provide DNS services and DHCP.   Providing workgroups and particularly Active Directory authentication usually involve adding Samba or similar software onto OS X or OS X Server.
    As for the "home" domain, I'd expect to specify the DNS domain that was configured within OS X Server.   Loading random stuff in there might or might not work, as some clients might try or test or use that.  If you're not using the "short" host name specifications, you won't hit that path.   That specification is the default applied when you enter just the host name and not the domain name in an OS X or other DNS query.)  But if something does try that, it'll append "home" and will probably head into the weeds.  (If "home" is the made-up domain that you're using for local DNS, then that is a domain that is quite likely to become a real top-level domain.)

  • WRVS4400n v1.1 VLAN on WAN interface

    Hi,
    Been trying to figure out howto create VLAN's on the WAN interface of the WRVS4400n. Is this even possible with the factory firmware?

    Dear Steve,
    Thank you for your reply.
    The router already has the lastest firmware, 1.1.13
    The situation is as follows. Our office gets several services over fiber which is switched to coper over an end node (not protocol just light <-> electric) so essentially we are connected to the internet over ethernet.
    Anyway, our provider is rather mysterious over how their services work and preffer that everybody uses the equipment provided by them. The equipment is rather cheap and limited in functionality, also we're having a few problems because the equipment doesn't allow us to switch certain functions off.
    We get 3 services from our provider.
    1. Internet (VLAN tagged 12)
    2. VPN like closed connection between locations (VLAN's tagged 123 and tagged 124)
    3. SIP (VLAN untagged 13)
    So I did A little investigation and came up with the following.
    * For internet services they're using a PPPoE tunnel, this tunnel is established over a tagged VLAN 12.
    * VLAN's 123 and 124 are for ourselves, so just connection between our offices. I don't know what the infrastructure/setup is behind this service but it somehow magically works.
    * Then finally there's the SIP services which is done over VLAN 13 untagged.
    So what I need todo is create a PPPoE tunnel over VLAN 12 (for internet access) and also setup VLAN's 13, 123 an 124 to be forwarded to specific ports on the the router.
    /edit:
    When I look at the settings in the web interface I only get the VLAN settings for ports 1 to 4 and WLAN (no port 0). I'm pretty sure this router does support it and I could set it if I had a shell on the device but I don't and I'm not seeing it in the webinterface either.

  • Web based VPN issue wheras anyconnect and VPN client working fine

    Experts,
    We have Cisco ASA 5540 and im running into issues with accessing the webbased VPN(https://X.X.x.x).there are about 8 VPN profiles configured and im unable to login using any of the profiles whereas VPN client and Cisco Any connect are working fine. on accessing web based VPN after providing  the login credentials and hit enter the page is getting refreshed and it throws me back to the same login page again. This is the Production ASA and i cannot run debug.
    Kindly, provide me your valuable inputs.
    Thank you!

    Your problem is the NAT-config. First, the following line is not needed as RDP doesn't work ober UDP:
    ip nat inside source static udp 192.168.10.136 3389 interface Dialer0 3389
    Then, the following command causes the problems:
    ip nat inside source static tcp 192.168.10.136 3389 interface Dialer0 3389
    With that the router assumes that the server 192.168.10.136 should always be reached through the IP of dialer0 and does a translation.
    There are a couple of ways to resolve the problem, but they all have some drawbacks ...
    1) Only access the server through VPN. For that you just delete the NAT-statement above (the one with tcp) and you should be able to reach the server through the VPN.
    2) Restrict the NAT to don't do a translation if a VPN-peer is accessing the server.
    For that you need to attach a route-map to the NAT-statement. But that won't work with the "interface"-keyword in the NAT-Statement. But you can use this if you get a fixed IP from your provider.
    3) Assign a second IP to the RDP-server. The original IP which is used in the NAT-statement is used for accessing the server without the VPN, the second IP is used for accessing the server through VPN.
    Don't stop after you've improved your network! Improve the world by lending money to the working poor:
    http://www.kiva.org/invitedby/karsteni

Maybe you are looking for

  • Error while running adcfgclone.pl

    Running Rapid Clone with command: perl ./adclone.pl java=./../jre/jre mode=apply stage=/u128/app/oracle/product/dfindb/10.2.0/appsutil/clone/bin/./.. component=dbTier method=CUSTOM dbctxtg=/u128/app/oracle/product/dfindb/10.2.0/appsutil/DFIN_dev650.x

  • After installing update IOS I've lost my Quicken data, help?

    I've lost my quicken data, after installing update....How do I retrieve?

  • Acrobat Reader on Windows 2008 Server

    hello, I am setting up Windows 2008 servers which are 64-bit versions and I cannot get the reader to install. It will download but it will just disappear at the very end. I had the same problem on 2003 64-bit and then someone else got it to work (but

  • PowerShell to Live Migrate

    I have a scenario here.  I have 10 clusters (2 nodes each cluster) I would like to LiveMigrate only a single VM, which is very specific and not mission critical to test the VM every month.  This is to test the LiveMigration works on the cluster.  I c

  • .AVI Movie Won't Show in PowerPoint

    I just added a .avi file into a PowerPoint presentation. But, I am getting a message on the page that says, "quicktime and a decompressor are needed to see this picture." I have Quicktime Pro installed. Am I missing something (a decompressor)?