A computer network allows sharing of resources and information among interconnected devices.
2
votes
0answers
23 views
Missing Firmware for Wired NIC on Debian
I'm trying to install debian 64bit from a debian live image using YUMI on my usb drive. I'm installing it on an Inspiron 6400, and there is missing firmware. I can't connect to the internet ...
1
vote
2answers
34 views
Why doesn't eth0 get an ip address when set up in a bridge?
I'm trying to understand how dhcp for IPv4 is used with bridging.
eth0 is configured to be in br0. This is working just fine but only br0 gets a dhcp lease, while eth0 doesn't. Both are configured ...
1
vote
1answer
21 views
How to get the cloned guest connected to the Internet?
I made a clone of a VM(running a version of Centos 6) on KVM, but the clone wouldn't connect to the Internet. Issuing ifconfig shows no interfaces but the lo. Interestingly, the original system can ...
1
vote
1answer
33 views
How can I resolve local IPs to hostnames? [closed]
Possible Duplicate:
How to make a machine accessible from the LAN using its hostname
I have is a simple home network with a few machines connecting through DHCP. If everyone and their ...
1
vote
1answer
29 views
ifconfig + FAILED from ifconfig on solaris machines
please advice - what the meaning of FAILED word from ifconfig command
Dose its mean that network from NIC isn't stable until this moment ?
Not clearly if ifconfig read network status each some mili ...
0
votes
1answer
40 views
Why does sshd accept local network inbound connections and refuse external inbound connection?
When I try to connect to my server from the internet, I always get:
debug2: ssh_connect: needpriv 0
debug1: connect to address XX.XX.XX.69 port 22: Connection refused
ssh: connect to host XX.XX.XX.69 ...
0
votes
0answers
26 views
Apache webserver DNS Configuration
I've configured Apache web server and I've mapped my IP to some web address (like www.webaddress.com) and put the entries in /etc/hosts file also. Now I want to access the same www.webaddress.com from ...
4
votes
0answers
18 views
Installing USR 5422 on Ubuntu 12.04
I am a newbie to Linux. I was trying to set up the USR5422 USB adapter. It worked fine for the first time, but since then it freezes the computer most of the time. What commands can I fire to see ...
1
vote
1answer
19 views
Alternative to ethtool on MontaVista embedded Linux
I am running MontaVista Linux Professional Edition 3.1 on an embedded system. My version of this distribution doesn't seem to have ethtool available, and using mii-tool gives the following error:
...
2
votes
1answer
19 views
How to config iptables for pppoe?
When I create the only rule disabling all input,
iptables -P INPUT DROP
I can not connect anything. So it looks like I should allow some incoming activity to get PPPoE working correctly. What rules ...
0
votes
2answers
31 views
How do I set up a small personal network with Linux? [closed]
I want to take the time to get into building a useful network for use between my personal machines using Linux. I have spent a lot of time scouring the web for resources on how to do this but I am ...
1
vote
3answers
29 views
How can I view and play shared audio files through a network?
I've come up with a quick pet project (which might, maybe, even end up being useful at my home someday); the idea is to allow users of a Linux device (I'll call it A, and it'll probably be a small ...
1
vote
1answer
42 views
Redirect Output with Iptables
Is possible on Debian change the port of packets that going to a specific port, using iptables?
Example:
I want packets going out the direction a.b.c.d for port 1723 to be redirected to the address ...
2
votes
1answer
54 views
Ubuntu networking: can't connect to LAN
I have a server with Zentyal 3.03 (Ubuntu 12.04) LTS. It has 3 network devices:
eth0 - dhcp fast internet (I pay for it)
eth1 - static slow internet (it's free for the school)
eth2 - LAN
I can ...
1
vote
1answer
55 views
No network in slackware
I have just installed Slackware. I am not new to Linux but new to Slackware.
I wonder how to install network in it.
After the Slackware installation, audio and network were not working.
This is ...