Firehol with routing - remote host restricted to google ?!

I could post my conf file if needed, but I just modified lan-gateway.conf and it works, except the browser doesn't seem to load any other page except google, yet I'm also seeding archlinux succesfully. I have no ideea what could be ? I have no servers running on either machine. It's a simple setup. Some default protection in the way ? Any ideas ?
Edit: Clarification: Things work on the host machine, it's the remote host that seems to be restricted to google (+youtube, wikipedia).
Last edited by distrohopperarched (2012-02-24 13:40:53)

Could NAT mess with the packet's ttl ?
I'm beginning to see a patern in the pages that DO load vs those that don't. I can't search with yahoo, yet I can access ro.news.yahoo.com, so it seems that closer servers are accessible ??? Google is everywhere, so this might be a clue.
Also, pinging a random google server from here shows ttl=49 .... i don't know if it's relevant.
Here's a simple iptables list I tried last time. As I said, a simple setup, in fireHOL that is, cause it's about 200 lines in iptables.
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 in_lan all -- eth1 * 192.168.0.0/24 192.168.0.1
3931 1351774 in_ifinternet all -- ppp0 * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED
31 6342 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "IN-unknown:"
31 6342 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
2686 465415 in_router1 all -- eth1 ppp0 0.0.0.0/0 0.0.0.0/0
2945 2348181 out_router1 all -- ppp0 eth1 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED
41 1640 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "PASS-unknown:"
42 1680 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0
10 5760 out_lan all -- * eth1 192.168.0.1 192.168.0.0/24
3538 261890 out_ifinternet all -- * ppp0 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "OUT-unknown:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain in_ifinternet (1 references)
pkts bytes target prot opt in out source destination
0 0 RETURN all -- * * 0.0.0.0/8 0.0.0.0/0
4 1236 RETURN all -- * * 10.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 127.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 240.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 241.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 242.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 243.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 244.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 245.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 246.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 247.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 248.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 249.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 250.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 251.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 252.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 253.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 254.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 255.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 10.0.0.0/8 0.0.0.0/0
0 0 RETURN all -- * * 169.254.0.0/16 0.0.0.0/0
0 0 RETURN all -- * * 172.16.0.0/12 0.0.0.0/0
0 0 RETURN all -- * * 192.0.2.0/24 0.0.0.0/0
0 0 RETURN all -- * * 192.88.99.0/24 0.0.0.0/0
0 0 RETURN all -- * * 192.168.0.0/16 0.0.0.0/0
0 0 pr_ifinternet_fragments all -f * * 0.0.0.0/0 0.0.0.0/0
0 0 pr_ifinternet_nosyn tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcpflags:! 0x17/0x02
10 280 pr_ifinternet_icmpflood icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
230 10224 pr_ifinternet_synflood tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x17/0x02
0 0 pr_ifinternet_malxmas tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x3F
10 440 pr_ifinternet_malnull tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x00
0 0 pr_ifinternet_malbad tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x03/0x03
0 0 pr_ifinternet_malbad tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x06/0x06
0 0 pr_ifinternet_malbad tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x37
0 0 pr_ifinternet_malbad tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcpflags: 0x3F/0x29
1 40 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID
3916 1350058 in_ifinternet_all_c1 all -- * * 0.0.0.0/0 0.0.0.0/0
407 32542 in_ifinternet_ftp_c2 all -- * * 0.0.0.0/0 0.0.0.0/0
407 32542 in_ifinternet_irc_c3 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED
182 22442 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "IN-ifinternet:"
407 32542 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain in_ifinternet_all_c1 (1 references)
pkts bytes target prot opt in out source destination
3506 1316677 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state ESTABLISHED
Chain in_ifinternet_ftp_c2 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:21 dpts:32768:61000 state ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "ftp"
Chain in_ifinternet_irc_c3 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:6667 dpts:32768:61000 state ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "irc"
Chain in_lan (1 references)
pkts bytes target prot opt in out source destination
0 0 in_lan_ICMP_s1 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 in_lan_all_c2 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 in_lan_ftp_c3 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 in_lan_irc_c4 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "IN-lan:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain in_lan_ICMP_s1 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT icmp -- * * 192.168.0.2 0.0.0.0/0 state NEW,ESTABLISHED
Chain in_lan_all_c2 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state ESTABLISHED
Chain in_lan_ftp_c3 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:21 dpts:32768:61000 state ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "ftp"
Chain in_lan_irc_c4 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:6667 dpts:32768:61000 state ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "irc"
Chain in_router1 (1 references)
pkts bytes target prot opt in out source destination
2686 465415 in_router1_all_s1 all -- * * 0.0.0.0/0 0.0.0.0/0
40 1600 in_router1_ftp_s2 all -- * * 0.0.0.0/0 0.0.0.0/0
40 1600 in_router1_irc_s3 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED
Chain in_router1_all_s1 (1 references)
pkts bytes target prot opt in out source destination
2646 463815 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW,ESTABLISHED
Chain in_router1_ftp_s2 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spts:1024:65535 dpt:21 state NEW,ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "ftp"
Chain in_router1_irc_s3 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spts:1024:65535 dpt:6667 state NEW,ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "irc"
Chain out_ifinternet (1 references)
pkts bytes target prot opt in out source destination
0 0 RETURN all -- * * 0.0.0.0/0 0.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 10.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 127.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 240.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 241.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 242.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 243.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 244.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 245.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 246.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 247.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 248.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 249.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 250.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 251.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 252.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 253.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 254.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 255.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 10.0.0.0/8
0 0 RETURN all -- * * 0.0.0.0/0 169.254.0.0/16
0 0 RETURN all -- * * 0.0.0.0/0 172.16.0.0/12
0 0 RETURN all -- * * 0.0.0.0/0 192.0.2.0/24
0 0 RETURN all -- * * 0.0.0.0/0 192.88.99.0/24
0 0 RETURN all -- * * 0.0.0.0/0 192.168.0.0/16
3537 261819 out_ifinternet_all_c1 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 out_ifinternet_ftp_c2 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 out_ifinternet_irc_c3 all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "OUT-ifinternet:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain out_ifinternet_all_c1 (1 references)
pkts bytes target prot opt in out source destination
3536 261748 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW,ESTABLISHED
Chain out_ifinternet_ftp_c2 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spts:32768:61000 dpt:21 state NEW,ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "ftp"
Chain out_ifinternet_irc_c3 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spts:32768:61000 dpt:6667 state NEW,ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "irc"
Chain out_lan (1 references)
pkts bytes target prot opt in out source destination
10 5760 out_lan_ICMP_s1 all -- * * 0.0.0.0/0 0.0.0.0/0
10 5760 out_lan_all_c2 all -- * * 0.0.0.0/0 0.0.0.0/0
10 5760 out_lan_ftp_c3 all -- * * 0.0.0.0/0 0.0.0.0/0
10 5760 out_lan_irc_c4 all -- * * 0.0.0.0/0 0.0.0.0/0
10 5760 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "OUT-lan:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain out_lan_ICMP_s1 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT icmp -- * * 0.0.0.0/0 192.168.0.2 state ESTABLISHED
Chain out_lan_all_c2 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW,ESTABLISHED
Chain out_lan_ftp_c3 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spts:32768:61000 dpt:21 state NEW,ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "ftp"
Chain out_lan_irc_c4 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spts:32768:61000 dpt:6667 state NEW,ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "irc"
Chain out_router1 (1 references)
pkts bytes target prot opt in out source destination
2945 2348181 out_router1_all_s1 all -- * * 0.0.0.0/0 0.0.0.0/0
16 2592 out_router1_ftp_s2 all -- * * 0.0.0.0/0 0.0.0.0/0
16 2592 out_router1_irc_s3 all -- * * 0.0.0.0/0 0.0.0.0/0
16 2592 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED
Chain out_router1_all_s1 (1 references)
pkts bytes target prot opt in out source destination
2929 2345589 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state ESTABLISHED
Chain out_router1_ftp_s2 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:21 dpts:1024:65535 state ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "ftp"
Chain out_router1_irc_s3 (1 references)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp spt:6667 dpts:1024:65535 state ESTABLISHED
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED helper match "irc"
Chain pr_ifinternet_fragments (1 references)
pkts bytes target prot opt in out source destination
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "PACKET FRAGMENTS:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain pr_ifinternet_icmpflood (1 references)
pkts bytes target prot opt in out source destination
10 280 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 100/sec burst 50
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "ICMP FLOOD:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain pr_ifinternet_malbad (4 references)
pkts bytes target prot opt in out source destination
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "MALFORMED BAD:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain pr_ifinternet_malnull (1 references)
pkts bytes target prot opt in out source destination
9 396 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "MALFORMED NULL:"
10 440 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain pr_ifinternet_malxmas (1 references)
pkts bytes target prot opt in out source destination
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "MALFORMED XMAS:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain pr_ifinternet_nosyn (1 references)
pkts bytes target prot opt in out source destination
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "NEW TCP w/o SYN:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain pr_ifinternet_synflood (1 references)
pkts bytes target prot opt in out source destination
230 10224 RETURN all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 100/sec burst 50
0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 limit: avg 1/sec burst 5 LOG flags 0 level 4 prefix "SYN FLOOD:"
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Last edited by distrohopperarched (2012-02-24 15:54:56)

Similar Messages

  • Problem with the integration with remote host.

    Hi,
    There are two gateways to which i need to integrate one for sending only one message and another for many. So locally its working fine but when i integrate with the remote host. The gateway2 is working fine but i have a problem in gateway1 where i send only one message. That too in browser its working fine but i am not getting the exact result in that remote systems Tomcat.
    Itz giving me Error 2:load
    Awaiting a reply...

    Hi
    I am facing a problem in integrating means i am not getting the output which i want in the logs.
    But if i copy paste the parameters with url in browser it works fine.
    thanks.

  • Do I need to have my site uploaded to a remote host for embeded formscentral form  to work? I am getting a broken section of header with a warning sign on top corner saying "!Local host." Cheers

    Hey there all.
    I am wondering if there is something wrong with my embedded form or if it is simply because
    I have not uploaded my site to remote host yet? I am only getting a broken part of the header with
    no actual form, with a warning "!local host" in top left hand corner. If anyone could enlighten
    me on this problem it would be greatly appreciated, it is my first time making forms

    Cheers, I noticed some browsers were treating the form differently. I am uploading to a test server tomorrow, hopefully all goes well, thanks for your reply  

  • TCP/IP communication with remote host

    Hey guys,I wrote a class for TCP/IP communication with remote host.I am trying to use this class in following way:Its not working.One thing I am not sure about if I can give IP address of the machine while creating a socket.Please take a look at my program and let me know where i am doing wrong.Help me!
    CommunicationAgent commAgent;
    commAgent= new TCPIPCommAgent();
    writer = commAgent.getWriter("CASS");
    /* Send GC request message to CASS */
    writer.print(searchduedateRequestMsg);
    /* Get reader object to read TCP IP response from CASS */
    reader = commAgent.getReader("CASS");
    /* Read response message */
    String respMsg = reader.readLine();
    if(respMsg!=null)
    System.out.println("Search due date Response from CASS is:" +respMsg);
    else
    System.out.println("Error in reading search due date response");
    and here is my class responsible for TCP/IP communication:
    * Created on Jul 15, 2004
    * To change the template for this generated file go to
    * Window>Preferences>Java>Code Generation>Code and Comments
    package com.prtc.commif.framework;
    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.PrintStream;
    import java.net.Socket;
    import java.net.UnknownHostException;
    import java.util.Properties;
    import com.prtc.commif.framework.interfaces.CommunicationAgent;
    import com.prtc.commif.util.InputResources;
    * @author spolireddy
    * To change the template for this generated type comment go to
    * Window>Preferences>Java>Code Generation>Code and Comments
    public class TCPIPCommAgent implements CommunicationAgent
    public BufferedReader getReader(String system)
    InputResources inputResources = new InputResources();
    Properties props=inputResources.getProperties(system + ".properties");
    Socket socket=null;
    BufferedReader in=null;
    //Get this from the properties
    String hostName = "113.132.192.21";
    //Get this from the properties
    int port = 10103;
    try
    socket = new Socket(hostName, port);
    in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    catch (UnknownHostException e)
    System.err.println("Unable to identify the Host: " + hostName + ":" + port);
    System.exit(1);
    catch (IOException e)
    System.err.println("Couldn't get I/O for the connection to: "     + hostName + ":" + port);
    System.exit(1);
    return in;
    public PrintStream getWriter(String system)
    InputResources inputResources = new InputResources();
    Properties props=inputResources.getProperties(system + ".properties");
    Socket socket=null;
    PrintStream out=null;
    //Get this from the properties file
    String hostName = "113.132.192.21";
    //Get this from the properties file
    int port = 10103;
    try
    socket = new Socket(hostName, port);
    out = new PrintStream(socket.getOutputStream(), true);
    catch (UnknownHostException e)
    System.err.println("Unable to identify the Host: " + hostName + ":" + port);
    System.exit(1);
    catch (IOException e)
    System.err.println("Couldn't get I/O for the connection to: "     + hostName + ":" + port);
    System.exit(1);
    return out;

    Hi,
    Yes, you can specify ip-address as host-address.
    What do you expect the class to do? Why does reader and writer both open sockets?
    What happens when you run the program?
    /Kaj

  • Firefox is not campatible with F5 Networks Host Plugin and I need it to run a remote website

    Firefox is not compatible with F5 Networks Host Plugin and I need it to run a remote website

    Do these hotfixes help you? http://support.f5.com/kb/en-us/solutions/public/12000/700/sol12757.html

  • UDP Send and Receive with Remote Host Only Issue

    I am seeing an issue using the UDP Sender and UDP Receiver example VIs that ship with LabVIEW. If I open the VIs and do not change any of the settings and run the UDP Receiver VI and then the UDP Sender VI the Receiver VI never reads anything. However if I change the boolean on the UDP Sender VI to broadcast it works fine.  
    The example program by default uses localhost so I have also tried to use the UDP Receiver on my Real Time controller and the UDP Sender on my laptop with the boolean set to remote host only and the remote host string set to the ip address of my real time controller and this did not work either. But if I change the boolean to broadcast it works.
    I would like to be able to send to a remote host only and not have to broadcast my UDP message to everyone.
    Please let me know if you have any suggestions.
    Thanks,
    Russell 
    Engineering Team Leader
    G Systems, www.gsystems.com
    Certified LabVIEW Architect
    Certified Professional Instructor

    Elizabeth,
    Thank you for the response. I am using LV 8.2.1 and wasn't seeing any errors. 
    However I am not seeing the issue today, I must have been an issue with our network yesterday.
    Thank you,
    Russell 
    Engineering Team Leader
    G Systems, www.gsystems.com
    Certified LabVIEW Architect
    Certified Professional Instructor

  • Duplicate Target database to clone_db to remote host with diff dir struct

    Hi,
    Below are the steps i m trying to duplicate prod2 database to test1 db in remote host with different directory structure.
    Task 1: Create an Oracle Password File for the Auxiliary Instance(test1)
    orapwd file=/u01/app/oracle/product/10.2.0/db_1/dbs/orapwtest1 password=sys entries=10Task 2: Establish Oracle Net Connectivity to the Auxiliary Instance
    # Added to the listener.ora SID_LIST
    (SID_DESC =
          (GLOBAL_DBNAME = test1)
          (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
          (SID_NAME = test1)
    # Added to the tnsnames.ora
    TEST1 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.10)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = test1)
    lsnrctl reloadIn Prod2 Server:
    Task 3: Create an Initialization Parameter File for the Auxiliary Instance
    cp initprod2.ora inittest1.ora
    Make changes for db_name,db_file_name_convert and log_file_name_convert
    vi inittest1.ora
         1  *.audit_file_dest='/u01/app/oracle/product/10.2.0/admin/test1/adump'
         2  *.background_dump_dest='/u01/app/oracle/product/10.2.0/admin/test1/bdump'
         3  *.compatible='10.2.0.1.0'
         4  *.control_files='/u01/app/oracle/product/10.2.0/oradata/test1/control01.ctl',
         5  '/u01/app/oracle/product/10.2.0/oradata/test1/control02.ctl','/u01/app/oracle/product/10.2.0/oradata/test1/control03.ctl'
         6  *.core_dump_dest='/u01/app/oracle/product/10.2.0/admin/test1/cdump'
         7  *.db_block_size=8192
         8  *.db_domain=''
         9  *.db_file_multiblock_read_count=16
        10  *.db_name='test1'
        11  *.dispatchers='(PROTOCOL=TCP) (SERVICE=indiaXDB)'
        12  *.job_queue_processes=10
        13  *.log_archive_dest_1='LOCATION=/u01/app/oracle/product/10.2.0/archive/test1'
        14  *.log_archive_format='%t_%s_%r.dbf'
        15  *.open_cursors=300
        16  *.pga_aggregate_target=200278016
        17  *.processes=150
        18  *.remote_login_passwordfile='EXCLUSIVE'
        19  *.sga_target=601882624
        20  *.undo_management='AUTO'
        21  *.undo_tablespace='UNDOTBS'
        22  *.user_dump_dest='/u01/app/oracle/product/10.2.0/admin/test1/udump'
        23  *.db_recovery_file_dest='/u01/app/oracle/product/10.2.0/backup/test1'
        24  *.db_recovery_file_dest_size=2147483648
        25  *.db_file_name_convert= (/u01/app/oracle/oradata/prod2/,/u01/app/oracle/product/10.2.0/oradata/test1/)
        26  *.log_file_name_convert= (/u01/app/oracle/oradata/prod2/,/u01/app/oracle/product/10.2.0/oradata/test1/)Task 4: Take RMAN Backup
    RMAN Target /
    RMAN> startup mount
    RMAN>run{
         allocate channel ch1 device type disk ;
         backup database noexclude format '/u01/app/oracle/product/10.2.0/backup/prod2/%D_RMAN_BACKUP_%U.bak';
    RMAN> exitTransfer the backupset to test1 server to location : /u01/app/oracle/product/10.2.0/backup/test1
    Transfer the pfile inittest1.ora to test1 to location : /u01/app/oracle/product/10.2.0/db_1/dbs
    In test1 Server:
    export ORACLE_SID=test1
    SQL> CONNECT AUXILIARY sys/sys@test1;
    SQL>startup force nomount pfile='/u01/app/oracle/product/10.2.0/db_1/dbs/inittest1.ora';
    RMAN> TARGET sys/password@prod2 NOCATALOG AUXILIARY /
    RMAN> catalog start with '/u01/app/oracle/product/10.2.0/backup/test1';
    RMAN> DUPLICATE TARGET DATABASE TO test1 nofilenamecheck;Can anyone please tell me
    1)Which server i need to do task2 ?
    2) Since i have transfered the RMAN datafile backupset to test1 server location , So it is fine to run DUPLICATE TARGET DATABASE TO test1 from test1 server i.e. auxiliary ?
    Edited by: 913410 on 21 Feb, 2012 9:16 AM
    Edited by: 913410 on 21 Feb, 2012 9:20 AM

    OK
    On the new server use
    NOFILENAMECHECK - to avoid an error message.
    Then in the RMAN script rename like this :
    RUN
      SET NEWNAME FOR DATAFILE 1 TO /oracle/data/file2.f; # rename df 1 as file2.f
      SET NEWNAME FOR DATAFILE 2 TO /oracle/data/file1.f; # rename df 2 as file1.f
      DUPLICATE TARGET DATABASE TO newdb;
    } Check "Using RMAN DUPLICATE With SET NEWNAME: Example" in the same document for more examples.
    I add entries to both the Listener and the tnsnames.
    I have an example of this part only here : ( By that I mean just the listener and tnsname )
    http://www.visi.com/~mseberg/standby_creation_from_active_database_using_rman.html
    The document above is for Standby ( Data Guard ), however if you change the RMAN script on the new host for your purpose its very similar.
    The INIT files shown have a few spaces near bottom to separate out the extra parameters for Data Guard.
    I have not had great luck with the file rename so my directory structure is the same.
    Best Regards
    mseberg
    Edited by: mseberg on Feb 21, 2012 12:10 PM

  • Remote RSS Feed consumption - no route to host

    Hi all, I tried to embed an external RSS feed but always get the error that Service SS_GET_PAGE and Function getRssFeedForUrl cannot be performed due to System Error : No route to host. I guess that the server needs a proxy setting in order to connect to the external proxy. I cannot figure out how to configure the content server to retrieve those external URLs. Is there a specific config file to set the proxy value or do I have to set the proper environment variable on Linux (that was my first guess but I did not succeed). Thanks for any hint.

    That could mean one of two things: either the default route is not set on the host giving this error message or IP packets destined to the target host can not be routed due to network misconfiguration.

  • Java.lang.RuntimeException: No route to host in Work Flow

    Dear All,
    Workflow containers are not starting up due to follwing errorin log file.
    "{oracle.apps.fnd.profiles.ExtendedProfileStore@1a80aea}],mUniqueId=SVC-GSM-WFMLRSVC-2201985,mLevel=4
    }, oracle.jdbc.driver.T4CConnection@1e2670b, 10006, STOPPED_ERROR, Could not handle the control
    event -> java.lang.RuntimeException: No route to host) "
    Checked Metalink and google but could't find the troubles hooting steps.
    Request anybody to guide me to troubleshoot above issue.
    Regards,
    Sunil.

    Sunil,
    Please see these docs.
    Workflow Service Component is System Deactivated with Error Details : Could not handle the control event -> java.lang.OutOfMemoryError: unable to create new native thread [ID 842968.1]
    Unable To Start Workflow Notification Mailer [ID 418329.1]
    Java Mailer wont start OPEN_MAIL_FYI=The requested template does not exist [ID 331358.1]
    Thanks,
    Hussein

  • IChatAV possibly problems with router, any ideas please?

    Can anyone please help me?
    I have spent a few days trying to work out what is wrong with my network/computer setup that prevents video chat working to computers that are not on my LAN. I have read just about every forum and post that looks meaningful but am struggling now.
    Once upon a time it all just worked (with tiger). Now that I have a use for it..... obviously it doesn't.
    My set-up is a little complicated but I can't believe its too unusual. I have a couple of macs and PCs running leopard with all the latest patches (although ichat had stopped working before the leopard upgrade). The LAN uses 192.168.1.0/24. I have a linux based router (openwrt-white russian 0.9 WRT-54GS) which runs amongst other things an asterisk SIP server (on port 5060). But while the versions of software have changed (mainly to try and get iChat working), it is still the same set up that used to work. There is an airport extreme on the LAN as well but that is in bridge mode and used as a 802.11n AP and printer server. My DSL modem is a Dlink DSL-302G which is running in half bridge mode which terminates the ASP's PPP session and presents IP packets addressed to the router which is provided with the PPP supplied IP address using DHCP. The router therefore is effectively connected directly to the ISP, there is no NAT in the DSL modem, only the router.
    My ISP now offers a SIP based VoIP service which I use via asterisk on the router. The asterisk server also uses several other SIP based providers for both incoming and outgoing calls but these have been there for a long time and still work fine, so the ISP isn't messing with SIP messages.
    As I have said this set-up once all worked fine with iChat over the internet. Now all that works is text.
    iChat does work between machines on my LAN where I can do text, audio, video and screen sharing. I assume that this means that ports to external co-ordinating entities are working through the router. Non of the LAN machines have a firewall configured on them.
    When I try and set up an AV chat with a remote machine I get to the "Starting video chat with..." and then after 10-15 seconds I get an error:-
    Disconnected from video chat because:
    Did not receive a response from xxxx xxxx
    When I try and set up an AV chat with appleu3test01 I get a different message saying "appleu3test01 cancelled the connection which I am assuming is just something timing out quicker on the bot and causing it to cancel the call before the setup protocol times out.
    I have messed with the router adding and removing different uPNP agents but as far as I can tell they are working. I can see that UDP port 16402 has been set up for forwarding to the my imac.
    When calling a friend, I have run network traces on the mac and both LAN and WAN ports of the router. I don't have any information on the AIM protocols to see if the problem is in there. I can provide the traces if this is useful. I do notice that SIP messages are being sent to my friends internet IP address but that they only contain my machine's LAN IP address ...
    INVITE sip:user@{friend's WAN IP addr}:16402 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.4:16402;branch=z9hG4bK1cf33cfb08dfaaca
    Max-Forwards: 70
    To: "{friend's name}@mac.com3" <sip:user@{friend's WAN IP addr}:16402>
    From: "my name" <sip:[email protected]:16402>;tag=149537885
    Call-ID: bcb4f7d8-d235-11dc-a3aa-b2953c604012@192-168-1-4
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:16402>;isfocus
    User-Agent: Viceroy 1.3
    Content-Type: application/sdp
    Content-Length: 736
    .....snip....
    Is this correct? UDP port 16402 has been upnp configured in the router to DNAT to 192.168.1.4:16402 which is the machine I made the call on. I do not receive a response to this message or any other SIP messages from my friend. I can see a upnp conversation between the mac and the router which asks for an external ip address which is provided. I can also see this external IP address being used in some AIM message fields.
    Any ideas gratefully received and I can send significantly more information if required.
    Thanks if you read this far.
    Steve

    Ralph, Thanks for replying. There where no received SIP messages at all just the INVITE being sent but I have made some more progress. The mini does indeed just work. I can do everything that you are supposed to do to other ichat users on the internet. Very nice.
    The imac is still playing up but I have got further. I had peerguardian2 installed which unknown to me doesn't need to be running to prevent you for accessing 'barred' IP addresses. snatmap.mac.com is barred in the lists! I discovered this when I saw one of your other posts showed how to turn on terminal logging for ichat. Now that I have turned off peerguardian2 (using the disable filters option) I can make calls to the testbot and see the adverts. I have even done a video conference with the two testbots. I will just uninstall peerguardian2.
    However, I can not get a AV chat working to a real user....
    In response to your suggestions:-
    I have tried all the options for quicktime streaming but will try 1.5Mb/s again.
    The ichat bandwidth limit is set to "none". I am in New Zealand and I have standard ADSL (not ADSL2+) 7.6M down 512K up. The mini config is also set to none.
    Internet sharing is off.
    I have had parallels on the machine but the two interfaces that it installed "Parallels Host-Guest" and "Parallels NAT" are configured 'off' and show as not connected. Is this enough? I will uninstall parallels and see if that helps since I don't use it. I also have VMware's thing installed but that doesn't seem to add any interfaces.
    I need to capture a full trace of the imac to other ichat user to see what is happening but will update when I have does your suggested changes or have a trace
    Thanks again

  • Connection issue: No route to host

    Hi all,
    I have a problem with my BPEL process (vers. 10.1.3.4).
    I am trying to call an external web service and I get the following error (I can access the web service just using its URL):
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: No route to host
    I have tried pinging the remote server with success, so I should be able to connect (no proxy issue or something like that).
    I have tried looking in the BPEL logs found at:
    <oracle home>/opmn/logs
    <oracle home>/bpel/system/logs
    <oracle home>/bpel/domains/default/logs
    This did not give anything useful either.
    I deploy using JDeveloper. I have checked the proxy settings here - and there are none set.
    Does anybody have any ideas as to what can be wrong?
    Any help or hints will be much appreciated.
    Regards,
    Aagaard

    Well it could also mean that from the server which is running your applicationserver the port 18111 is blocked. So I would check with your network-managers if this port is open from your applicationserver. They should check the firewalls (if you have no control on that yourself).
    Often the situation at a customer is that your development pc is at one LAN while your (development, test, acceptance, production) application server is in a datacenter on a different sub-lan. With another fire-wall. From your development PC you need to access internet-http and maybe other protocols. But these are usually forbidden on the datacenter lan. You'll have a separate route from your development lan to the datacenter. Probably the server has 2 NICs: one for the internal network and one connected to the Demilitarized Zone. Within the DMZ probably a proxy/reverseproxy configuration routes the requests from outside to your application server and visa versa. So the proxy should also be checked.
    This should normally the case at a customer-site, even when its a development environment. Because you don't want to have intruders hacking into your systems, even on development. And although you might not care, the dev-env should reflect your prod-env. So it should also use a dmz with a proxy/reverseproxy setup. If it is a setup on your laptop or your home lan your setup might be simpeler. But then again you might have to cope with different firewalls. If it is all on your laptop (using VMWare for example) I would try when temporarly shutdown all Firewalls.
    You told that you did not have a proxy. Does that count for both your dev-pc as well as the application server?

  • Yosemite Messages Screen Sharing Router Type: Port Restricted

    I want to do Screen Sharing via Messages as newly enabled in Yosemite (through Messages...not the Buddy List).  Unfortunately, it fails.  I run Connection Doctor under Video in Messages and see that I have an issue with the message "Router Type: Port Restricted".  I would like to see "Full Cone".
    What do I need to do?
    I am on AT&T U-Verse running a Motorola NVG589 modem. I have the wireless disabled on the NVG589.  The NVG589 is connected via ethernet to my Apple Airport Time Capsule (the tower model that is 802.11ac).  The Airport Time Capsule is set up in Bridge Mode - so as not to create Double NAT but to offer 802.11ac wifi speeds and to provide Time Machine backups.
    I have connected directly to the NVG589 modem and gotten the same "Router Type: Port Restricted" message.  I assume I must open a port/ports on the NVG589. If so...what are those ports?
    Any help would be greatly appreciated!

    Hi,
    The Messages app in all versions up to Mavericks only Screen Shares with AIM to AIM and Jabber to Jabber contacts as well as Bonjour connections on your LAN.
    It is based on those accounts that do Video and Audio Chats within the app.
    The iMessages invokes FaceTime to do Video and will not do Screen Sharing.
    However as you say there is this info:-
    Share a conversation —
    and your screen.
    Now you can share your screen with the person you’re chatting with. Then you can go from iMessage conversation to screen sharing with just a click. You can easily do things like collaborate on a presentation with a colleague, browse the web with a friend, or select airplane seats with your spouse. And Messages automatically initiates an audio chat when you start a screen sharing session, so you can talk things through while you’re at it.
    On checking the icon to Screen Share does appear in iMessages conversation Details option
    Notice the slightly diminished ("greyed out") quality to the Screen Sharing icon.
    It appears it only works to other Macs.
    The Buddies menu also has the option greyed out.
    Routers
    My Network Status looks like this.
    The Bandwidth Limit is set in Messages > Preferences > Video/Audio pane > Bandwidth Limit.
    Setting it to 500kbps is over what it needs to do 4 Way Video chat as Host.
    When it is a really fast connection to a much slower Buddy it can help  and also with higher speeds come higher variances which and cause havoc.
    There are four main type of Router  type as this refers to them.
    http://en.wikipedia.org/wiki/Network_address_translation#Methods_of_port_transla tion
    Port Restricted is just as effective as Full Cone.
    I have had it show up this way on a  Thompson-Alcatel 510v4 when I was first On line in iChat 2 and Netgear device I forget the number of, a Sagem Fast2504 from Sky my current internet provider when I had DLS and the current Fibre Hub that they supply.
    I have UPnP set as the method to open the ports needed.
    This allows the computer (apps) to tell the router which ports to open.
    They will also close after periods on Non use.
    Router that do UPnP advertise the fact.
    You can reduce the number of devices that happens through (Hops). The default setting is normally 4.  Router to computer counts as 1 Ethernet hubs don't count. But large LANs with more routers (Subnets to LANs) will count as more Hops.
    Ports.
    Most devices have the first 1024 port open (there are 65355 in total).
    These lower numbered port handle things like Web Browsing on port 80.
    FTP on port 21 and 22
    Some Outgoing Mail servers on port 25
    Secure web connection on port 443
    and so on.
    Messages and FaceTime Video chats use ports above this.
    These are the one you tend to have to allow.
    Video uses 5678 to send invites then moves to port 16402  (or one from a group of 10 ports below this)
    10:02 PM      Saturday; November 22, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • 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

  • Client on different Machine - No route to host

    Hi,
    I'm pretty much frustrated right now. I try to get the following running for more than days now, hopefully someone can help me, since it seems to be a quite simple problem:
    I have a Client/Server RMI Application, to make my first steps with RMI.
    First I defined the Interface Server.java:
    import java.rmi.*;
    public interface Server extends Remote
         int getValue() throws RemoteException;
    then I implented the Server (ServerImpl.java):
    import java.util.*;
    import java.rmi.server.*;
    import java.rmi.RemoteException;
    public class ServerImpl extends UnicastRemoteObject implements Server
         private int value;
         public ServerImpl() throws RemoteException
              this.value = 3;
         public int getValue() throws RemoteException
              return this.value;
    and a process which uses it (ServerProc.java):
    import java.rmi.*;
    import java.rmi.registry.*;
    import java.rmi.server.UnicastRemoteObject;
    class ServerProc
         public static void main (String args [])
              if(System.getSecurityManager() == null)
                   System.setSecurityManager(new RMISecurityManager());
              try {
                   ServerImpl obj = new ServerImpl();
                   Naming.rebind("rmi://localhost/Server",obj);
              }catch (Exception e){
                   System.out.println(e);
    My Client is as follows (Client.java):
    import java.rmi.*;
    class Client
         public static void main(String args [])
              Server server;
              try {
                   server = (Server)Naming.lookup("rmi://192.168.0.1/Server");
                   System.out.println(server.getValue());
              }catch(Exception e){
                   System.out.println(e);
    The Server is on the machine with IP 192.168.0.1 and the Client on the Machine 192.168.0.15. (both XP SP2)
    I compiled the sercer code with "javac ServerProc.java" und afterwards did "rmic ServerImpl"
    then I run the rmiregistry with "start rmiregistry" und the server with "java -Djava.security.policy=java.policy ServerProc"
    The policy file is the following:
    grant{
    permission java.security.AllPermission;
    Then I compiled the Clientcode on the client to which I first copied the "Server.class" and "ServerImpl_Stub.class" Files and then did "javac Client.java"
    And run the Client with "java Client".
    THen the following exception appears:
    java.rmi.ConnectIOException: Exception creating connection to: 192.168.120.254;
    nested exception is:
    java.net.NoRouteToHostException: No route to host: connect
    I don't know where this IP adress comes from, but when I run the same client on the server machine It works without problems. I have no clue what to do.
    Can someone help me please. That would be great.
    Thanks in advance
    Ben

    i feel your pain same happen to me all i can advise
    is to lose the " System.setSecurityManager(new
    RMISecurityManager());
    if you don't call it it will revert to the default
    one.No it doesn't, it reverts to no security manager, and absence of stubs wouldn't cause NoRouteToHost either.
    Your problem seem to be either a DNS problem where the server host doesn't know its own IP address or else it has > 1 NIC and an inconvenient choice is being made between them. In case 1, fix the DNS; in case 2, set -Djava.rmi.server.hostname to the desired IP address in the server JVM.

  • Manager as VM - No Route To Host

    I know I'm not the only one who's running into this, but I can't find a solution searching Google or this forum. I'm following the instructions in the OVM 3.2.1 documentation, "4.7 Running Oracle VM Manager as a Virtual Machine." I have my physical OVMM running just fine and I created a VM, installed the manager on it using the --uuid option, and I can log into the new OVMM web interface, but I can't discover the host server where the manager is a VM.  In other words I'm stuck at step 7.  When I SSH to the new manager VM and try to ping the host by the IP address it returns with the blasted no route to host message.  Of course I'm able to ping every other IP address in the subnet.  <sigh>
    I'm assuming the host networking configuration somehow blocks direct access from the VMs. Can anyone tell me how to get this working? And maybe if there are better instructions out there?

    OK, so it's just a matter of configuring the OVM network managing the server administration to allow Virtual Machine traffic as well. Good to know.

Maybe you are looking for

  • Digital Connection with Audigy 4 and DTS5

    Hallo Everybody I have the same Problem with the nice man in this post. (Felix2) http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&message.id=46632&vie w=by_date_ascending&page= Exactly same problems! I emaild the Support an

  • Transportation Related DO - should only be procssed with shpmnt doc created

    I have 2 types of sales order. 1) one sales order "ZDIR-direct sales" does not requires transportation (Shipment document) thus the process related to it is sales orde - > Delivery order -> PGI -> invoice 2) other Order type is "ZTRN - Transportation

  • AS 2.0 Car customization

    i want to build an application that allow user to customize the car, i would like to ask how to allow user change the car's color, and change the other part of car (tyre/rim/accessories etc) while the color is remain as the user's choice. For example

  • I transfered all of my info from my old mac to my new one..but

    i transfered all of my info from my old mac to my new one..but the show up as 2 different user accounts..how can i make it only one??

  • Re installing windows

    i am about to reinstall windows . how do i get the clean pc to recognise my ipod without having to reset my ipod and therefore erase all my music on the ipod ??