> On Wednesday 12 February 2003 10:11 am, James D. Parra wrote:
>> Hello,
>>
>> Anyone out there with experience with CIPE?
>
> very little and it has been a while.
>
>> IPADDR=192.168.4.11
>
> # IPADDR specifies the _virtual_ address for the local end of the
> # CIPE tunnel.
>
>> PTPADDR=192.168.4.10
>
> # PTPADDR specifies the _virtual_ address for the remote end of the
> # CIPE tunnel.
>
>
> PTPADDR and IPADDR shouldn't be on the same network.. it's not going to
> know
> how to route that. Trying putting PTP on a different network...
>
> other than that I really don't know, but here's what looks to be a
> reasonble
> guide:
>
> 
>http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/security-guide/s1-vpn-cipe.html
>
> hth,
>
> Dave
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>

here me configuration :
2 servers redhat 8.0
2 IP fixed
       A=XXX.XXX.XXX.XXX
       B=YYY.YYY.YYY.YYY
local Network :
   Server --->   A=AAA.AAA.AAA.AAA
   Server --->   B=BBB.BBB.BBB.BBB


Config site A :

# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
USERCTL=no
PEERDNS=no
TYPE=CIPE
DEVICE=cipcb0
ONBOOT=yes
IPADDR=AAA.AAA.AAA.AAA
MYPORT=7777
PTPADDR=BBB.BBB.BBB.BBB
PEER=YYY.YYY.YYY.YYY:7777

Do not forget to add route to the site B.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to