Ubuntu Networking :: Alix 2d13 - Multiple Network Cards - Unable To Bind More Than One Physical Interface?

Jun 2, 2010

I have a strange problem regarding networking on the Alix 2d13 running Ubuntu 10.04. The Alix has 3 physical network interfaces, lspci says:

Code:
00:09.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6105M [Rhine-III] [1106:3053] (rev 96)
Kernel driver in use: via-rhine
Kernel modules: via-rhine
00:0a.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6105M [Rhine-III] [1106:3053] (rev 96)
Kernel driver in use: via-rhine
Kernel modules: via-rhine

[Code]...

It seems, if more than one cable is connected, a random hardware port is chosen as eth0-eth2. If only one cable is connected the port that is connected is chosen as eth0-eth2. Any idea what's going wrong here?

View 2 Replies


ADVERTISEMENT

CentOS 5 Networking :: Can't See The Physical Network Interface With Ifconfig - A?

Jun 3, 2010

Centos el5xen x86_64 in a company network, novell-netware, Static IP I have several issues with the Xen network configuration. This configuration worked before, and was maded by a other personn with a higher level in centos and network . I'm trying to re-install xen in bridging mode.

1) The dom0 ping in the company network, but can't acess to the Internet.

I de-activated firewall, iptables and SE-Linux for the test.

the ifconfig-a command return
eth0
lo
sit0 (IPV6 encapsuled in IPV4)
vif0
vnet0
but no Peth0 Physical device

Is it normal and how can i repare this ?

View 7 Replies View Related

Ubuntu Networking :: Bind Program To Network Interface?

Jun 17, 2011

Is there any way in a machine with 2 (or more) network devices to only allow 1 program to use interface1 and force all other programs to use the other?

View 4 Replies View Related

Networking :: Configuring Multiple Separate LANs In Same Physical Network

Jun 27, 2010

For some simulation, I am trying to configure a setup of 3 ubuntu desktops (one of them with multiple network cards) to behave in the following way:

Each one of them should be a separate network not seeing the others (including multicast addresses) They need to have internet access through the machine with multiple network cards. So from the point of view of each machine they define a LAN in which it is the only device and have internet access through the gateway machine.

What do I need to do to configure these machines for the above setup?

View 6 Replies View Related

Ubuntu Networking :: Change The Network Card Priority With Multiple Cards?

Sep 26, 2010

I've got two network card interfaces on my computer, one wireless and one wired. The wireless card is connected to the Internet and the wired is connected to the LAN. When only the wireless card is active, Internet works. As soon as i enable the second wired card, Internet stops working. And it seems like Ubuntu chooses the wired card for Internet as soon as it's enabled.

Are there any ways to solve this? So my Ubuntu box always chooses the wireless card for Internet traffic and let me use the wired device for LAN only?

View 1 Replies View Related

Ubuntu Networking :: What's Relationship Between Ethx And Physical Net Cards

Apr 8, 2011

Do you know what's relationship between ethx and physical net cards? such as i have three net cards in the PC, named A, B, C. In which config file i could know that eth0 -> A, eth1 -> B, and eth2 -> C. Would the mapping relationship change after reboot? Is there any method i could change the mapping?

View 5 Replies View Related

Networking :: Creating Domain Name In Bind Exposing Bind To Internal Network

Sep 3, 2009

I am configuring bind9 on fedora 9(sulphur).I have configured /etc/named.conf and created zone file in /var/named/I have started the service but when I am executing the command nslookup mydomain.com it is not able to resolve the name.Another problem I am facing when I do telnet localhost 53,I am able to connect.but when I do telnet myip 53 it does not connect.Seems to be a firewall problem but I ve disabled iptables selinux completely even I ve disabled dnsmasq but still not working.

View 1 Replies View Related

Ubuntu Networking :: Unable To Get Share Connection To My Other Network Interface?

Aug 19, 2010

I am a big ubuntu fan (9.04) installed,everything went well, installed my network card(s) & the onboard without no problems/installation disc.I have 2 Network interface(s) that I used on windows xP to 'bridge' my connection, because I only have one slot on my router, and the last slot runs into my computer room and from the PC, I run it to the xbox/ps3.No matter what I do, I cannot get ubuntu to share connection
to my other network interface.

View 1 Replies View Related

Networking :: Can't Seem To Get Sshd To Bind On A Remote Interface?

Jan 7, 2011

can't seem to get sshd to bind on a remote interface.When I attempt to connect, I get an instant "unable to connect to host."

Code:
$ cat sshd_config
# Package generated configuration file
# See the sshd_config(5) manpage for details
# What ports, IPs and protocols we listen for

[Code]...

View 3 Replies View Related

Server :: Multiple Network Cards In LAMP Stack - How To Monitor

Nov 22, 2010

I'm wondering a couple of things about my LAMP stacks:

1) How do I get a list of all the network cards installed in a linux box? I've run this command and it shows 2 network cards which is probably all of them:
Code:
mii-tool -v

2) How can I check the percent utilization of a given network card? I.e., at any given time, what linux command will tell me the how much of a network card's bandwidth is being consumed? I've checked both ethtool and mii-tool and I don't really see any helpful stats.

3) How can I make sure that a linux box will optimally use both network cards? I'm a bit fuzzy on how IP addresses and network cards and hostnames work together.

View 1 Replies View Related

Networking :: Adding Two Interface Cards To Bridge - No Connectivity

Mar 1, 2011

I have a network config as follows:
X.8 <---> X.41 X.40 <--->X.16
where X.8 and X.16 are 2 separate workstations and X.40/X.41 are two interface cards in the same machine. Now I apply brctl bridging in the X.40/X.41 machine by adding both the interfaces to the bridge and thereby connecting X.8 and X.16. This part is working perfect. But there is no connectivity between X.8 and X.41 and when I try to ping at X.8 to X.41 it gives Destination Host Unreachable. Is there a way to achieve this since I require some message to be sent from X.8 to the X.40/X.41 bridge machine.

View 4 Replies View Related

Ubuntu Networking :: Multiple External IP Addresses With Single Physical Ethernet Card And Virtualization

Feb 16, 2010

I recently installed Ubuntu Server 9.10 with the intent of using it as a platform for running a couple of Windows XP virtual machines along with Linux/Ubuntu.

I had no problems getting the server installed. Had no problems getting the network up and running so that I had access to both my internal network as well as external connectivity to the internet. Had no problems getting a VM installed and putting Windows XP inside of it. Had no problems setting up a bridge between the WinXP virtual machine and the physical ethernet card (eth0).

What Im having trouble with is figuring out how to bridge from multiple VMs AND Ubuntu natively through one physical ethernet card.

When I set up the bridge, it knocks out the static IP address of the ethernet card that was set up initially with Ubuntu when first installed before the VM was created and installed. Therefore, connectivity within Ubuntu natively is lost.

Similarly, am having trouble figuring out how the second VM (also going to be running WinXP) is going to get its connectivity since it doesnt seem to like me setting up 2 bridges to the same physical ethernet interface card.

I need all 3 machines to have static IP addresses and be visible/accessible from the external network for either web/mail/dns/etc servers on the Ubuntu side and for remote PC control functionality on the VM side.

I have tried setting up alias ethernet interfaces (eth0:1, eth0:2, eth0:3) with static addresses which work fine from native Ubuntu in presenting multiple IP addressees, but it seems that Im not permitted to bridge to these alias interfaces.

View 5 Replies View Related

Red Hat / Fedora :: Multiple Interface On Network Using Same NIC For Communication

Apr 6, 2011

My setup is as follows,
Machine-1
- Two network interface cards on same network with different MAC say MAC-1 and MAC-2
- IP 10.209.193.130 and 10.209.193.131
- Firewall IP tables empty iptables -F
Machine-2
- One NIC with IP 10.209.193.135
switch
- both machines are connected to common switch and can ping happily.

Problem:
when I send ping request from Machine-2 to Machine-1 arp tables are initialized for IP MAC pair. Surprisingly both IP are get resolved to one MAC i.e MAC-1. general observation is, MAC of first interface which has route in kernel route table. I cross checked this on Suse11 and RHEL5 same result. but In suse10 I am getting expected behavior [i.e IP1-MAC1 and IP2-MAC2 pair in arp cache]. Do any one know why kernel is using same NIC for two different interfaces?

Output for Suse11 and RHEL 5
Code: ? (10.209.193.131) at 00:0c:29:34:e7:6f [ether] on eth3
? (10.209.193.130) at 00:0c:29:34:e7:6f [ether] on eth3 Output for Suse10
Code: ? (10.209.193.128) at 00:0c:29:02:9a:7c [ether] on eth3 <-------- Suse 10 machine-1
? (10.209.193.131) at 00:0c:29:34:e7:6f [ether] on eth3
? (10.209.193.127) at 00:0c:29:02:9a:72 [ether] on eth3 <-------- Suse 10 machine-2
? (10.209.192.1) at 00:00:0c:07:ac:07 [ether] on eth3

View 6 Replies View Related

Ubuntu Networking :: Manage Multiple Internet Connections With Different Cards?

May 25, 2010

I'm running ubuntu lucid and i was thinking in purchasing one or more extra wifi cards to try to configure my computer to manage different conections at the same time, with different isp's. The thing is that I'm not quite sure if what i want to do is actually possible.

The easiest way that crossed my mind was to try to configure a / multiple virtual machines that are redirected threw proxies to ubuntu and try to configure that each proxie port goes threw a different internet gateaway. This way i might be able to divide threw different sessions of JDownloader, installed on each virtual machine, the things i want to download. The negative aspect of this idea is having multiple jdownloader sessions will make my laptop work to almost 100% for sure...

Another thought i have was to make JDownloader manage its downloads in only one session redirecting them to my internet conections; the negative thing is that i think i will have to try to modify its source and learn java...

And well my last possible configuration i had in mind was to try to make ubuntu directly add up all my internet conections manage as if it was one. the negative thing here is that i might not be able to get multiple downloads from some sites

Well, all this where just thoughts, im struggling whether to buy another card or not to try to setup any of this configurations but im not really sure if any of them are actually possible. Is there an easy way to manage this?

I just want to take the most out of my internet conections... if i'm at college i have to options that are quite slow, adding them up with two cards would be great, i might also be able to add a third and a fourth conection. Also if i'm on a coffe and i need some bandwith i could try to make it go with an open network arround, etc.

View 1 Replies View Related

Debian Installation :: Network On Alix Board (no VGA)

Mar 5, 2010

I tried install Debian 5.04 on Alix 3d2 board (no VGA) but after boot i see only one line (Probbing EDD (edd=off to disable)... ok) and everythig stops. I'm doing this from this instrucion [URL] I'm looking working solution (Under Win or Linux) to install Stable Debian on Alix3d2 and 2d2 via network (PXE). I have microdrive drives for this boards

View 1 Replies View Related

Networking :: DNS With BIND(named) And Multiple External IPs?

Jun 22, 2011

I'm having some trouble with email being denied because of DNS and/or Reverse DNS issues. I'm hoping someone here is an expert and can shed some light on it for meWe have multiple subdomains, each having it's own entry in the zone file. However, the majority of our traffic goes out an aggregated external IP address with the exception of a few instances such as our mail server and our website(s).We currently have these three records in our example.com zone file:

Code:
example.com. IN A 11.22.333.44
www.example.com. 1H IN A 11.22.333.44

[code]...

View 5 Replies View Related

Networking :: Prevent Auto Up An Interface At /etc/network/interface File ?

Jul 18, 2011

I have a ppp0 entry with post-up options like this

mapping ppp0
map none photon-plus motorola
map timeout: 12

[code]...

View 8 Replies View Related

Fedora Networking :: Fc12 Networkmanager And Multiple Wireless Cards?

Nov 9, 2010

I'm having problems getting two wlan cards to work under Networkmanager with F12. I have an old server that I wanted to move, so thought I'd get a USB wlan device for it. before setting up the server, I thought I'd try the USB (an Edimax EW-7711USn - Ralink 2870) on my laptop first. My laptop has an inbuilt ipw2200 card that works fine under NM.

So I've down loaded the DPO_RT3370_LinuxSTA_V2.4.0.1_20100831.tgz file from Ralink, and built the driver (after changing the os/linux/config.mk file for the WPA supplicant settings). I also install the rt2870 firmware (from Ralink) in the /lib/firmware directory. I also blacklisted the rt2800usb driver to ensure that that didn't get loaded.

The problem I have is that I can now get both the ipw2200 device and the rt2870 devices 'working', but they both try to assume the same IP (I want fixed IP's and not DHCP for them) - what is the way to configure the 'devices' so that the rt2870 device is always given IP x and the ipw2200 given IP y?

I think my problem is really my lack of understanding where/how NM handles the files under the GUI config. I used to semi understand how the old network config tool set up it's files and where they were etc. But with NM I'm a bit lost as to how it equates the device with the network settings. Once I have the device working with the correct driver on my laptop, I'll look to apply the same settings on the server (which is then FC13 - but should be simpler as it doesn't have an existing wlan interface).

View 1 Replies View Related

OpenSUSE Network :: WMQ And 1414 Unable To Bind To Port

Feb 16, 2010

I have a QMgr running on a SUSE 11.1 - I start my runmqlsr under qmgr control on 1414. After a few minutes the listener dies saying that it can't bind to port. I did a netstat -a and I see no service on 1414. I did an lsof | grep 1414 and found nothing. what am I missing here?

View 4 Replies View Related

CentOS 5 Networking :: Unable To Reach Vps Ip From Same Physical Machine

Jan 15, 2010

i have sun Virtual box installed on my centos as my host os and centos as guest os.The ip on Sun virtual box virtual interface is10.0.2.15 and the ip on the physical machine is 192.168.1.11.when i try to ping the ip from my vps on centos to my physical machine it pings but it does't work when i try to ping my vps ip from my physical machine.Please recommend the route enteries i need to do in physical machine

View 3 Replies View Related

General :: Physical Drives Need To Use The Same Interface?

Feb 5, 2011

I understand the software RAID partition types on two physical drives that will be paired must be set to the same size. However,

1. Do the physical drives themselves need to be the same size?

2. Do the physical drives need to use the same interface?

e.g. Can I setup mirroring with one 80G SATA, and one 320G PATA? (And is this reliable/stable?). The use is for an asterisk server which came with the 80G, I can't find anything smaller than 320G for the 2nd drive, and the free connector inside is PATA.

View 1 Replies View Related

Networking :: Bonding / Binding Multiple Interface Into 1

May 27, 2010

I have 4 DSL modems connected with 4 different ISP's my scenario is

a) My FC-2 machine with LAN IP=192.168.10.1 and Bond0 IP=192.168.1.1
b) Modem-A LAN IP= 192.168.1.2 , ext IP=xxx.xxx.xxx.xxx
c) Modem-B LAN IP=192.168.1.3, ext IP=xxx.xxx.xxx.xxx
d) Modem-C LAN IP=192.168.1.4, ext IP=xxx.xxx.xxx.xxx
e) Modem-D LAN IP=192.168.1.5, ext IP=xxx.xxx.xxx.xxx

Modem-A, B, C, and D LAN connected with my FC-2 machine, and all 4 interfaces of my machine are in Bond0, Now please help me what default Gateway I should set in my FC-2 machine?>??? or I have to set 4 gateways in my machine?and will this configuration works?

View 1 Replies View Related

Networking :: Multiple IP Interface Creation With Down Status

Mar 4, 2010

I have to implement hardware redundancy.I have 2 linux machine for this and each have similar configuration/hardware. Lets say two machine Linux1 and Linux2. Currently Linux1 have one NIC and it has 4 IP address bind on it. Now I have to down the Linux1 and up Linux2 with same Ip addresses.

Could it possible to configure all the Ip (same)address on both Linux1 and Linux2 and Linux1 have eth:x status UP while Linux2 have eth:y status down.

I am trying it but on Linux2 machine I cant able to create multiple Ip interfaces with down status.

View 3 Replies View Related

Networking :: Multiple NIC's And Determining The Correct Interface?

Feb 8, 2010

I have two NIC cards installed, they both go to seperate networks. Occassionally I am not able to establish a connection via eth1. When looking at tcpdump traces I see that Linux is using eth0 hardware port and putting eth1's IP address in the packet to reply to the connection request. When the connections work its when Linux uses eth1's port.

View 3 Replies View Related

Ubuntu Networking :: Split Video Stream Across Multiple N/W Interface?

Sep 15, 2010

I want to do a video streaming to a remote PC across the internet. The video bitrate is around 600 kbps. But my internet connection supports only a maximum upload bandwidth of 400 kbps.So I thought I will get one more connection and use the combined upload b/w of 800 kbps to stream the video. I hope there should be a way to split the stream across two interface and merge them together at the remote endpoint. All this has to be done at real time.

View 1 Replies View Related

Ubuntu Networking :: Modify Network Cards MTU?

Apr 12, 2010

So I am looking to modify my network cards MTU (for some testing purposes), and I only know how to do it it Windows (via command prompt ping command with special flags) and not in Ubuntu.

Any easy way to figure out proper MTU numbers in Ubuntu?

View 2 Replies View Related

Networking :: Unable To Bind When NIS Master Down?

Mar 25, 2010

This morning, our NIS master server down (due to ram prob), and what happen is all the sun servers able to bind to NIS Slave, but not Linux servers.

Details:
sun_server[sab]% telnet linux01
Trying 10.x.x.x...
Connected to linux01.
Escape character is '^]'.

[Code]....

Where is the prob, in Sun or Linux? In Linux, how to make it able to failover to NIS slave?

View 2 Replies View Related

Networking :: Broadcom PCI Wlan Card On Alix Board

Nov 20, 2010

I'm having trouble setting up new Alix URL... system with a wireless card. I got the card from an old working Buffalo AirStation router. The card is a WLI-MPCI-G54 and is using Broadcom BCM4306 chip. I've installed Debian on the system.My goal is to make a wireless access point by using hostapd authentication service. I thought it might be a good idea to verify that the wlan-card is working properly first, but it can't seem to detect my local wlan.

View 1 Replies View Related

Networking :: IP Keeps Changing Between Network Cards?

Jul 8, 2010

I have a small pc running fedora 8 with iptables and 2 network cards for routing/firewall and secondary DNS.For some time I've been alerted by the network guys that this machine was generating some alerts. The real network IP address keeps being assigned to the other interface, intended for LAN only (10.0.0.1/24).I've already changed the PC, installed a more recent operating system, replaced the 2 network cards and the problem persists. I have another pc running the same services (except DNS) in a very simillar way and no alert logs from that one.onder if it is some configuration issue on my startup firewall script.I've also installed arpwatch and I could confirm this IP and physical address issue:

Arpwatch output:
hostname: my.host.name
ip address: my.ip.address

[code]....

View 5 Replies View Related

Ubuntu Networking :: Configuring The Network Interface Via Dhcp - Network Messages - Code: 00 55 89 E5 0f 1f 44 00 00 Fa 5d C3 90 8d 74 26

Apr 7, 2011

I am totally new to Linux and have just installed ubuntu 10.10. After configuring the network interface via dhcp I started getting these messages that come in so frequently I can't configure anything else.

[87.186415] Stack:

Why I am getting this messages and more importantly how do I get rid of them.

The installation is on a VM on Hyper-V.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved