Questions tagged «networking»

在Ubuntu系统上管理和使用网络连接

1
未检测到vmware网络接口
我在虚拟机(vmware,win主机)上安装了ubuntu服务器14.04 LTS。VM可以访问Internet(具有端口ID,适配器类型E1000E和MAC)。遗憾的是,ubuntu无法自动检测设备。 ifconfig -a 仅显示回送接口,但lspci打印以下以太网控制器: 0b:00.0以太网控制器:英特尔公司82574L千兆网络连接 如何创建适当的eth0接口? 该/etc/network/interfaces文件仅包含一个lo接口,因此我尝试创建eth0。VM-Host提供了IP,网络掩码,网关设置。所以我在我的代码中添加了以下几行/etc/network/interfaces: auto eth0 iface eth0 inet static address .... gateway .... netmask .... 然后,我尝试通过调用来强制设置,/etc/init.d/networking restart但没有成功。 设备使用e1000e内核模块。我已经尝试删除并再次加载它,但是我总是收到错误消息,表明它很忙。 更新:虚拟机 的网络设置如下所示: 因此没有网络连接,但是设备状态已连接。之前,我在同一台VM上使用Windows,因此互联网连接即开即用。如何使用ubuntu访问这种网络连接? var/log/boot.log状态为[OK]的所有正在传递的命令 cat /var/log/syslog | grep -i eth 是空的 dmesg | grep -i etc 也空着 UPDATE2: 好像e1000e接口支持不是很好,所以我要求vm-admin将接口类型更改为vmxnet3。现在,ifconfig -a返回两个不同的接口(lo和new ens192)。 dmesg | grep vmxnet3 然后,将以下几行添加到我的/etc/network/interfaces: auto …

2
Ubuntu 14.04中没有wi-fi图标/选项
安装Ubuntu 14.04之后,wifi图标和选项就消失了。我试图重新启动它并搜索设置,但是它不允许我以任何方式连接到wifi连接。连接到Internet的唯一方法是有线连接。那么我该如何解决,这是一个错误还是与该版本有关?我将其安装在Dell Inspiron 910迷你上网本上。

3
14.04中“ .gvfs”的位置
我的问题是“简单”。 在哪里可以找到我连接到的Samba共享的本地挂载点。在12.04,它位于下*home/.gvfs*。 在此先感谢您的帮助。 这是我的smb.conf文件: #======================= Global Settings ======================= [global] workgroup = mshome server string = %h server (Samba, Ubuntu) dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d encrypt passwords = no obey pam restrictions = yes unix …
11 networking  samba  gvfs 

3
蓝牙在Ubuntu 14.04中不起作用
我的笔记本电脑是索尼VPCEH15EN。在Ubuntu的早期版本(如12.04和13.10)中,我的蓝牙曾经可以正常工作。但是现在在Ubuntu 14.04中它无法正常工作。 这是输出 sudo lshw -C network *-network description: Wireless interface product: AR9285 Wireless Network Adapter (PCI-Express) vendor: Qualcomm Atheros physical id: 0 bus info: pci@0000:07:00.0 logical name: wlan0 version: 01 serial: cc:af:78:b3:e5:0f width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=ath9k …

1
为什么ifup无法运行所有if-pre-up.d脚本?
$ ll /etc/network/if-pre-up.d/ total 20 drwxr-xr-x 2 root root 4096 Jan 15 16:43 ./ drwxr-xr-x 7 root root 4096 Jan 14 21:29 ../ -rwxr-xr-x 1 root root 344 Apr 28 2012 ethtool* -rwxr-xr-x 1 root root 158 Jan 14 22:01 iptablesload.sh* -rwxr-xr-x 1 root root 3839 May 3 2012 wireless-tools* …
11 networking 

3
SSH连接后在服务器中自动运行脚本
客户端系统与服务器建立ssh连接后,如何在服务器中自动运行脚本 例如:假设用户将使用ssh连接从另一个系统(通过lan连接)登录到我的计算机。那时,应该在我的系统中自动运行一个脚本(python或shell)以执行一些验证? 如何在服务器系统中自动运行脚本?

5
在BeagleBone Black上通过USB上网
我最近在Beagle Bone Black上安装了Ubuntu 13.04。这个图片: https://rcn-ee.net/deb/flasher/raring/BBB-eMMC-flasher-ubuntu-13.04-2013-10-08.img.xz 该微控制器允许通过USB在主机PC(版本12.04(精确)(64位),内核Linux 3.2.0-56-通用)和BeagleBone之间共享Internet连接,因此我将其配置为如下所示: BeagleBone黑色: ifconfig usb0 192.168.7.2 route add default gw 192.168.7.1 主机电脑: sudo su #eth0 is my internet facing interface, eth3 is the BeagleBone USB connection ifconfig eth2 192.168.7.1 iptables --table nat --append POSTROUTING --out-interface eth0 -j MASQUERADE iptables --append FORWARD --in-interface eth2 -j ACCEPT …


1
hp-probe查找打印机网络或替代产品
我在一个拥有不同网络的环境中工作。其中一台用于打印机(192.168.xx),一台用于无线网络(10.1.xx)。我需要在Ubuntu(10.1.xx)上添加打印机HP C3505(192.168.xx)。 我正在使用hp-probe找出IP,但找不到它,因为我不在同一网络上,所以我猜。 我用: hp-probe -bnet 我是否可以使用其他工具来查找打印机的IP?

6
Ubuntu Server重新启动时eth0不恢复
每次重新启动Ubuntu Server 11.10时,由于ETH0不会自动出现,所以我无法使用它。在升级到11.10之前,我从未遇到过此问题。我必须登录到服务器并手动启动ETH0。我将不胜感激。谢谢。 这是我的/etc/network/interfaces文件: #The loopback network interface auto lo eth0 iface lo inet loopback # The primary network interface iface eth0 inet static address 192.168.1.102 netmask 255.255.255.0 broadcast 192.168.1.255 network 192.168.1.0 gateway 192.168.1.1

3
隐藏IP的方法?
我正在阅读“如何匿名浏览”,然后输入 $ sudo apt-get install tor privoxy 但似乎该软件包不可用 Reading package lists... Done Building dependency tree Reading state information... Done Package tor is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: …
11 networking 

5
如何通过主机名访问同一网络中的主机?
我有一个连接几个主机的网络。我希望能够使用主机名从其中一台主机访问其他主机。我刚刚发现了“ .local”域,可通过avahi和来使用/etc/nsswitch.conf。但这不是在我的服务器上以这种方式设置的。而且我不想在dns服务器中创建条目。还有其他方法吗?



1
挂起后Ubuntu16.04有线连接不起作用
我有一台安装了Ubuntu 16.04的Dell vostro 14-5480笔记本电脑。我知道挂起后,我的有线连接不再起作用。我试图重新启动网络管理器服务sudo service network-manager restart和解决方案Webupd8也是在这里,但他们没有解决问题。这是我的结果sudo lshw -C network *-network description: Ethernet interface product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:06:00.0 logical name: eth0 version: 10 serial: 20:47:47:63:b9:b3 size: 100Mbit/s capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm …

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.