Questions tagged [interface]

333 questions
1
vote
1 answer

FTP Server Administrative Interface via Web

I am working on creating an FTP server ... I need to administer it via an online web interface. I tried http://proftpd-adm.sourceforge.net/ but I couldn't get it to work. I have even considered moving to a webdav configuration except I couldn't…
Adam Evers
  • 79
  • 6
1
vote
2 answers

Cisco ASA 5505 (8.05): interfaces do not come up after reload

For some reason, I have to run no shutdown on each real physical interface to get them to come up after a reload. To test, I did the following: write erase to blow away my config, reload and said no to save changes. At the prompt hit no the…
gravyface
  • 13,957
  • 19
  • 68
  • 100
1
vote
1 answer

Virtual Hyper-V Windows 2008 R2 Server Web Console

Where and How can I enable the Virtual Hyper-V Windows 2008 R2 Server Web Console? The IIS is only set up as the default content, nothing more than that. Just to avoid using Remote Connection every time I need to start / end a VM. Thanks.
1
vote
1 answer

How to prevent response to who-has requests on virtual eth interface?

we use small embedded X86 linux servers equipped with a single physical ethernet port as a gateway for an IP video surveillance application. Each downstream IP cam is mapped to a separate virtual IP address like this: real eth0 IP address=…
user42881
  • 11
  • 1
1
vote
0 answers

How to delete utun0 in my macos?

ifconfig: utun0: flags=8050 mtu 1380 inet6 fe80::a3d5:45cd:d66b:6bd5%utun0 prefixlen 64 scopeid 0x12 nd6 options=201 route: fe80::a3d5:45cd:d66b:6bd5%utun0 link#18 UHLI …
Jun x
  • 11
  • 1
1
vote
1 answer

Ansible populating a variable based on a json param with a json param

I have a variable containing json: { "ansible_facts": { "ansible_network_resources": { "interfaces": [ { "description": "*** - LOCAL A - ***", "enabled": true, …
raw
  • 91
  • 2
  • 7
1
vote
0 answers

Unable to make two docker containers communicate

I am trying to make two containers communicates on a server like it is working on my machine. The thing is that they are not able to communicate (trying to ping container B from container A) I first created a Dockerfile which is using a python…
1
vote
1 answer

Interface following a link

A machine with debian 10. It has 3 interfaces with different ip. One of them is needed in rare cases, it has a static route to the management network (the rest of the routing works via ospf through another interface). The problem is that if you pull…
Mystic
  • 23
  • 5
1
vote
1 answer

How should i debug a Microsoft CIM that fails because MSFT_NetRoute be "not found"?

In general, how should one debug a failure related to CmdletizationQuery_NotFound messages, and why would the MSFT_NetRoute based queries register such an error? Details Specifically, my Kubernetes CNI provider (antrea) is posting an error message…
1
vote
3 answers

Make interface attachment permanent in Xen 3.2.1 Debian Lenny Dom0

I'm trying to add interfaces to a DomU (either on the fly or after reboot) and the attach-interface script works just fine. The problem is that when I reboot the DomU the interfaces added are "lost".... Is there a way to save the interface…
João Nogueira
1
vote
1 answer

Zabbix server and client with 2 IP-addresses

Zabbix server-5, Debian 10.4. Data from remote hosts are collected via Zabbix Proxy ( zbp1 ). Scheme of connection is on image below. Remote host connects via his ISP #1 to main office using VPN-servers. On Main office there're two VPN servers…
Someone
  • 69
  • 6
1
vote
0 answers

Handle 2 routes to the same destination simultaneously

I setup on my machine 2 different routes on 2 different interfaces to reach a single destination. When I ping a machine on that destination network, the packet go through the route with the highest priority. Is there a way to send the packet to…
sshmaxime
  • 111
  • 1
1
vote
1 answer

linux ens4 network interface stop and start

When i use ifconfig ens4 down and ifconfig ens4 up in the google vm the connection does not return and remains down sudo -s apt install screen screen -s test sh start.sh ctrl + a + d echo "1" ifconfig ens4 up sleep 5 echo "2" ifconfig ens4…
1
vote
2 answers

Multiple interfaces on one NIC

I managed to install Debian on my Banana Pi R2. This device has two physical NICs: one for WAN (1 port), one for LAN (4 ports). eth0 eth1 if I run ip address, I can see, that there are multiple interfaces "on" the "native" interfaces, which I can…
TheClockTwister
  • 161
  • 1
  • 8
1
vote
0 answers

"tunX" interface device sequence is incrementing with every "ssh" connection

We use ssh -w connection to create tunnels from client workstations to the server. -w creates a tunnel interface for that particular ssh connection. On the server side I noticed every time ssh re-connects interface sequence number (circled in red)…
oᴉɹǝɥɔ
  • 151
  • 6