Hi list,
I'm really sorry but I will ask this question again.
I try to run my internet connection via VPN on suse 10.0.
connection is established successfully but I cannot access any server
in internet via VNP.
routing before VPN connection is:
S136-AIRCOMP:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.27.0.0 * 255.255.0.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 172.27.0.1 0.0.0.0 UG 0 0 0 eth0
and after:
S136-AIRCOMP:~ # route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
gate.lvivlan.ne * 255.255.255.255 UH 0 0 0 ppp0
172.27.0.1 * 255.255.255.255 UH 0 0 0 eth0
172.27.0.0 * 255.255.0.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default 172.27.0.1 0.0.0.0 UG 0 0 0 eth0
if config in SUSE:
S136-AIRCOMP:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:0D:61:13:38:35
inet addr: 172.27.2.136 Bcast:172.27.255.255 Mask:255.255.0.0
inet6 addr: fe80::20d:61ff:fe13:3835/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1524282 errors:0 dropped:0 overruns:0 frame:0
TX packets:11304 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:96621965 (92.1 Mb) TX bytes:2087160 ( 1.9 Mb)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:620 errors:0 dropped:0 overruns:0 frame:0
TX packets:620 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:44832 (43.7 Kb) TX bytes:44832 ( 43.7 Kb)
ppp0 Link encap:Point-to-Point Protocol
inet addr:193.27.208.160 P-t-P:193.27.208.1 Mask: 255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:996 Metric:1
RX packets:14 errors:1 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:830 (830.0 b) TX bytes:116 (116.0 b)
ipconfig /all in windows(I use same VPN connection for windows too)
C:\>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : S136-aircomp
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/100 VE
Network Connection
Physical Address. . . . . . . . . : 00-0D-61-13-38-35
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 172.27.2.136
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 172.27.0.1
DNS Servers . . . . . . . . . . . : 172.27.0.1
193.27.208.1
PPP adapter skynet.in.ua:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 193.27.208.115
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 193.27.208.115
NetBIOS over Tcpip. . . . . . . . : Disabled
when I try to ping google.com in linux then I get:
S136-AIRCOMP:~ # ping google.com
PING google.com (72.14.207.99 ) 56(84) bytes of data.
--- google.com ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2014ms
S136-AIRCOMP:~ # ping google.com
PING google.com (64.233.187.99) 56(84) bytes of data.
--- google.com ping statistics ---
8 packets transmitted, 0 received, 100% packet loss, time 7000ms
but when I try to do the same in windows....:
C:\>ping google.com
Pinging google.com [64.233.167.99 ] with 32 bytes of data:
Reply from 64.233.167.99: bytes=32 time=632ms TTL=242
Reply from 64.233.167.99: bytes=32 time=488ms TTL=242
Reply from 64.233.167.99: bytes=32 time=428ms TTL=242
Reply from 64.233.167.99: bytes=32 time=487ms TTL=242
Ping statistics for 64.233.167.99:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 428ms, Maximum = 632ms, Average = 508ms
Seems like in linux it gets correct IP address for google.com, but
for some reasons cannot reach it.
This is my options.pptp:
lock
noauth
nobsdcomp
nodeflate
nodefaultroute
require-mppe
mtu 1000
mru 1000
lcp-echo-failure 10
lcp-echo-interval 10
and this is /etc/ppp/peers/skynet.in.ua - peer file
remotename skynet.in.ua
linkname skynet.in.ua
ipparam skynet.in.ua
pty "pptp 172.27.0.1 --nolaunchpppd "
name airman
require-mppe
nomppe-40
mppe-stateful
refuse-eap
debug dump
noauth
file /etc/ppp/options.pptp
Can any one help me to access Internet from Linux?
Please help because I'm stuck....
--
Best regards
Andrew Senyshyn
--
Best regards
Andrew Senyshyn
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]