CentOS 5 Networking :: Setup Multiple Bridges For Use With KVM?

Jan 7, 2010

Running CentOS 5.4 x64. Have successfully bridged eth2 with br2 by following the instructions here: [URL]../Networking (under the RHEL section) Have been running several KVM VMs successfully via this bridge.

I am now trying to bridge additional interfaces by using the same routine. Each bridge is named to correspond with the ethX device its bridged with.

Example of ifcfg-eth0 script:
DEVICE=eth0
HWADDR=00:16:76:D6:C9:45
ONBOOT=yes
BRIDGE=br0

[Code]...

View 3 Replies


ADVERTISEMENT

CentOS 5 Networking :: Multiple NIC - How To Setup VMware Servers

Apr 15, 2009

So I have a pretty big networking nightmare on my hands right now. Stepped into the dog crap with this one, told my employer that I knew how to setup vmware servers right? Its not hard, install CentOS, install vmware, run the config tool, bridge the network, down the road we all go right? We have 3 servers running about 10 virtual servers.

Here is what we have all together.
CFU <- This is the internet. We have IP ranges xx.18.230 - xx.18.241 Gateway is xx.18.254 and subnet is xx.255.128
DELL PowerConnect 3348 Switch <- This is what everything is pretty much jammed into.
VMH1 <- This machine has 2 NICs
eth0 connects to the DELL switch somewhere on the upper 30+ ports
eth1 connects to the DELL switch on port 1.

It uses firestarter and is the gateway for our internal internet on 192.168.11.XX using IP 11.254. It has 4 vm's on it. One of them is the domain controller, hooked to eth1 using IP xx.11.1. The other one is a server for managing remote backups, it has an external IP linked to eth0 of xx.18.234. The other 2 vm's are for misc remote login stations that use internal ip addresses linked to eth1. It hasn't had a single problem communicating on either one of the ports..

VMH2 <- This server hosts a web server, and some other misc stations.
It hosts a web server on xx.18.230 and xx.18.231
It also hosts 2 workstations on a seperate network, through another router that is wireless....

Now, we have the problem child, VMH3
VMH3 <- This hosts...nothing. It sits and has a ton of storage, but does absolutely nothing, but won't communicate out either one of its network ports.
The xx.36.xx and xx.22.xx networks are there because we have multiple businesses in the building that shouldn't see each other.

View 3 Replies View Related

OpenSUSE Network :: 11.2 Xen Bridged Networking - Setup Multiple DomU Through The Default Bridge Setup

Feb 4, 2010

Im trying to setup multiple domU through the default bridge setup. I am able to access only one of them through the network at a time. If you ping one of the domU it works perfectly but you cannot ping any of the others until you stop pinging the one and even then it takes a bit before you can. Ive looked around for a while and seen similar problems but nothing ever seems quite the same. Im probably missing something really stupid. Or is this the way the bridge is supposed to behave? Do i need to use a routed virtual network?

[Code]....

View 1 Replies View Related

CentOS 5 :: How To Setup Subversion Server To Run Multiple Projects

Jan 17, 2011

I want to know How to set up Subversion server to run Multiple Projects? I want something to manage it over the web or manage it over kloxo as I am currently using control panel kloxo.

View 3 Replies View Related

CentOS 5 Networking :: Multiple Nics With Multiple Gateway ?

Jun 16, 2009

I have a CentOS 5.3 box with three network interfaces in it. Each interface is attached to a separate VLAN and I want traffic to stay on each network segment.What I can�t figure out is why I cannot get each interface to have its own gateway and everything gets sent through the default gateway.The basically takes my possible 3Gb total bandwidth and throws it down a single 1Gb pipe.Then on top of that, if I take down the interface (ifdown) that has the current default gateway,I loose contact to the other two interfaces.When I look at the routes, each one of the interfaces shows the gw as 0.0.0.0 and defers to the default route. So I delete the route and try to add a new route with:

[root@testsan ~]# ip route add 10.1.15.0/24 via 10.1.15.1 dev eth2

but end up with the error:

RTNETLINK answers: Network is unreachable

[root@testsan sysconfig]# cat network
NETWORKING=yes
NETWORKING_IPV6=no[code].....

View 5 Replies View Related

Networking :: Setup Iptables Firewall And DMZ With Multiple Public IP's?

Nov 27, 2008

We have a new Bussiness DSL line with 16 public addresses.What we want is to setup a DMZ to run some services and internet to the LAN. Here's a schematic of what we want:

Code:

Backup Internet Main Internet
connection connection
| |
| |
SDSL Modem BDSL Modem

[code]....

The webserver has the following settings:

IP: 12.34.56.125
subnet: 255.255.255.240
gateway: 12.34.56.126

What IPTABLES rules do i need to setup to "see" all IP's in the DMZ-2 from the internet?

View 2 Replies View Related

Networking :: Setup Multiple FTP Servers With Distinct Data Sets With 1 Master FTP Server?

Aug 27, 2009

Faced with disk-bound issues on a FTP server with high traffic. Would like to set up multiple FTP server nodes with dedicated storage for each node where all FTP access is managed by a master FTP server. So, a user would FTP to a single externally visible IP address for the master FTP server and then get routed to the appropriate FTP node. Are the mutiple FTP nodes required or is there a better way of doing this? Perhaps only one FTP server is required and then each node would serve as a separate file server

View 1 Replies View Related

OpenSUSE Network :: Interface Configuration With Bridges?

Apr 20, 2010

I have a little problem with my Linux Suse 11.2 Server. I have unused network card with one port, and one with 4 ports and two used ports.

so->
eth1 is connected to a dsl-modem
eth2 is connected to a switch

i want my suse server to route between modem and switch.

Somehow, I can't go in the internet via eth1. I have to create a bridge br0 to go in the internet. very strange, when i delete the bridge and set eth1 as primary device, i have no internet.

How can i route from eth2 (10.x.x.x) to (eth1 or br0 (80.109.145.x) to Modem (80.109.145.1)?

View 1 Replies View Related

Software :: Routing On 2 Bonds/xen Bridges Over Two Different Networks?

Feb 9, 2010

I'm trying to setup the following on a red hat 5 HP DL380 server: (2 bonds mapped to 2 xen bridges on 2 different networks)

interfaces bond xen bridge network
eth0&eth1 -> bond0 -> xenbr0 -> 172.16.6.0/24
eth2&eth3 -> bond1 -> xenbr1 -> 172.16.5.0/24

For IP bonding I want the OS be responsible for configuring the Network Bridges(not xend). So I've commented out any line starting with '(network-script' in the /etc/xen/xend-config.sxp file.

My configuration is as follows:

1) For Bond0:
[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
USERCTL=no
ONBOOT=yes

[Code].....

So the static routes that are configured, do not seem to taking effect.

View 1 Replies View Related

CentOS 5 Networking :: Multiple NICs On The Same Subnet?

Mar 30, 2009

I have a motherboard which has 4 x 1Gbps Ethernet controllers. I would like to use it as a Gateway for my home network. I have a static IP from my ISP which I can use to configure eth0 (I haven't done it yet as the LE-565 is currently sitting behind my Netgear router until I've got DHCP working). I would like to use eth1, eth2 and eth3 for my LAN. How do I set things up so that DHCP is handing out IP addresses on the same subnet (192.168.0.0/24) on all three interfaces?

P.S. I think what I'm asking is: how do I combine all 3 interfaces to behave like a switch (ie. just like my Netgear router)?

View 6 Replies View Related

CentOS 5 Networking :: Multiple Domains On 1 System?

Dec 22, 2010

I have a virtual machine with two network interfaces. Now I wanted that both are part of different domains and tried to configure that with system-config-network. But there I only could change the the domain for the entire system. Is it possbile to edit the Domain for each network interface. If yes how?

View 1 Replies View Related

CentOS 5 Networking :: How To Setup Nfs / Nis On 5.6

Jul 26, 2011

my network: centos 5.6 machine, 2 disks in raid 1 client: centos 5.6 machine, 1 disk, no raid setup.the raid machine has 2 users beloning to one group (and root, with root group)
the client machine has 1 user, same groupNAME as on the raid machine. (again root, with root as group too).

where can i find the low-intelligence-level instructions for setting up nfs (the raid machine should become server) and nis (i got it is needed too).i tried some instructions from the Net (one of redhat enterprise e.g.), but after that i could mount the exported directory on the client machine, open the folder, read and copy from that folder to the client itself, but NOT write to the folder (folder with the mounted fs from the server).

View 1 Replies View Related

Ubuntu Security :: What Passes Between Interfaces And Bridges On To Another Iface

Dec 5, 2010

im compiling from source on a old rig i have, its running ubuntu 10.10 server edition and i finaly got all the dependencys installed to a point where ./configure actualy worked. but whne i try and run make this is what i get.

[code]...

View 1 Replies View Related

CentOS 5 Networking :: GRE Setup For WCCP?

Sep 30, 2009

getting GRE configured on CentOS 5.3 using Squid 2.6. I think I have everything else setup, but can't find a good reference for configuring the GRE tunnel.

View 1 Replies View Related

CentOS 5 Networking :: Setup Two NIC's And VLAN's?

Sep 12, 2011

I'm trying to setup a Asterisk box with two NIC's. The idea is that one NIC connects to the LAN on VLAN2 (for internal voice) and the other to the SIP trunk on my ISP's Cisco 1811, configured for VLAN3.

Some info: The Cisco's VLAN1 + 2 are available on my switch. VLAN1 = 10.105.44.x with gateway .254 (the Cisco). VLAN2 = 10.106.45.x with gateway .254 (the Cisco). The Cisco's VLAN3 is available on only a single port on de Cisco, connected to one of de NIC's of the Asterisk box, eth1, with IP 10.106.46.1 and gateway .254 (the Cisco). The other NIC, eth0, is connected to the switch, on a port setup for VLAN2.

So, what I'm trying to achieve: Use eth1 tagged with VLAN3 to connect to the SIP trunk. (I could do this with a static route because my provider has a fixed IP to connect to) Use eth0 for all other traffic.

Here are some config files I've setup so far (I'm stuck on connecting to the SIP provider):

network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=localhost.localdomain
GATEWAY=10.106.45.254

[Code].....

View 1 Replies View Related

CentOS 5 Networking :: Multiple NICS In Same Machine Connected To The Same Switch?

Dec 8, 2009

I have a program that attaches to an interface. I can run two copies of the program on two systems (each running one instance), connect it to a switch, say 1.1.1.1 & 1.1.2.1. In this configuration two instances of the program can communicate and everything is fine.

Now, to reduce cost, it want to use only one system with two nics connected to the same switch, running two instances of the above program, each instance attached to two interfaces respectively on the system. I have the following settings:

eth1 Link encap:Ethernet HWaddr XXXXXXXXXXXXXXX
inet addr:1.1.1.1 Bcast:1.1.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
eth2 Link encap:Ethernet HWaddr XXXXXXXXXXXXXXX
inet addr:1.1.2.1 Bcast:1.1.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

[Code]...

View 6 Replies View Related

CentOS 5 Networking :: DHCP Server To Serve Multiple Networks?

Dec 11, 2009

I was just wondering if someone could tell me the best method to connect all my hardwares together to achieve better result.HARDWARES.Cable ModemNETGEAR ROUTERNETGEAR FS728TS Smart switchLINUX SERVER WITH 2NICS.I want my dhcp server to serve 3VLAN networks. I need someone to show me how to do this. What do I need to do. keep in mind, I want eth0 to be used for public address only while eth1 for LAN. DHCP will be on eth0, but I need LAN on eth1 to be relayed back to eth0. This is my school project.

View 4 Replies View Related

CentOS 5 Networking :: Create Multiple Virtual Adapter For VLAN'S

Jul 3, 2010

I need to set a NAC (PacketFence) system (CentOS 5.5), i would like to set in my case eth0 to work with several different VLAN'S i created ifcfg-eth0.2 copied from orginal ifcfg-eth0 and changed the ip and append VLAN=yes but when i am triyng to load ifcfg-eth0.2 i get error

my ifcfg-eth0 goes as follow

# Intel Corporation 82578DM Gigabit Network Connection
# Normal VLAN Lan adapter (Managment)(On-boad 1st NIC)
DEVICE=eth0

[code]....

View 2 Replies View Related

CentOS 5 Networking :: OpenVPN Multiple Servers With Clients Access

Dec 27, 2010

what is the best way here? I have like 5 servers, and I want my clients to access each of them, so in case 1 server is down, they can access remaining servers. Also, it will work like user1 chooses the server number and is connecting to a central database, then reply is OK, and he can connect to the server number he wished.

View 1 Replies View Related

CentOS 5 Networking :: Adapter Failing Intermittently On Multiple Machine?

Jan 25, 2011

We have two recently installed centos machines, each running 5.5, and hosting an elastix pabx distro as well as a Virtual PC instance. On both machines, the network adaptor fails completely every week or so. As they are remote machines, the only option we have when this happens is a manual reboot.

I might be barking up the wrong tree here, but the only significant difference on these machines to others we have deployed is the Virtual PC instance. The machines have dual ethernet ports, with one assigned to the virtual PC. When the network failure occurs, it does not effect the virtual machine, which continues along merrily.

My expert colleague does not think so, but can anyone think of any way that our configuration could be causing the problem? If not, does anyone have any ideas on what the problem could be, or where I would start looking for information on the machine to debug the issue?

View 6 Replies View Related

CentOS 5 Networking :: Multiple Static ISP IP Addresses / Servers Configuration

Mar 31, 2011

I have a CentOS5 server with dual ethernet adapters + Webmin installed as my Router / Firewall / DHCP server working successfully with 1 static IP from my ISP. I also have 7 additional static IP addresses from my ISP needing to configure to individual servers inside my network. I have configured the additional virtual interfaces, but am lost on how to route data specifically from additional ISP address to specific internal network address.

Below is my desired configuration.
98.173.159.xx1 = eth0 physical interface ==> eth1 192.168.1.1
98.173.159.xx2 = eth0:1 virtual interface ==> 192.168.1.10 ==> CentOS Server 2
98.173.159.xx3 = eth0:2 virtual interface ==> 192.168.1.20 ==> CentOS Server 3
98.173.159.xx4 = eth0:3 virtual interface ==> 192.168.1.30 ==> CentOS Server 4
98.173.159.xx5 = eth0:4 virtual interface ==> 192.168.1.40 ==> Mac OS X Server 1
98.173.159.xx6 = eth0:5 virtual interface ==> 192.168.1.50 ==> Mac OS X Server 1
98.173.159.xx7 = eth0:6 virtual interface ==> 192.168.1.60 ==> Network Attached Storage Server 1
98.173.159.xx8 = eth0:7 virtual interface ==> 192.168.1.70 ==> Windows 2008 Server 1

View 2 Replies View Related

CentOS 5 Networking :: DWA-110 Wireless USB Adapter Setup

Oct 6, 2009

I have D-Link DWA-110 wireless usb adapter.
$/sbin/lsusb
Bus 001 Device 002: ID 07d1:3c07 D-Link System Wireless G DWA-110 Adapter

View 2 Replies View Related

CentOS 5 Networking :: OpenLDAP And Samba PDC Setup?

Dec 17, 2010

I have setuped OpenLDAP+Samba PDC. When I create user and group -> Errors.
smbldap-group -a admin
No such object at /usr/sbin/smbldap_tools.pm line 457
smbldap-useradd -am -g admin admin
Could not find base dn, to get next uidNumber at /usr/sbin/smbldap_tools.pm line 1192

View 3 Replies View Related

CentOS 5 Networking :: How To Setup A PPPoE Server

Jan 5, 2011

I would like to set up a PPPoE server based on CentOS 5.5 i386, in order to give public IP addresses to my customers. Does have anyone a tutorial or can you give me some clues ?

View 1 Replies View Related

CentOS 5 Networking :: Which File Can Setup Up Network Interfaces

Jul 20, 2009

which file can setup up my network interfaces? i was able to setup the nameserver using /etc/resolv.conf but I cannot find anywhere to configure the ip and and gateway. I could't find /etc/network/interfaces as you do on Debian

View 1 Replies View Related

CentOS 5 Networking :: DHCP Work But Not Able To Setup Static IP?

May 26, 2010

I am having several boxex with centos on it. No pb. I have recently setup a new box with centos 5.4 and I am not able to get the network working on it when configuring a static ip.I've configured eth0 and dns using "setup": unsuccessfulI've used the network config GUI: unsuccessfulAnd it is working very well when I let the dhcp getting the setting.I need a static IP.Here is the getinfo output when static ip setup, and below it, the getinfo for dhcp setting

== BEGIN uname -rmi ==
2.6.18-194.3.1.el5 i686 i386
== END uname -rmi ==

[code]....

View 3 Replies View Related

CentOS 5 Networking :: Looking For Realtek 8112L Card Setup?

Aug 23, 2010

I've done some research for CentOS and Linux support in general for this card, and I haven't found the answer I'm looking for. Does anyone use this card in a system of theirs, and, if so, how easy was it to set up? It's on an Asus M4A785T-M/CSM motherboard that I'm looking to purchase (Newegg link here for reference). I've seen a lot of Realtek cards have zero problems in Linux before, but I know each chipset is different.

View 4 Replies View Related

CentOS 5 Networking :: Setup A Crossover Connection Between 2 5.5 Boxes

Feb 7, 2011

i am not able to set up a crossover connection between 2 CENTOS 5.5 boxes.

View 4 Replies View Related

CentOS 5 Networking :: Setup A Perfect Server 5.5 With IPv6 Only

Mar 1, 2011

I have a he.net ipv6 tunnel account and a manage to pass all the test to sage mode, but with debian 6.

I would like to have a step-by-step setup of centos 5.5 with iRedMail 0.7, but for only ipv6.

IP6TABLES
iRedMail with LDAP
DHCP for ipv6 (optional, just wanted to see the config)

Can't seem to add jpg files.

View 1 Replies View Related

CentOS 5 Networking :: Setup Public Accessible VPN On The Internet?

Jul 8, 2011

I am running CentOS release 5.6 (Final) and have successfully installed PPTPD and this works great internally.

I want to access my Linux box remotely on the internet via my VPN tunnel. However I am not sure what I need to do on the Linux box to make this happen. My linux box is multihomed as follows

PSTN WWW <===========> ADSL Router Firewall <----------------> [eth1 192.168.x.x] Linux Box [eth0 172.16.x.x] <-----> to LAN

The desired topology is as shown.

VPN Client <------> Home ADSL Router <======= PSTN WWW =======> ADSL Router <------> eth1 Linux Box

1. The VPN is setup and bound to eth1 and eth0 and works well internally

2. IPSec, GRE and PPTP rules have been declared on the router which port map to eth1

However I am still unable to setup a VPN connection to Linux Box I suspect something hasn't been done or I have setup my NATing or IPTables correctly on the linux box.

View 4 Replies View Related







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