Easy problem with EasyVPN remote

Hi, I'm setting up a remote EasyVPN and everything is cool but when a remote computer on the private LAN tries to get the internal networks it doesn't work. Users in that LAN can acces to the Inet after connecting with user//pass but not access the VPN networks. Maybe I'm missing an ACL or something ? Another issue is that we want to keep the password for this connection, we want it to connect totally auto. I added save-password at the server group config but It doen't work either. I'm adding the config for you to take a look, it's very simple !

Okay, this is slightly more complex. Here is the way I found it to work:
//First we get the text from the JTextField
//and convert it to lowercase to get a color name:
  String colorName = t2.colcampo.getText().toLowerCase();
//Then we are going to use Reflection to find the name
//of the color as a variable in the Color Class.
//Note, this works only for those colors listed in the
//Color class as static class members.
  Color backColor = Color.class.getField(colorName).get(null);
//Finally we set the color
  t2.campo.setBackground(backColor);You will have to surround this with a try/catch block to catch
IllegalArgumentException, SecurityException, IllegalAccessException,
and NoSuchFieldException.
ps There is a method in the Color class called getColor() which you wold call like this:
  String colorName = t2.colcampo.getText();
  Color backColor = Color.getColor(colorName);
  t2.campo.setBackground(backColor);but it would not work on my machine for any of the common color names, so I don't know what was going on, you may wanna try that.

Similar Messages

  • Strange problem with purple-remote

    Hi, I experience a strange problem with purple-remote (program which allow to control Pidgin via D-Bus) :
    To get the current status message, you have to type
    $ purple-remote getstatusmessage
    This works, but when I type
    $ echo $(purple-remote getstatusmessage)
    this fails with the error
    Traceback (most recent call last):
    File "/usr/bin/purple-remote", line 238, in <module>
    print output
    UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 12: ordinal not in range(128)
    Why?
    How can this program work in the first case but not in the second?
    Thank you
    Edit: BTW, is there a workaround to put the output of `purple-remote getstatusmessage' in a variable? $(), redirections and piping doesn't work.
    Fractal
    Last edited by Fractal (2010-04-04 12:09:56)

    Hi Andyh,
    Welcome to the forum.  How annoying does that sound, if I had to get up every time I wanted to change channel or volume I would crack up.
    Drop me an email to [email protected], please include your BT account details and I will see what can be done to help.
    Cheers
    Sean
    BTCare Community Manager
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Problems with IR remote after 10.5.6 & 10.5.7

    Hi guys,
    I am just trying to find out if anyone else is having a problem with the apple remotes since the last few OSX updates.
    The problem I have
    Apple remote fails to respond to any input.
    The IR reciver is still present in the system profiler and is not disabled in security system pref.
    The only way I have found to resolve this is to reset the PRAM (+BTW I'm impressed this works with a bluetooth keyboard+)
    I have had this problem on 2 different iMac 24" Core2's and a mac mini.
    It seems to happen sporadically. I have tried pairing remotes but this doesn't help.
    This is an annoying problem as these Macs are mostly used as media centres via frontrow or Plex
    Anyone else seeing this behaviour got any ideas why it is happening?
    Mr D

    Hi guys,
    I am just trying to find out if anyone else is having a problem with the apple remotes since the last few OSX updates.
    The problem I have
    Apple remote fails to respond to any input.
    The IR reciver is still present in the system profiler and is not disabled in security system pref.
    The only way I have found to resolve this is to reset the PRAM (+BTW I'm impressed this works with a bluetooth keyboard+)
    I have had this problem on 2 different iMac 24" Core2's and a mac mini.
    It seems to happen sporadically. I have tried pairing remotes but this doesn't help.
    This is an annoying problem as these Macs are mostly used as media centres via frontrow or Plex
    Anyone else seeing this behaviour got any ideas why it is happening?
    Mr D

  • [TV@Master] problem with the remote MS 8606

    My remote was working fine with the MSIPVR WinDVR ver 2 and drivers 2.65.1.79 that came with the card. But it had problem with the reception and channel sorting so i downloaded the new drivers ver 4.102.1.8 and MSIPVR ver 3 for Ms 8606 from the msi website. The reception has greatly improved but the remote has stoped working.I replaced the batteries but it still doesn't work.

    is the WinCinema Manager program running? (look in notification area of taskbar - by clock)

  • Problem with selecting remote tables.

    Hi, im having problems with one select...
    Running select, in which i select tables from remote DB, takes not more then 2 seconds, retrieving few rows.
    1) When i try to "create table as" using that select it takes about 1 minute to run.
    2) Trying "merge into" my table using that select takes more that 5 minutes, ... replacing the select within merge by newly created temporary table (point 1) works fine - takes few seconds to run.
    So why simple select takes few seconds, creation of table using that select takes one minute and merge using that select takes 5minutes to run ?
    Thanks for any ideas
    Plan hash value: 1936184599
    | Id  | Operation                             | Name                        | Rows  | Bytes | Cost (%CPU)| Time     | Pstart| Pstop | Inst   |IN-OUT|
    |   0 | MERGE STATEMENT                       |                             |     1 |   642 |    84  (12)| 00:00:02 |       |       |        |      |
    |   1 |  MERGE                                | NP_HT_REC        |       |       |            |          |       |       |        |      |
    |   2 |   VIEW                                |                             |       |       |            |          |       |       |        |      |
    |   3 |    NESTED LOOPS OUTER                 |                             |     1 |  8637 |    84  (12)| 00:00:02 |       |       |        |      |
    |*  4 |     HASH JOIN                         |                             |     1 |  8244 |    81  (13)| 00:00:01 |       |       |        |      |
    |*  5 |      HASH JOIN                        |                             |     1 |  4220 |    60  (10)| 00:00:01 |       |       |        |      |
    |*  6 |       HASH JOIN                       |                             |     1 |  4182 |    56   (9)| 00:00:01 |       |       |        |      |
    |   7 |        NESTED LOOPS                   |                             |     1 |  4134 |    41  (10)| 00:00:01 |       |       |        |      |
    |*  8 |         HASH JOIN                     |                             |     1 |  4109 |    40  (10)| 00:00:01 |       |       |        |      |
    |   9 |          REMOTE                       | HT_REC              |     2 |   170 |    11   (0)| 00:00:01 |       |       |   NP | R->S |
    |  10 |          VIEW                         | VW_SQ_3                     |   806 |  3167K|    29  (14)| 00:00:01 |       |       |        |      |
    |  11 |           SORT GROUP BY               |                             |   806 | 96720 |    29  (14)| 00:00:01 |       |       |        |      |
    |  12 |            MERGE JOIN                 |                             |   806 | 96720 |    28  (11)| 00:00:01 |       |       |        |      |
    |  13 |             SORT JOIN                 |                             |     2 |   170 |    12   (9)| 00:00:01 |       |       |        |      |
    |  14 |              REMOTE                   | HT_REC              |     2 |   170 |    11   (0)| 00:00:01 |       |       |   NP | R->S |
    |* 15 |             SORT JOIN                 |                             |  7100 |   242K|    16  (13)| 00:00:01 |       |       |        |      |
    |  16 |              REMOTE                   | T_UR_BUS               |  7100 |   242K|    14   (0)| 00:00:01 |       |       |   NP | R->S |
    |  17 |         REMOTE                        | T_UR                      |     1 |    25 |     1   (0)| 00:00:01 |       |       |   NP | R->S |
    |  18 |        REMOTE                         | T_UR_BUS               |  7100 |   332K|    14   (0)| 00:00:01 |       |       |   NP | R->S |
    |  19 |       REMOTE                          | HT_BUS                 |     3 |   114 |     3   (0)| 00:00:01 |       |       |   NP | R->S |
    |  20 |      VIEW                             | VW_SQ_4                     |     2 |  8048 |    21  (20)| 00:00:01 |       |       |        |      |
    |  21 |       REMOTE                          |                             |       |       |            |          |       |       |   NP | R->S |
    |  22 |     PARTITION RANGE ITERATOR          |                             |     2 |   786 |     3   (0)| 00:00:01 |   KEY |   KEY |        |      |
    |  23 |      TABLE ACCESS BY LOCAL INDEX ROWID| NP_HT_REC        |     2 |   786 |     3   (0)| 00:00:01 |   KEY |   KEY |        |      |
    |* 24 |       INDEX RANGE SCAN                | NP_HT_REC_IDX_UK |     2 |       |     1   (0)| 00:00:01 |   KEY |   KEY |        |      |
    Predicate Information (identified by operation id):
       4 - access("HB"."CHANGE_DATE"="VW_COL_1" AND "TUB"."BUNDLE_ID"="BUNDLE_ID")
           filter("ROWID"=ROWID)
       5 - access("TUB"."BUNDLE_ID"="HB"."BUNDLE_ID")
           filter("TUB"."DATE_CHANGE">="HB"."CHANGE_DATE")
       6 - access("HR"."USER_ID"="TUB"."USER_ID" AND "TUB"."DATE_CHANGE"="VW_COL_1")
           filter("HR"."CHANGE_DATE">="TUB"."DATE_CHANGE")
       8 - access("HR"."USER_ID"="USER_ID")
           filter("ROWID"=ROWID)
      15 - access(INTERNAL_FUNCTION("HR"."CHANGE_DATE")>=INTERNAL_FUNCTION("TUB"."DATE_CHANGE"))
           filter(INTERNAL_FUNCTION("HR"."CHANGE_DATE")>=INTERNAL_FUNCTION("TUB"."DATE_CHANGE"))
      24 - access("RES"."CHANGE_ID"(+)=TO_NUMBER(TO_CHAR("HR"."CHANGE_ID")) AND "RES"."REC_ID"(+)=TO_NUMBER(TO_CHAR("HR"."REC_ID")) AND
                  "RES"."SCHEDULE_ID"(+)=TO_NUMBER(TO_CHAR("HR"."SCHEDULE_ID")) AND "RES"."USER_ID"(+)=TO_NUMBER(TO_CHAR("HR"."USER_ID")) AND
                  "RES"."CHANGE_DATE"(+)=TO_DATE(INTERNAL_FUNCTION("HR"."CHANGE_DATE"),'dd.mm.yyyy hh24:mi:ss'))

    Have tried hint /*+NO_QUERY_TRANSFORMATION*/ and it is working fine now = 2seconds for merge :) Have no idea why is that, but it works
    thanks
    d.

  • AirPort Express (Problems with multiple remote speakers

    I've been so far successfully using several AirPort Express base stations to stream music from Itunes to differant rooms in my house. A week ago I suddenly started getting an error message ("Unknown Error -3256) when attempting to stream to multiple rooms. Anyone else having this problem all of a sudden? I've gone thru the configuration for Airport and each base station and everthing seems to be in order.... Any ideas... Anyone? thanks

    A lot of people including myself have been having problems with the airport. We think it's the AirPort update or the security update that is causing problems. If you're experiencing problems or slow downs with your internet then that's also part of the update. Wait till the next update or we find a workaround to this problem.

  • Problem with JMX Remote Port - JBoss & Apache on same machine

    Hi,
    I have a server which hosts Apache that uses mod_jk to pass requests to three Tomcat instances. Apache listens to port 80.
    I want to install a different application on the same machine that runs on JBoss. Foreseeing the problem with port numbers, I got a different IP address (Let's say IP2, and original IP for Apache is IP1) on the same machine to run JBoss application. I changed HTTP Connector configuration in server.xml to add "address=IP1:8080" for Tomcat, "address=IP2:8080" for JBoss. I also modified Apache Listen directive in httpd.conf from "Listen 80" to "Listen IP1:80".
    Now when I try to start JBoss server by running run.bat, I get below error.
    Can any one please suggest how can I resolve this port conflict? Is there even a way to resolve it? As JAVA_HOME can point to a single location and both JBoss & Apache use it?
    Thanks.
    ===============================================================================
      JBoss Bootstrap Environment
      JBOSS_HOME: C:\jboss
      JAVA: C:\Java\jdk1.6.0_01\bin\java
      JAVA_OPTS: -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=
    9004 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.aut
    henticate=false  -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.
    client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
      CLASSPATH: C:\Java\jdk1.6.0_01\lib\tools.jar;E:\jboss\bin\run.jar
    ===============================================================================
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Port alr
    eady in use: 9004; nested exception is:
            java.net.BindException: Address already in use: JVM_Bind
    Press any key to continue . . .

    What's running on JMX port without the Jboss running ?
    Seems that u have something it.
    Btw, try to discover how to bind JMX of portal to IP2, not to IP1 or to global Ip.

  • Problem with rsh (remote shell)

    Hi!
    I'm spanish and my english is not very good. I'm development a soft that connect with router cisco with rsh. And i have to send rsh commands but i can't. From my Linux shell command a request rsh:
    rsh 192.168.1.5 cisco-rsh
    cisco-rsh is a user that has privileges.
    A configuration of my FastEthernet0/0 on my router(cisco 2600) is:
    no ip rcmd domain-lookup
    ip rcmd rcp-enable
    ip rsh-enable
    ip rcmd remote-host cisco-rsh 192.168.1.33 cisco-rsh enable
    ip rcdm remote-username cisco-rsh
    ip rcmd source-interface FastEthernet0/0
    Then what is my problem? only can use rsh because my teacher is required.

    To enable the Cisco IOS software to receive incoming remote shell (rsh) protocol and remote copy (rcp) protocol requests, customers must configure an authentication database to control access to the router. This configuration is accomplished by using the ip rcmd remote-host command.
    http://www.cisco.com/en/US/docs/ios/12_2t/12_2t8/feature/guide/ftAuth.html

  • Problem with e71 remote unlock

    Hi,
    I tried to use remote lock on my nokia e71 and it worked perfectly, but i restarted my phone , and now i can't use my sim card ( it says "Sim card not valid" ).
    The phone is network unlocked , i used my sim until now , and it doesn't work anymore.
    I need help , please answer me soon.
                                                       Thanks.

    Sim card not valid... when starting the phone?
    I would try to move the sim-card... i would think about contact problems.
    Never had that.... i did test remote lock and it worked perfectly.... so if it is not a contact-problem i do not know....

  • N80IE Problem with Nokia Remote Control Headset AD...

    Guys,do you have this AD-41 Remote Control Headphone,found in N73 Music Edition Phones,on your N80? My problem is that, I cant remotely play a song by simply pressing the PLAY Button on it... But before I bought this headset for my N80 I check first the Nokia web site, its says that it is COMPATIBLE... Is there something missing? Like, do I need to install a certain app so that it would work? Or, Its just like, I can't do it in N80?

    Hi, Ryan. Look, I have now an N73; but before I had an N80 and guess what: I had the same problem as you. I sent an e-mail to Nokia, and what did they say in the e-mail they sent back? "The compatibility between your device and your hands-free is PARTIAL, sir.". What the **bleep**?!!... Yes, it's not fully compatible. You don't need any software or setup in the phone... You (and I) need light the Nokia's offices on fire...

  • Problem with making remote toppics when linking with external chm

    Hi to everybody,
    i m novice to robohelp html when i am creating chm files from
    my exsisting project that is a robohelp word project which take
    input doc file in Robohelp word and create .hpj poject and then i
    open this .hpj project into robo help Html to create chm file .
    when i m opening this project into robohelp html it is making .xpj
    project from the hpj project .
    but at this time poject has some links with external chm but
    when i m making hyper link with external chm using Remote toppic
    option this option i couldn't unable to found any where in robohelp
    html plz anyone can know help me out from this
    probelm....................plz...................i need help
    ,,,,,,,,,,,,,,,,,,,if anyone know how to remote toppic occur in
    such situation plz let me know,......
    Thx
    Rgard's

    Hi Ruziyo and welcome to the RH forums.
    If you are opening up your project via the XPJ file in
    RoboHelp HTML the remote topic should be able to be found by:
    - Highlighting what is to be hyperlinked.
    - Clicking the Insert > Hyperlink menu item (or use the
    toolbar icon or Cntl + K).
    - Click on the arrow to the right of the "Link To" field.
    - Select the Remote Topic option.
    - Select the CHM file that contains the topic to which the
    hyperlink is linked to.
    - Select the required topic.
    You will be asked to copy the CHM into your project
    directory. Hope this answers your question. If not, please do come
    back.

  • I am having a problem with my remote on my KDL-46v2500 TV.

    My OEM remote will only operate the TV when it is very close to the reciever on the TV, and then only sometimes.  My after market remote has the same issue.  However the remote on my Android phone works fine.  My guess is that the remote reciever on the TV is failing (is that possible) and that the phone puts out a much stronger signal.  Can this be true?  And if so can the reciever be fixed easily.  With TVs so cheap, it may not be worth it however I hate to throw out such a great TV

    Do you have the Repeat feature turned on? On the Now Playing screen on the left side right below the scrubber bar is an arrowed racetrack. Tap it until it is white for no repeat.

  • Problem with connecting remote OPC Server

    Today, when I opened my labveiw 8 program which worked properly yesterday, it couldn't connect to the Items on remote OPC server anymore thought I can still browse those items in Server Explorer.  In the NI published variable monitor, quality for those items is "Server failure", Then I added a new variable which bind to a local OPC item, it works properly. What's the difference between labview8 and Server Explorer when they are used to view a OPC Item?
    LabVIEW 8.20程序设计从入门到精通已经出版,敬请关注!
    欢迎访问LabVIEW学习乐园: http://labviewstudy.blog.edu.cn

    I've solved the problem,  the reason is that the NI variable engine log on as the system account, I changed it to the specified user which I used it in DCOM config, then it's ok
    the  method is:   computer management->Services->NI variable Engine->log on->this user...
    LabVIEW 8.20程序设计从入门到精通已经出版,敬请关注!
    欢迎访问LabVIEW学习乐园: http://labviewstudy.blog.edu.cn

  • I have a problem with my remote..

    I just bought my new remote, I have a MacBook. I tried to pair them several times but it doesn"t work. I follow all the instructions. I treid holding the MENU and RIGHT button and also the MENU and PLAY/PAUSE button, but it still doesn't work. What should I do? The battery is okay. Does anyone know the solution?

    This forum is for questions about Apple Remote Desktop, Apple's software for managing networked Macs. You'll be most likely to get help pairing your remote if you ask in the MacBook forum.
    Regards.

  • Probably an easy problem with a JScrollPane

    Hi,
    I would like to scroll a JScrollPane from outside my JScrollPane, of course I could used the setValue of the JScrollBar but I would prefer to simulate a click on the up/down buttons of my bar. Does anyone can help me?
    Thanks.
    S�bastien

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class souptier extends JFrame implements ActionListener {
      JScrollPane scrollPane;
      JButton
        upButton,
        downButton;
      JRadioButton
        unitButton,
        blockButton;
      public souptier() {
        upButton = new JButton("Up");
        upButton.addActionListener(this);
        downButton = new JButton("Down");
        downButton.addActionListener(this);
        ButtonGroup group = new ButtonGroup();
        unitButton = new JRadioButton("unit");
        group.add(unitButton);
        blockButton = new JRadioButton("block");
        blockButton.setSelected(true);
        group.add(blockButton);
        JPanel buttonPanel = new JPanel(new GridBagLayout());
        GridBagConstraints gbc = new GridBagConstraints();
        gbc.insets = new Insets(0,0,0,45);
        buttonPanel.add(upButton, gbc);
        buttonPanel.add(downButton, gbc);
        gbc.insets = new Insets(0,0,0,0);
        buttonPanel.add(unitButton, gbc);
        buttonPanel.add(blockButton, gbc);
        JPanel panel = new JPanel(new GridBagLayout());
        gbc.insets = new Insets(0,50,0,0);
        gbc.weightx = 1.0;
        gbc.weighty = 1.0;
        gbc.gridwidth = gbc.REMAINDER;
        gbc.anchor = gbc.WEST;
        for(int j = 0; j < 20; j++)
          panel.add(new JLabel(String.valueOf(j)), gbc);
        panel.setBackground(Color.yellow);
        panel.setPreferredSize(new Dimension(1000,1000));
        scrollPane = new JScrollPane(panel);
        scrollPane.getVerticalScrollBar().setUnitIncrement(50);
        scrollPane.getVerticalScrollBar().setBlockIncrement(200);
        getContentPane().add(scrollPane, "Center");
        getContentPane().add(buttonPanel, "South");
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        setSize(400,300);
        setLocation(300,400);
        setVisible(true);
      public void actionPerformed(ActionEvent e) {
        JButton button = (JButton)e.getSource();
        int inc;
        if(button == upButton) {
          JScrollBar vertBar = scrollPane.getVerticalScrollBar();
          int currentValue = vertBar.getValue();
          if(unitButton.isSelected())
            inc = vertBar.getUnitIncrement(-1);
          else
            inc = vertBar.getBlockIncrement(-1);
          if(currentValue + inc < vertBar.getMaximum())
            vertBar.setValue(currentValue + inc);
          else
            vertBar.setValue(vertBar.getMinimum());
        if(button == downButton) {
          JScrollBar vertBar = scrollPane.getVerticalScrollBar();
          int currentValue = vertBar.getValue();
          if(unitButton.isSelected())
            inc = vertBar.getUnitIncrement(1);
          else
            inc = vertBar.getBlockIncrement(1);
          if(currentValue - inc > vertBar.getMinimum())
            vertBar.setValue(currentValue - inc);
          else
            vertBar.setValue(vertBar.getMinimum());
      public static void main(String[] args) {
        new souptier();
    }

Maybe you are looking for