Thank you for your reply
How do I configure the ppp interface? Since you have access to this issue, could you help me with this? Here is my configuration
Code:
# system
system modify \
max_sessions=0 \
tunnel_establish_timeout=120 \
session_establish_timeout=60 \
deny_remote_tunnel_creates=no \
tunnel_persist_pend_timeout=10 \
session_persist_pend_timeout=5 \
ppp profile modify profile_name=default \
default_route=yes \
# locally created tunnels and sessions
tunnel create tunnel_name=corbina \
dest_ipaddr=83.102.254.195 \
persist=yes \
max_retries=9999 \
session create tunnel_name=corbina \
user_name=<my_login> \
user_password=<my_pass> \
interface_name=ppp0 \
Tunnel & ppp interface becomes following settings
Code:
ppp0 Link encap:Point-to-Point Protocol
inet addr:<public_addr> P-t-P:83.102.254.195 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1460 Metric:1
RX packets:841 errors:0 dropped:0 overruns:0 frame:0
TX packets:908 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:73571 (71.8 KiB) TX bytes:71361 (69.6 KiB)
Code:
Tunnel 34142, from 10.75.74.115 to 83.102.254.195:-
state: ESTABLISHED
created at: Feb 22 11:50:04 2012
administrative name: 'corbina'
created by admin: YES, tunnel mode: LAC, persist: YES
peer tunnel id: 49334, host name: NOT SET
UDP ports: local 40234, peer 1701
authorization mode: NONE, hide AVPs: OFF, allow PPP proxy: OFF
session limit: 0, session count: 1
tunnel profile: default, peer profile: default
session profile: default, ppp profile: default
hello timeout: 60, retry timeout: 1, idle timeout: 0
rx window size: 10, tx window size: 10, max retries: 9999
use udp checksums: ON
do pmtu discovery: OFF, mtu: 1460
framing capability: SYNC ASYNC, bearer capability: DIGITAL ANALOG
use tiebreaker: OFF
trace flags: NONE
peer vendor name: Cisco Systems, Inc.
peer protocol version: 1.0, firmware 4384
peer framing capability: NONE
peer bearer capability: NONE
peer rx window size: 32000
Transport status:-
ns/nr: 4/81, peer 4/80
cwnd: 5, ssthresh: 10, congpkt_acc: 0
Transport statistics:-
out-of-sequence control/data discards: 0/0
zlbs tx/txfail/rx: 80/0/2
retransmits: 0, duplicate pkt discards: 0, data pkt discards: 0
hellos tx/txfail/rx: 0/0/79
control rx packets: 83, rx bytes: 1745
control tx packets: 84, tx bytes: 1226
data rx packets: 1411, rx bytes: 103217, rx errors: 0
data tx packets: 1457, tx bytes: 110986, tx errors: 0
establish retries: 0
Have you tried the latest kernel? There also exists the problem?
PS. Username and password from previous post can be left because it is not my but a
public test access by my provider Beeline Russia, from which is available the home page corbina.net only.