首页 > 系统 > Linux > 正文

实用技巧:解决Linux Telnet登录慢问题

2024-06-28 13:03:45
字体:
来源:转载
供稿:网友
 

更改/etc/resolv.conf文件

如果你的linux主机只是在局域网内工作,请将nameserver地址改为网卡本身的地址。

例:

suselinux:~ # more /etc/resolv.conf

nameserver 192.168.0.160

search site

然后重启网卡

suselinux:~ # ifconfig eth0 down

suselinux:~ # ifconfig eth0 up


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表