CCP doesn't show ip helper-address

I am running CCP 2.1 on both a Vista and Server 2008 machine. I am connected to an 1841 router. If I telnet into router, and show run, it says I have an ip helper-address. If I open CCP and view that same interface, it doesn't show an ip helper-address. If I then click OK, it wants to send a command to the router to remove the ip helper-address. Any ideas would be appreciated.

Hi Joe,
  Please pickup the latest CCP version (v2.5 posted on 29th June 2011). Let me know if the problem is resolved. CCP supports configuration of single helper address. If multiple addresses are configured, then they are read in, but shall not be editable.
Thanks,
Chaitra

Similar Messages

  • Safari, when I hover over a link, doesn't show the web address, +Hotmail qu

    Hi, two questions.
    New to safari, when I hover over a link it doesn't display the web address, is there a way to turn this on or is it not available in Safari.
    In regard to Hotmail, is there a way to synch up Hotmail with Mail in leopard so that when I click an email address it allows me to send via hotmail.
    If not, how do you find out the email address, because when I click it, just takes me to mail and doesn't allow me to at least view what the email address is, so I can manually send it via Hotmail.
    Thanks for your time.

    New to safari, when I hover over a link it doesn't display the web address, is there a way to turn this on or is it not available in Safari.
    Choose Show Status Bar from the View menu.
    In regard to Hotmail, is there a way to synch up Hotmail with Mail in leopard so that when I click an email address it allows me to send via hotmail.
    Try using httpmail.
    (36670)

  • [SOLVED] 2nd static interface is up, but doesn't show an IP address

    I must be missing something basic.  I'm in the process of setting up a simple network configuration in order to test out nftables.  I'm using netctl. I have have 2 ethernet ports.  The first interface, eno1, is connected to a router, and works fine.  The second interface, enp2s0, is connected to a switch (for testing NAT behind the firewall) and can't seem to get an IP address.
            Internet --- router --- eno1 --- [server] --- enp2s0 --- 4-port switch
                                                                                           |
                                                                                     test client
    [root@ibis etc]# cat /etc/netctl/eno1
    Description='A basic static ethernet connection'
    Interface=eno1
    Connection=ethernet
    IP=static
    Address=('192.168.1.5/24')
    #Routes=('192.168.0.0/24 via 192.168.1.2')
    Gateway='192.168.1.1'
    DNS=('192.168.1.1')
    [root@ibis etc]# cat /etc/netctl/enp2s0
    Description='A basic static ethernet connection'
    Interface=enp2s0
    Connection=ethernet
    IP=static
    Address=('172.18.90.1/24')
    #Routes=('192.168.0.0/24 via 192.168.1.2')
    Gateway='192.168.1.5'
    DNS=('192.168.1.1')
    When I try and bring the 2nd interface up I get an error message:
    [root@ibis etc]# netctl start enp2s0
    Job for [email protected] failed. See 'systemctl status [email protected]' and 'journalctl -xn' for details.
    [root@ibis etc]# systemctl status [email protected] -l
    â [email protected] - A basic static ethernet connection
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Wed 2014-06-04 08:47:36 CDT; 12s ago
    Docs: man:netctl.profile(5)
    Process: 742 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
    Main PID: 742 (code=exited, status=1/FAILURE)
    Jun 04 08:47:36 ibis network[742]: Starting network profile 'enp2s0'...
    Jun 04 08:47:36 ibis network[742]: The interface of network profile 'enp2s0' is already up
    However, the interface isn't really up, as it doesn't have an IP address:
    [root@ibis etc]# ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 74:d4:35:18:11:36 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.5/24 brd 192.168.1.255 scope global eno1
    valid_lft forever preferred_lft forever
    inet6 fe80::76d4:35ff:fe18:1136/64 scope link
    valid_lft forever preferred_lft forever
    3: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 74:d4:35:18:11:34 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::76d4:35ff:fe18:1134/64 scope link
    valid_lft forever preferred_lft forever
    4: wlp3s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 0c:8b:fd:75:13:d6 brd ff:ff:ff:ff:ff:ff
    and is listed as not active:
    [root@ibis etc]# netctl list
    enp2s0
    * eno1
    I must be doing something wrong, but what?
    Last edited by pgoetz (2014-06-04 22:01:36)

    according to ip addr, it looks like it actually does have an IP
    [root@ibis etc]# ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 74:d4:35:18:11:36 brd ff:ff:ff:ff:ff:ff
    [b] inet 192.168.1.5/24 brd 192.168.1.255 scope global eno1[/b]
    valid_lft forever preferred_lft forever
    inet6 fe80::76d4:35ff:fe18:1136/64 scope link
    valid_lft forever preferred_lft forever
    3: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 74:d4:35:18:11:34 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::76d4:35ff:fe18:1134/64 scope link
    valid_lft forever preferred_lft forever
    4: wlp3s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 0c:8b:fd:75:13:d6 brd ff:ff:ff:ff:ff:ff
    have you tried "netctl stop eno1" && :netctl start eno1"?

  • 5310 doesn't show contacts HELP!

    Hello, I have a 5310 with a twist!
    The shop I bought it from transferred my contacts from my old phone. Alas, for some reason my new phone will not show any contacts when I try to browse them or when I try to select a contact to send a message to, instead it displays "(empty)". HOWEVER, when I press options ---> search ---> (any letter), all my contacts appear!!!
    So, I know that my contacts are in there but I cannot browse them or use them for anything, either from my phone or using PC suite!
    I tried to back up my contacts using PC suite, but the  PC suite back-up failed as it cannot find them!
    It sounds like my phone's software is defective, but I have the latest version AND without a backup it's fairly risky to experiment with older versions etc.
    Please please please please can you suggest something.... anything...
    Thanks, eternally grateful a priori

    Many thanks for the advice. However, even though I did exactly what you said,  the same problem persists.... I can still not view my contacts unless I search them as I described above.
     I don't worry about the lost settings just my contacts
    Any ideas pleaaase (kudos, kudos)
    Message Edited by zchar21 on 20-Feb-2009 02:27 AM

  • HT5312 The option to reset security information tab isn't showing up for me, is there I way that I can make it show up. I have a rescue email address and it still doesn't show up. Please help!

    The option to reset my security information tab is not available for me, I have a rescue email address in place and it still doesn't show up. Please help!

    You need to ask Apple to reset your security questions; ways of doing so include clicking here and picking a method for your country, and filling out and submitting this form.
    (96335)

  • I just got an iPhone 5s and it won't let me add my hotmail email address to my mail. I can add it under outlook but then it doesn't show me all the emails or folders I have, I have to login in via the we page to view them, too inconvenient... Please help!

    I just got an iPhone 5s and it won't let me add my hotmail email address to my mail. I can add it under outlook but then it doesn't show me all the emails or folders I have, I have to login in via the we page to view them, too inconvenient... Please help!

    Open Mail app and then click on Mailboxes(Left up)>Go down and select your Hotmail acoount and then try Refreshing by pulling down the list.

  • Syncing iphone and can't seem to transfer audiobooks that i have put in a playlist.  Sync menu doesn't show all playlists.  Help

    syncing iphone and can't seem to transfer audiobooks that i have put in a playlist.  Sync menu doesn't show all playlists.  Help

    I have the same problem with podcast playlists.  When I go to the music window in my iPhone devices section, the playlists I have created on my macbook pro in iTunes do not appear as an option to sync with the iPhone.  I know some web radios streams, like the BBC, won't transfer because of compatibility issues, but the playlists of podcasts that I have created consist entirely of podcasts downloaded from the podcasts section on the iTunes Music Store.  They used to show up and sync properly before I upgraded to OS 5.1.1, but now they don't.
    Does anyone have a fix and am I right in surmising that the cause is a glitch in OS 5.1.1?

  • My iPod doesn't show up on "My Computer" or iTunes and it doesn't sync or charge. Help please?

    I have an iPod Classic, the 2nd most recent version. I havn't had problems with it until a week ago. Before I had the new iTunes update, a week ago, it wouldn't show up in my Device's or "My Computer"  , wont sync and It wouldn't charge either. I thought to myself "Maybe I should update my iTunes, maybe thats why it's not working". I updated my iTunes library to the most recent software last night thinking it would help but... It didn't help at all and made things much more complicated. I don't like how the new iTunes navigates and the iTunes Helper isn't there now. I'm still facing the problem where it doesn't show up in iTunes AND it doesn't show up on "My Computer" AND still doesn'tt sync but the thing thats different is that it'll charge a quarter bit and say it's done, or it wont charge at all and stay on my home screen. I need help here. Anyone have any suggestions?

    Not Charge
    - See:       
    iPod touch: Hardware troubleshooting
    - Try another cable
    - Try another charging source
    - Inspect the dock connector for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genus Bar of an Apple store.
    Apple Retail Store - Genius Bar
    If it does not even turn on
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Apple loops for garageband pack doesn't show the folder content (loops, files...)  in ableton live suite 8 library browser, but I can see all the loops in the folder from finder. how can i fix this? help please.

    apple loops for garageband pack doesn't show the folder content (loops, files...)  in ableton live suite 8 library browser, but I can see all the loops in the folder from finder. how can i fix this? help please.

    Thanks Barney, I tried that but all that comes up in Spotlight are the log files that show the file paths! I don't know how Steam works. Are all the files held by Steam on their server perhaps?

  • I have an Ipad My apple ID and password works for Ibooks and Icloud but when I try to get into the app store it doesn't show my entire email address on the account. When I try to get into the app store it tells me my password is incorrect.  How can I corr

    I have an Ipad My apple ID and password works for Ibooks and Icloud but when I try to get into the app store it doesn't show my entire email address on the account. When I try to get into the app store it tells me my password is incorrect.  How can I correct this? I have been emailing support but so far they have been no help

    Open the App Store app, go to the Featured pane, swipe to the bottom, tap the Apple ID and sign out. Tap again and sign in with the Apple ID of your choosing.

  • I can not delete my history and adding new bookmarks. Upgrading to later Firefox versions and/or re-installing didn't help. The address bar still shows the web addresses of old and whenever I make new bookmarks, it's always gone as if it was never made.

    I can not delete my history and adding new bookmarks.
    Upgrading to later Firefox versions and/or re-installing didn't rectify it either.
    The address bar still shows the web addresses of old and whenever I make new bookmarks, it's always gone as if it was never made.
    Also, I have noticed that every once in awhile you can not close tabs you've opened, either by pushing on the X button and/or clicking on the mouse to close it. Although closing the window and opening it again (without closing the Firefox application) seemed to rectify the problem in the short term, it's becoming quite annoying.
    == This happened ==
    Every time Firefox opened
    == the Firefox is being used

    I think I have a solution.
    First, download the add-on SQManager. This should be included with FireFox, it is really good.
    Look for the file '''moz_hosts''' in the folder '''places.sqlite'''.
    Don't delete the file, just delete the information in the file. My file has over 3600 websites, which go back years!! I did not know they were there, but I was frustrated about not being able to get rid of them. They popped up every time I used the address bar. Clearing my history would not get rid of them.
    This is where they are stored!! I found that by deleting the pesky web site from '''moz_hosts''', it does not appear in my address bar anymore!!!
    I think that if I just delete all the websites in moz_hosts....
    Wa-la...History Gone!!!
    As long as you don't delete the file, just empty it, FireFox won't know the difference. It will just keep adding websites to it until you empty it again.
    Why running "clear recent history" doesn't do this, I don't know. You are doing manually what "clear recent history" is not doing.
    Please tell me if you see any flaw in this.
    ''I think it's the solution we've all been looking for!''

  • My MacBook Pro spits out a CD within 30 seconds.  It doesn't show up anywhere.  Help please.

    My MacBook Pro spits out a CD within 30 seconds.  It doesn't show up anywhere.  Help please.

    You can try a commercial lens cleaner.  They are sold everywhere for little expense.
    http://www.walmart.com/ip/Memorex-32020022912/15120287

  • Help, My Safari doesn't show its icon and will not open?

    So heres some help for you:
    1. Im a new member, not an idiot when it comes to computers but in no way very expeirenced and knowledgable.
    2. I recently was informed I had 0 disk space left, so I deleted a lot of stuff and feel I may have accidently deleted something..
    3. My safari does not open
    4. It doesn't show the traditional Compass Icon for Safari it is a blank white page..? With the Applications Logo on it.. ( see picture below )
    5. Yes, I basically only registered so I can ask this question ...
    6. What on earth can I do to fix it!
    - Heres a pic..
    Quickpost this image to Myspace, Digg, Facebook, and others!

    Hi Lax561,
    Welcome to discussions ...
    I can see that Safari is NOT in the Dock ...
    Did you check out if Safari is still in the Application folder ?? open Finder an go to the application folder.
    If it's still there than you can drag a copy to the Dock.
    Do the following ... Select Safari icon an hold down the mouse an the Option key ad the same time while dragging to the Dock. During dragging you will see a + (plus) next to the Safari icon.
    Place the Safari icon in the Dock where you like it, next to the Fire Fox icon is maybe the best place to put it.
    Post back with the results ...
    Dimaxum

  • So, I made my account a while ago before I had an iPhone so I can get music. The result of that I can't remember my security questions, and it tells me to send a rescue email an alert, but it doesn't show you how to get to that page. Can someone help me?

    So, I made my account a while ago before I had an iPhone so I can get music. The result of that I can't remember my security questions, and it tells me to send a rescue email an alert, but it doesn't show you how to get to that page. I am getting quite annoyed because apples hours arent the best fitted to my scedule since I have school and work, so I cant call and ask how to get fixed. Please help me all I want to do is buy some music...

    Click here and fill out the form.
    (90729)

  • I downloaded an album from iTunes on my iPad and then i synced it with iTunes it doesn't show the individual songs in my library just the album which opens another window.  Can you help?

    I downloaded an album from iTunes on my iPad and then i synced it with iTunes it doesn't show the individual songs in my library just the album which opens another window.  One of the albums won't even play the music.  Will only open the "booklet" for the cd but not the music.  Can you help?

    Hello dannugget
    Normally, if the songs showed that it is purchased then it is probably already in your library. If not check out the article below to walk you through downloading your past purchases. You may also want to check to see if you have Automatic Downloads turned on so that way next time you can get your tracks without having to plug in and sync.
    Download past purchases
    http://support.apple.com/kb/ht2519
    iTunes Store: How to enable Automatic Downloads
    http://support.apple.com/kb/ht4539
    Regards,
    -Norm G.

Maybe you are looking for

  • Reformatted ipod nano using disk utility - no longer works

    Idiotically I decided to use disk utility to reformat my 8Gb iPod nano (5th Gen) as I wished to use it temporarily as a USB drive compatible with Mac and Windows. Now that I wish to use it again as Apple intended, I find that iTunes does not recognis

  • EA6900 and Port 445

    We recently purchased an EA6900 after our old WRT320N lost part of it's bandwidth.  With the old router, people on the local wireless network (192.168.x.x) had no problem connecting via SMB to our Yosemite server (172.16.x.x) but we can no longer mak

  • WCS 7.0.240.0 data export to Prime 1.2.1.012 ... HELP!!

    Hello Fellow Engineers, I'm trying to migrate old data from WCS 7.0 to Prime 1.2 ... I have already created the zip file from WCS and imported it into the defaultRepo on Prime.  I see it in the directory when I do a show repository defaultRepo so I h

  • Calculate age in oracle 11g

    how do i calculate age based on date picker in another field on the same table/

  • Download OAS 4.0.8.2.1

    The downloads on http://otn.oracle.com/software/products/oas/index.html do not work.