Questions tagged [net]

13 questions
4
votes
1 answer

Purpose of /net directory

I notice on my system (Manjaro Linux) that: I have an empty directory named /net This directory is not mentioned in the Filesystem Hierarchy Standard What is the intention behind this directory (quoting chapter and verse)? Is it like /mnt (which…
Tom Hale
  • 28,728
  • 32
  • 139
  • 229
2
votes
1 answer

When using net -W WORKGROUP -n HOSTNAME getting "Invalid Command"

Running Debian Linux with samba, smbclient and samba-common-bin packages installed. I am trying to run the command (as root for now and adding response) root@machine:/# net -W WORKGROUP -n HOSTNAME Invalid command: net Usage... and all the…
DubyaG
  • 21
  • 3
2
votes
1 answer

Netinstall without a network connection

If I want to install a debian with a debian netinstaller image, but have no internet connection during the installation progress, what has to be done afterwards? To be more concise: What steps (configurations etc.) are performed by the…
2
votes
3 answers

The mysterious open port 554 tcp on every machine of my network!

Very strange,i have 4 machine,some machines are real hw(slack64 and slackware) one is a phone android,and last is virtual machine. From slack64 to every machine... for i in oracle slackware android;do nmap -p554 -sT -P0 $i;done|grep open 554/tcp…
elbarna
  • 12,050
  • 22
  • 92
  • 170
2
votes
1 answer

Micnet and bitnet,do you know them?

I like old stuff of 80 and 90's and sometimes i like to study old technologies(some of them still used..) like SYSTEMV,SCO-UNIX,Xenix,etc.. Reading a book about Sco Unix on a page i see.. mail support uucp and networks like bitnet micnet and…
elbarna
  • 12,050
  • 22
  • 92
  • 170
0
votes
0 answers

two interface with the same network configurations

Is it possible to have two interfaces (eth0, eth1) that are connected to different networks but the same IP configurations? For example: NETWORK0 (10.0.0.1/24) <---> eth0 (10.0.0.100/24) eth1 (10.0.0.100/24) <---> NETWORK1 (10.0.0.1/24)
gxor
  • 111
  • 1
0
votes
0 answers

How to route traffic to a gateway on a VPN network?

I'm in a Docker container, on a host connected to a remote network via VPN, and want to route all traffic to 10.43.0.0/16 to 10.148.185.170 (host on the VPN network). sudo ip route add 10.43.0.0/16 via 10.148.185.170 dev enp0s5 Error: Nexthop has…
Shuzheng
  • 4,023
  • 1
  • 31
  • 71
0
votes
1 answer

Internet Connection slow with Linux

I have a problem with my new internet connection. This is a symmetric 500Mbs connection but i only get 50M in my linux computer (fedora 30). In windows I get 500Mb for up and down with other computer. I know that the problem is in my ethernet…
estonolose
  • 155
  • 2
  • 13
0
votes
1 answer

How to take number of bytes transmitted and received from /net/proc/dev

I want to take the number of bytes transmitted and received from /proc/net/dev in this format: num_ofbytesTransmitted,num_ofbytesReceived. This was my approach: cat /net/proc/dev | grep enp0s3 | cut -f5 -d' ' and cat /net/proc/dev | grep enp0s3 |…
C. Cristi
  • 228
  • 3
  • 13
0
votes
0 answers

Running dot net application as daemon

I have been trying to run a simple dot net application as a daemon. I took a help from many of the below given links and did as…
0
votes
2 answers

/proc/net/netstat not found

I am trying to compile my own Linux for embededd devices, using the OpenWRT distribution. I am trying to get some Multicast information using the /proc/net/netstat interface but it is not found (normally this is available on my desktop). If I am…
molnarg
  • 141
  • 5
0
votes
0 answers

Why ad-hoc network devices do not see each other?

I have 3 devices. On one tetwork one device can see another, yet they both can not see the third one. They are in same wi-fi ad-hoc network. 2 of them see each other and one does not see no one. Devices are in cl.ose proximity (10cm). How to figure…
DuckQueen
  • 105
  • 3
  • 12
0
votes
1 answer

Network down: Card not present on Slot(1)

My netcard stopped working. This then started spamming into the log: pciehp 0000:00:1c.5:pcie04: Card not present on Slot(1) pciehp 0000:00:1c.5:pcie04: Card present on Slot(1) How do I get the netcard working again?
Ole Tange
  • 33,591
  • 31
  • 102
  • 198