Questions tagged «interface»

4
更改网络接口名称Ubuntu 16.04
我尝试在此新Ubuntu 16.04 LTS版本上更改网络接口名称,但没有/etc/udev/rules.d/70-persistent-net.rules。 因此,我尝试使用/lib/udev/write_net_rules但它不存在。 为什么需要此修改?因为我正在使用一种工具来模拟使用弹性许可的虚拟平台,所以身份验证必须位于eth0接口名称中。 有什么建议吗? 该命令ip link返回: user@laptop:~$ ip link 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: enp6s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT group default qlen 1000 link/ether b8:2a:xx:yy:xx:yy brd ff:ff:ff:ff:ff:ff 3: …

1
为什么Unity是“慢速”桌面环境?
背景 首先,这不是关于意见的问题。我假设我们正在谈论Unity 3D以及具有良好图形配置的计算机。在“桌面环境”中,我假设DE是最普遍接受的定义。 我已经看到很多比较,很多人说Unity是Ubuntu上最慢的桌面环境(与其他人(如Gnome,XFCE,LXDE等)相比)。我不知道人们是否考虑过KDE。 题 为什么与其他桌面环境相比,Unity速度慢?仅仅是因为Unity或其他方面使用了高画质吗?(我不知道团结是什么使它运行缓慢。) 可以/正在对Unity进行哪些更改以使其更快/提高性能?

7
如何使NetworkManager忽略我的无线网卡?
我不希望NetworkManager列出或操纵我的无线卡。我可以以某种方式向NetworkManager隐藏其界面吗? 我尝试将其添加到中/etc/network/interfaces, iface wlan0 inet static address 192.168.1.101 netmask 255.255.255.0 gateway 192.168.1.1 wireless-essid Synaptotagmin pre-up wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf post-down killall -q wpa_supplicant 而这个/etc/NetworkManager/nm-system-settings.conf, [main] plugins=ifupdown,keyfile [ifupdown] managed=false [keyfile] unmanaged-devices=/org/freedesktop/Hal/devices/net_00_19_e0_57_86_af 但是NetworkManager Applet仍然列出并允许我连接到无线网络。


3
当tun0接口打开/关闭事件时,如何使脚本自动运行?
我使用VPN客户端连接到我的公司服务器。启动客户端后,它将创建tun0接口。我编写了脚本,该脚本安装了指向tun0接口的特定路由,其余部分使用普通的wifi连接。因此,只有我办公室相关的流量通过VPN传输,其余的则通过家庭Internet连接传输。当tun0接口上/下事件发生时,如何使脚本自动运行?

3
将网络接口配置为混杂模式
我正在vmware工作站上的ubuntu 12.04 lts服务器上工作。我需要将我的网络接口配置为在混杂模式下工作。 这是我的配置 auto eth1 iface eth1 inet manual up ip address add 0/0 dev $IFACE up ip link set $IFACE up up ip link set $IFACE promisc on down ip link set $IFACE promisc off down ip link set $IFACE down 当我执行 netstat -i 标志是 BMRU 是我的配置正确还是我需要执行一些额外的命令。

3
尝试配置eth0和eth1,但无法启动eth1
尝试在Ubuntu 12.04上执行以下操作。 尝试配置eth0和eth1时,eth0可以正常工作,但无法带来eth1。 以下是设置/etc/network/interfaces: auto eth0 eth1 iface eth0 inet static address 172.19.20.186 netmask 255.255.255.252 network 172.19.20.184 broadcast 172.19.20.187 gateway 172.19.20.185 iface eth1 inet static address 172.18.182.55 netmask 255.255.254.0 gateway 172.18.182.1 up route add -net 172.19.26.0/23 gw 172.19.20.185 dev eth0 up route add -net 172.19.24.0/23 gw 172.19.20.185 dev eth0 up …

3
找不到设备eth0
我是ubuntu的新手,需要安装ubuntu xenial服务器(16.04)版才能将MongoDB安装到VirtualBox中。安装后,我尝试从dhcp更改为静态ipv4地址。所以我改变了/ etc / network / interfaces: auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet static address 192.168.56.5 netmask 255.255.255.0 gateway 192.168.56.1 并重新启动服务器 # but ifconfig -a shows only an enp0s3 interface without any IP address and lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 …

3
如何重命名以太网接口?
由于现成的Ubuntu不支持我的内置NIC,因此我不得不使用USB NIC进行临时的安装时Internet连接。 而USB NIC则eth0使内置NIC成为了名字eth1。 当然,这并不重要,但只是用于系统“可爱”我想eth1成为eth0让任何新连接的网卡成为eth1。 这可能吗?

5
终端:sudo:apt-get:找不到命令
最近,我的计算机上发生了一些非常糟糕的事情,这与缺少图标以及图形界面上出现的各种不好的事情有关。上诉中的所有坏事都伴随着我终端的某些残障。我正在使用12.04和Gnome Classic视图,但没有效果。 让我们来一个sudo apt-get update。 我收到sudo: apt-get: command not found消息。这就是我所有apt-get命令的处理方式。 什么意思 如何解决此问题,尤其是解决我遇到的所有其他问题?



3
不能同时使用两个网络接口
我有个问题。首先,我要在Ubuntu 14.04上设置服务器。我有2个接口:eth0(用于dhcp服务器)和eth1(用于互联网连接)。但是,如果我同时连接到两个网络,则PC上没有互联网。因此,我必须在服务器和Internet之间进行选择。太可怕了,谁能告诉我如何解决这个问题? / etc / network / interfaces: auto lo eth0 eth1 iface lo inet loopback iface eth0 inet static address 172.16.1.100 netmask 255.255.255.0 broadcast 172.16.1.255 gateway 172.16.1.254 sudo路由输出: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.0.1 0.0.0.0 UG 0 0 0 eth1 192.168.0.0 …



By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.