<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic cipe linux server and windows cipe client in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cipe-linux-server-and-windows-cipe-client/m-p/3278673#M88339</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am trying to connect Redhat Linux 9 cipe server to Windows 2003(&lt;BR /&gt;tried windows NT too) cipe client.&lt;BR /&gt;i cannot ping the Windows CIPE client from the Linux&lt;BR /&gt;machine..&lt;BR /&gt;&lt;BR /&gt;This a short description of what i have done: -&lt;BR /&gt;&lt;BR /&gt;On the Linux machine(External ip address: 67.xx.xx.159, Local ip address : 192.*.*.239 )=&amp;gt;&lt;BR /&gt;&lt;BR /&gt;1)I edited the file /etc/sysconfig/iptables to allow incoming UDP&lt;BR /&gt;packets&lt;BR /&gt;&lt;BR /&gt; -A INPUT -p udp -m udp -s 67.xx.xx.159 -d 67.xx.xxx.161 --sport 6790&lt;BR /&gt;--dport 6789 -j ACCEPT&lt;BR /&gt;&lt;BR /&gt;where 67.xx.xxx.159 : Linux m/c &lt;BR /&gt;      198.xx.xxx.134 : Windows m/c containing CIPE client &lt;BR /&gt;&lt;BR /&gt;2) Edited a file : /etc/sysconfig/network-scripts/ifcfg-cipcb0 &lt;BR /&gt;&lt;BR /&gt;    DEVICE=cipcb0&lt;BR /&gt;    ONBOOT=yes&lt;BR /&gt;    USERCTL=yes&lt;BR /&gt;    MYPORT=6789&lt;BR /&gt;    PEER=198.xx.xxx.134:6790&lt;BR /&gt;    PTPADDR=10.0.0.3&lt;BR /&gt;    IPADDR=10.0.0.2&lt;BR /&gt;&lt;BR /&gt;3) I created a key in /etc/cipe/options.cipcb0 on both machines. It&lt;BR /&gt;reads:&lt;BR /&gt;&lt;BR /&gt;key                 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;&lt;BR /&gt;and did the following&lt;BR /&gt;&lt;BR /&gt;# chmod 600 /etc/cipe/options.cipcb0&lt;BR /&gt;&lt;BR /&gt;4) Started CIPE using&lt;BR /&gt;&lt;BR /&gt;# /etc/sysconfig/network-scripts/ifup-cipcb ifcfg-cipcb0&lt;BR /&gt;&lt;BR /&gt;I checked using ifconfig , cipcb0 is up and running..&lt;BR /&gt;&lt;BR /&gt;Now on the windows 2003 machine(198.xx.xxx.134),&lt;BR /&gt;&lt;BR /&gt;1)Created a network device using CIPE Windows NDIS driver and service,&lt;BR /&gt;version 2.0-pre15. (391k, zip).&lt;BR /&gt;&lt;BR /&gt;the settings are as follows:&lt;BR /&gt;&lt;BR /&gt;Local IP address : 198.*.*.134    Port:6790&lt;BR /&gt;Peer IP Address  : 67.xx.xxx.159  Port:6789&lt;BR /&gt;Local PTP Address: 10.0.0.3 &lt;BR /&gt;Peer PTP Address : 10.0.0.2&lt;BR /&gt;Key : XXXXXXXXXXXXXXXXXXXXXXXXX(same as on the linux machine)&lt;BR /&gt;&lt;BR /&gt;Cipher: Blowfish&lt;BR /&gt;&lt;BR /&gt;Time out : 600&lt;BR /&gt;&lt;BR /&gt;But i cannot ping cipe client on windows from linux.&lt;BR /&gt;&lt;BR /&gt;when i run a netstat -anp on the LINUX machine,i get the following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Protocol    Recv-Q   Send-Q     Local Address       Foreign Address   &lt;BR /&gt;    State          PID/Program Name&lt;BR /&gt;--------------------------------------------------------------------------------------------------------&lt;BR /&gt;udp           0        0      192.*.*.239:6789      0.0.0.0:*       &lt;BR /&gt;  ESTABLISHED      18133/ciped-cb&lt;BR /&gt;&lt;BR /&gt;when i run a netstat -a on the Windows machine, I don't see any 6790 port open.&lt;BR /&gt;&lt;BR /&gt;And also, ifconfig on the linux gives me the following:&lt;BR /&gt;&lt;BR /&gt;cipcb0    Link encap:IPIP Tunnel  HWaddr   &lt;BR /&gt;inet addr:10.0.0.2  P-t-P:10.0.0.3 Mask:255.255.255.255&lt;BR /&gt;UP POINTOPOINT NOTRAILERS RUNNING NOARP MTU:1442  Metric:1&lt;BR /&gt;RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:100&lt;BR /&gt;RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;&lt;BR /&gt;Running ipconfig on windows gives me the following:&lt;BR /&gt;Windows 2000 IP Configuration&lt;BR /&gt;&lt;BR /&gt;Ethernet adapter CIPE:&lt;BR /&gt;&lt;BR /&gt;        Connection-specific DNS Suffix  . :&lt;BR /&gt;        IP Address. . . . . . . . . . . . : 10.0.0.3&lt;BR /&gt;        Subnet Mask . . . . . . . . . . . : 255.0.0.0&lt;BR /&gt;        Default Gateway . . . . . . . . . :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ethernet adapter Local Area Connection 2:&lt;BR /&gt;&lt;BR /&gt;        Connection-specific DNS Suffix  . :&lt;BR /&gt;        IP Address. . . . . . . . . . . . : xxx.xxx.xxx.x&lt;BR /&gt;        Subnet Mask . . . . . . . . . . . : 255.255.254.0&lt;BR /&gt;        IP Address. . . . . . . . . . . . : xxx.xxx.xxx.x&lt;BR /&gt;        Subnet Mask . . . . . . . . . . . : 255.255.254.0&lt;BR /&gt;        IP Address. . . . . . . . . . . . : xxx.xxx.xxx.xxx&lt;BR /&gt;        Subnet Mask . . . . . . . . . . . : 255.255.254.0&lt;BR /&gt;        Default Gateway . . . . . . . . . : xxx.xxx.xxx.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i couldn't find any solution to what i am doing wrong...&lt;BR /&gt;Any help will be greatly appreciated..&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ann&lt;BR /&gt;nthomson@lintas.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 17 May 2004 16:20:06 GMT</pubDate>
    <dc:creator>nthomson</dc:creator>
    <dc:date>2004-05-17T16:20:06Z</dc:date>
    <item>
      <title>cipe linux server and windows cipe client</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cipe-linux-server-and-windows-cipe-client/m-p/3278673#M88339</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am trying to connect Redhat Linux 9 cipe server to Windows 2003(&lt;BR /&gt;tried windows NT too) cipe client.&lt;BR /&gt;i cannot ping the Windows CIPE client from the Linux&lt;BR /&gt;machine..&lt;BR /&gt;&lt;BR /&gt;This a short description of what i have done: -&lt;BR /&gt;&lt;BR /&gt;On the Linux machine(External ip address: 67.xx.xx.159, Local ip address : 192.*.*.239 )=&amp;gt;&lt;BR /&gt;&lt;BR /&gt;1)I edited the file /etc/sysconfig/iptables to allow incoming UDP&lt;BR /&gt;packets&lt;BR /&gt;&lt;BR /&gt; -A INPUT -p udp -m udp -s 67.xx.xx.159 -d 67.xx.xxx.161 --sport 6790&lt;BR /&gt;--dport 6789 -j ACCEPT&lt;BR /&gt;&lt;BR /&gt;where 67.xx.xxx.159 : Linux m/c &lt;BR /&gt;      198.xx.xxx.134 : Windows m/c containing CIPE client &lt;BR /&gt;&lt;BR /&gt;2) Edited a file : /etc/sysconfig/network-scripts/ifcfg-cipcb0 &lt;BR /&gt;&lt;BR /&gt;    DEVICE=cipcb0&lt;BR /&gt;    ONBOOT=yes&lt;BR /&gt;    USERCTL=yes&lt;BR /&gt;    MYPORT=6789&lt;BR /&gt;    PEER=198.xx.xxx.134:6790&lt;BR /&gt;    PTPADDR=10.0.0.3&lt;BR /&gt;    IPADDR=10.0.0.2&lt;BR /&gt;&lt;BR /&gt;3) I created a key in /etc/cipe/options.cipcb0 on both machines. It&lt;BR /&gt;reads:&lt;BR /&gt;&lt;BR /&gt;key                 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;&lt;BR /&gt;and did the following&lt;BR /&gt;&lt;BR /&gt;# chmod 600 /etc/cipe/options.cipcb0&lt;BR /&gt;&lt;BR /&gt;4) Started CIPE using&lt;BR /&gt;&lt;BR /&gt;# /etc/sysconfig/network-scripts/ifup-cipcb ifcfg-cipcb0&lt;BR /&gt;&lt;BR /&gt;I checked using ifconfig , cipcb0 is up and running..&lt;BR /&gt;&lt;BR /&gt;Now on the windows 2003 machine(198.xx.xxx.134),&lt;BR /&gt;&lt;BR /&gt;1)Created a network device using CIPE Windows NDIS driver and service,&lt;BR /&gt;version 2.0-pre15. (391k, zip).&lt;BR /&gt;&lt;BR /&gt;the settings are as follows:&lt;BR /&gt;&lt;BR /&gt;Local IP address : 198.*.*.134    Port:6790&lt;BR /&gt;Peer IP Address  : 67.xx.xxx.159  Port:6789&lt;BR /&gt;Local PTP Address: 10.0.0.3 &lt;BR /&gt;Peer PTP Address : 10.0.0.2&lt;BR /&gt;Key : XXXXXXXXXXXXXXXXXXXXXXXXX(same as on the linux machine)&lt;BR /&gt;&lt;BR /&gt;Cipher: Blowfish&lt;BR /&gt;&lt;BR /&gt;Time out : 600&lt;BR /&gt;&lt;BR /&gt;But i cannot ping cipe client on windows from linux.&lt;BR /&gt;&lt;BR /&gt;when i run a netstat -anp on the LINUX machine,i get the following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Protocol    Recv-Q   Send-Q     Local Address       Foreign Address   &lt;BR /&gt;    State          PID/Program Name&lt;BR /&gt;--------------------------------------------------------------------------------------------------------&lt;BR /&gt;udp           0        0      192.*.*.239:6789      0.0.0.0:*       &lt;BR /&gt;  ESTABLISHED      18133/ciped-cb&lt;BR /&gt;&lt;BR /&gt;when i run a netstat -a on the Windows machine, I don't see any 6790 port open.&lt;BR /&gt;&lt;BR /&gt;And also, ifconfig on the linux gives me the following:&lt;BR /&gt;&lt;BR /&gt;cipcb0    Link encap:IPIP Tunnel  HWaddr   &lt;BR /&gt;inet addr:10.0.0.2  P-t-P:10.0.0.3 Mask:255.255.255.255&lt;BR /&gt;UP POINTOPOINT NOTRAILERS RUNNING NOARP MTU:1442  Metric:1&lt;BR /&gt;RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:0 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:100&lt;BR /&gt;RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)&lt;BR /&gt;&lt;BR /&gt;Running ipconfig on windows gives me the following:&lt;BR /&gt;Windows 2000 IP Configuration&lt;BR /&gt;&lt;BR /&gt;Ethernet adapter CIPE:&lt;BR /&gt;&lt;BR /&gt;        Connection-specific DNS Suffix  . :&lt;BR /&gt;        IP Address. . . . . . . . . . . . : 10.0.0.3&lt;BR /&gt;        Subnet Mask . . . . . . . . . . . : 255.0.0.0&lt;BR /&gt;        Default Gateway . . . . . . . . . :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ethernet adapter Local Area Connection 2:&lt;BR /&gt;&lt;BR /&gt;        Connection-specific DNS Suffix  . :&lt;BR /&gt;        IP Address. . . . . . . . . . . . : xxx.xxx.xxx.x&lt;BR /&gt;        Subnet Mask . . . . . . . . . . . : 255.255.254.0&lt;BR /&gt;        IP Address. . . . . . . . . . . . : xxx.xxx.xxx.x&lt;BR /&gt;        Subnet Mask . . . . . . . . . . . : 255.255.254.0&lt;BR /&gt;        IP Address. . . . . . . . . . . . : xxx.xxx.xxx.xxx&lt;BR /&gt;        Subnet Mask . . . . . . . . . . . : 255.255.254.0&lt;BR /&gt;        Default Gateway . . . . . . . . . : xxx.xxx.xxx.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i couldn't find any solution to what i am doing wrong...&lt;BR /&gt;Any help will be greatly appreciated..&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ann&lt;BR /&gt;nthomson@lintas.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 May 2004 16:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cipe-linux-server-and-windows-cipe-client/m-p/3278673#M88339</guid>
      <dc:creator>nthomson</dc:creator>
      <dc:date>2004-05-17T16:20:06Z</dc:date>
    </item>
  </channel>
</rss>

