我试过netctl和NetworkManager。
复制/etc/netctl/examples/mobile_ppp并添加号码和APN名称,因为没有pin/pass/用户名和设置到/dev/ttyUSB0的接口(也尝试了其他ttyUSB1和ttyUSB2 )。
My `/etc/netctl/mobile_ppp` file's contents are as follows:
Description='Example PPP mobile connection'
Interface='ttyUSB0'
Connection='mobile_
我正在用思科2511路由器和外部调制解调器配置拨号。终端是拨号服务器,它将创建ppp连接.我使用本指南作为参考,但它只适用于async1端口,当我切换到async2和ping服务器时,路由器不会拨服务器。
配置:客户端computer==(以太网)router==(异步端口)调制解调器??pstn??调制解调器==拨号服务器(S)
有人能帮我解决这件事吗?一个详细的答案或文件将帮助我很大,因为我是新的这件事。
更新:sho run的结果
!
version 11.2
no service password-encryption
no service udp-small-servers
no s
我希望我的静态路由自动加载到VPN重新连接。根据Debian上的wiki,这可以通过在/etc/network/if-pre-up.d/中放置一个脚本来完成,这就是我看到的:
#!/bin/bash
ip route add 10.8.0.0/24 dev ppp0
ip route add 192.168.0.0/24 dev ppp0
在linux启动时,这个脚本运行得很好,但是在VPN重新连接时它不会运行。为什么?
我的/etc/网络/接口文件:
auto lo eth0 eth1 asus
iface lo inet loopback
iface eth0 inet dhcp
ifac
我使用gnome 3.22运行OpenSuse Tumble杂草。
我得把我的MTU调到1472。如果我这样做的话:
ip link set mtu 1472 dev ppp0
它的作用是:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever pre
我有一个从C程序内部调用的脚本。我在启动线程之前执行此操作,因为我需要在这些线程启动之前建立ppp链接。我做了以下工作: int main(){
int ret = 0;
ret = WEXITSTATUS(system("./nbiot_telit_ppp_installer.sh"));
printf("ret = %d\r\n", ret);
// Never gets here after ppp is up
/* Start the threads */
==> starts thread-1
我有个老问题。当我想通过分接头适配器或pptp连接连接pptp时,断开连接,并在消息日志中获取以下错误:
linux pptpd[20275]: GRE: read(fd=7,buffer=60a400,len=8260) from network failed: status = -1 error = Message too long
linux pptpd[20275]: CTRL: GRE read or PTY write failed (gre,pty)=(7,6)
linux pppd[20276]: Modem hangup
linux pppd[20276]: Connect
我有一个思科881-W路由器与思科IOS C880版本12.4(24)T5.
因为某种原因,我似乎无法在拨号程序上获得IP。我可能做错了什么蠢事。
Interface IP-Address OK? Method Status Protocol
Dialer1 unassigned YES NVRAM up up
FastEthernet0 unassigned YES unset up