Re: Interesting VPN problem.
From: Luke (luke_at_REMOVEswtechnet.eclipse.co.uk)
Date: 11/21/03
- Next message: Luke: "Re: Graphic monitor of network traffic"
- Previous message: Rob van der Putten: "Re: Sites that block dynamic/dialups"
- In reply to: Kerem Tuzemen: "Interesting VPN problem."
- Next in thread: Kerem Tuzemen: "Re: Interesting VPN problem."
- Reply: Kerem Tuzemen: "Re: Interesting VPN problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 21 Nov 2003 14:06:42 -0000
"Kerem Tuzemen" <keremtuzemen@hotmail.com> wrote in message
news:gaSdnX-U6-OwNiCi4p2dnA@speakeasy.net...
> I have an interesting VPN problem. I'm trying to reach a linux box behind
a
> win2K vpn server with a win2K client. All of the computers has real IP
> addresses. I connect to the VPN server without any problems and can reach
> other win boxes behind the vpn server but when I try to ping the redhat 9
> box it does not respond. It's not an iptables problem, because I turned it
> off and still have the problem. It seems to me that the linux box somehow
> can not update it's routing table with the routing announcement coming
from
> the vpn server. Any suggestions would be greatly appreciated.
>
> Thanks in advance,
>
> Kerem
>
>
Hi Kerem,
Can you ping the lead hat box on the internal network?? If not:
#cat /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
if that returns a 1 then
#echo > 0 /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
#cat /proc/sys/net/ipv4net.ipv4.icmp_echo_ignore_all
if that returns a 1 then
#echo > 0 /proc/sys/net/ipv4net.ipv4.icmp_echo_ignore_all
Some other points? Is your vpn server assigning an address range on the same
mask as your RH box???
Can't see how the route table would affect anything. You ping an address if
its up its up. Is your RH box on the same mask as the vpn server??
Luke
- Next message: Luke: "Re: Graphic monitor of network traffic"
- Previous message: Rob van der Putten: "Re: Sites that block dynamic/dialups"
- In reply to: Kerem Tuzemen: "Interesting VPN problem."
- Next in thread: Kerem Tuzemen: "Re: Interesting VPN problem."
- Reply: Kerem Tuzemen: "Re: Interesting VPN problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|