Hello guys ! 

Finally, I can connect to the net !!! 

I first tried following these instructions : 


> 1. route to your local Aruzei zahav network :  route add -net 10.x.y.z
> netmask 255.255.240.0 gw ARUZEY_zahav_GW interface eth0 
> 
> 2.route to your Internet_Zahav pptp server:    route add -host 
>IP_of_inet_zahav_pptp gw ARUZEY_zahav_GW interface eth0 
> 
> 3.standart local route 127.0.0.0 through "lo" interface. 
> 
> 4.(optional) you can add a route to aruzey zahav dns server here :
>route >add -host AZAHAV_DNS_SERVER gw ARUZEY_zahav_GW  interface eth0 
> 
> 5. run "route -n" to check if you have a default gw, if you do - 
DELETE >it. you don't need it anymore 'cause you have static routes to >
everywhere 
> you need. 
> 
> 6 .now run pptp client with all of the parameters , if you chose not
to >apply paragraph 4 use IP address for IneternetZahav pptp server. 
> use ifconfig to see when the ppp0 interface is brought up. 
> use "route -n" to see if "pptp" client added the new DEFAULT gw. 
> if you don't see it add it using: route add default gw 213.8.255.217 >
interface ppp0  # I took the address from your first mail. 

And then got stuck in stage 6. After a brief look at the cablestart
script I noticed that the pptp binary file should be started before
removing the local GW and before adding the new Gateway. 

I don't know how but after I bumped into this error I tried runing
'cablestart' and saw I was connected ! 

Here is the routing table: 
[root@localhost eg]# /sbin/route 
Kernel IP routing table 
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface 
213.8.255.217   *               255.255.255.255 UH    0      0        0
ppp0 
pns.inter.net.i 10.40.32.1      255.255.255.255 UGH   0      0        0
eth0 
10.40.32.0      *               255.255.224.0   U     0      0        0
eth0 
127.0.0.0       *               255.0.0.0       U     0      0        0
lo 
default         213.8.255.217   0.0.0.0         UG    0      0        0
ppp0 
default         *               0.0.0.0         U     0      0        0
ppp0 
default         *               0.0.0.0         U     1      0        0
eth0 


3 default ?! This is quite strange but as long as it works ... 

Thank you all ! 
Eliran


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to