CentOS 5 Networking :: Configure Server1 To Have A Different Hostname On The Standard Network Than On The Virtual Network?

Oct 5, 2010

I have a server that is on both a standard network and a virtual network, as follows: server1 attached to standard network server1 acting as Dom0 with two linux DomU guests (under Xen) I only have one network card. How do I configure server1 to have a different hostname on the standard network than on the virtual network? Here are the relevant network configuration files for server1:

/etc/sysconfig/network-scripts/ifcfg-eth0:1
DEVICE=eth0:1
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=192.168.122.9

[Code]...

View 1 Replies


ADVERTISEMENT

CentOS 5 Networking :: Gathering Network Usage Of Xen / Virtual Machines?

Jun 23, 2009

I've run into a problem gathering usage for my xen virtual systems. With my old model I used to gather all network usage via my cisco devices using the the counters for each port. Each system had it's own port on the switch, and I tracked network usage accordingly. Now that I'm using xen for virtual systems, and multiple vm's share the same switch port, i'm not exactly sure what my best option is for tracking usage.

I thought I may be able to setup vlans on the switch, and bind each vm to a different vlan using vconfig... but it seems like there has to be a better solution than that.

View 1 Replies View Related

CentOS 5 Networking :: How To Configure Network For Web Traffic

Oct 18, 2009

how to configure my network for web traffic.Here is my setup:I have the following virtual machines, (all guest are running on CentOS 5.3);

firewall: Smoothwall 3.0, (hardware, not virtual)
guest # 1: Apache http server
guest # 2: Qmail server
guest # 3: Proftp server

I want all of these services on different machines for security reasons, (mainly the ftp server) how do I route the traffic from the firewall to the different machines? I have been looking at setting up a reverse proxy, however, everything that I have read says that a reverse proxy will not handle the smtp/pop3 traffic. Can I just use a DNS server to route the traffic?

View 5 Replies View Related

Networking :: Lost In Network / Setting Up Network On Laptop With Virtual Guest Machines

Feb 16, 2010

I've been trying to understand how Linux creates the network/interfaces on a machine (been reading the Linux admin guide), but as I'm pretty new to this subject, I've got lost in the forest.

To provide with my goal:
1.) Learn about network setups on Linux
2.) Be able to maintain my own (virtual) network
3.) Configure my (virtual) network

View 1 Replies View Related

Networking :: Configure A Network Route To A Host For Testing Network Interface?

Aug 30, 2010

today I tried to configure a network route to a host for testing my network interface. Code: route add 192.168.1.15 eth0 As I have to eth interfaces and both interface got their IP from DHCP (192.168.1.11 and 192.168.1.12) and are in the same subnet, I shut the other interface down:

Code: ifconfig eth1 down Then I tried to test the interface by doing a ping to 192.168.1.15.
Problem: When I unplug the cable from eth0 (and eth1 is still plugged) the ping still works. Somehow my linux (it's debian) powers up again eth0 and pings over this port.

How can I stop my linux doing this. I just want to have the route added only on the one interface - not the other. Is it maybe some case of a default-gateway?

View 5 Replies View Related

OpenSUSE Network :: Hostname Not Saved In Router Table / Broadcast It To Entire Network?

Jun 13, 2010

I setup the hostname for my linux machine to Linux. If I try ping Linux from the same computer it works. If I try from another computer inside my network the host can not be resolved. If I ping the IP from another computer it works.

I take a look in my router at DHCP client list and my linux machine doesn't have the Hostname set up.

How to broadcast the hostname to the entire network?

View 8 Replies View Related

Ubuntu Networking :: Reset All Network Settings To Standard?

Mar 11, 2011

Is there a way of resetting all of the network settings to standard, as if a fresh copy of ubuntu had just been installed? The resulting discussion trouble-shooting the OP's specific problems were detailed and informative, but failed to answer the fundamental question:

View 7 Replies View Related

Ubuntu Networking :: Hostname Not Announced With Static Network Interface

Sep 17, 2010

My /etc/hostname is not announced on the local network (not showing up on my Mac nor router) when setting /etc/network/interfaces to:

Code:

iface eth0 inet static
address10.0.0.10
netmask255.255.255.0
gateway10.0.0.1

I have tried bringing the interface up and down, and have also rebooted. If I change it to DHCP it will display, but this does not really help me.

View 9 Replies View Related

Ubuntu Networking :: Not Showing Proper Hostname On Local Network

Mar 8, 2011

I found that I needed to connect them to the same workgroup, which I now have and for the most part it works. However, for one of the computers I do not want to use a .local domain, rather I need to use a .org. But no matter what I do, other computers on the network think it is a .local hostname. Currently the /etc/hostname on the computer file is as follows:

[Code]...

Here is a screenshot of an ipscan done from another computer on the local area network so you can see what I'm talking about.

View 2 Replies View Related

CentOS 5 Networking :: Setup A Network To Network VPN Tunnel Between Our Main Office And A Temporary Location?

Aug 12, 2009

I am attempting to setup a network to network VPN tunnel between our main office and a temporary location. This location need full VPN access back to the main office's network.Anyhow we have spent about 3 solid days attempting to make this work without any great success. Here is our network scheme for these two devices.

Network A (Main Office) (OpenBSD using isakmpd)
Network: 172.16.8.0/24
External IP: 1.1.1.1 (obviously not the real IP)[code].....

View 2 Replies View Related

CentOS 5 :: Configure Network During Installation?

Jul 26, 2009

I try to install CentOS 5.3 with DVD. After choosing option for disk format, next step should have been Network configuration (for dynamic or static) but I found no thing. I chech many times but still can not find any steps so that I can configure network before anaconda starts to install CentOS. Note that, I choose option to install from dvd not via network.

View 3 Replies View Related

OpenSUSE Network :: Create A Gateway Server That Allows Virtual Private Network Connections?

Feb 26, 2010

I have openSUSE 11.2 installed and i need to create a gateway server that allows virtual private network connections. I want to play with my friends some lan games, but we are in different networks, so i want to create this gateway server so we can connect with VPN clients to this server and play freely.

View 7 Replies View Related

OpenSUSE Network :: Network Manager Default Connection Can Handle Virtual Interfaces?

Jun 7, 2011

I've not found how to configure more than one ip address with network manager.Nor with kde nor with plasmoid network manager.I need several virtual ip addresses for eth0 when the "default" of eth0 is connected i.e. "Connected to Auto eth0" should initialize the virtual interfaces.I have not found no even how to configure the ip address.I think this will be used from ifup config in yast or not?There I have the virtual interfaces but they are not taken from network manager.And last but no least: Is it possible that when using network manager the eth0 is enabled even no user has logged in?

View 4 Replies View Related

OpenSUSE Network :: Setup Xen Virtual Nodes We Encountered One With The Network?

Jan 26, 2010

while trying to set up Xen Virtual Nodes we encountered one issue with the network (which is why it is posted here On the DomU the interface is provided by a bonding -bond0- of three NICS. Now the Xen network script a) does not take this bonding b) destroyes even this bonding From a number of posts I assume I have to configure this by hand, correct? Is there an instruction how to do this? Simply create a bridge on top of bond0??

View 1 Replies View Related

OpenSUSE Network :: Start Network Interface At Virtual Terminal

Mar 1, 2010

I would like to use zypper to update openSUSE 11.2 through the Virtual Terminals (tty1 thro' tty6).

Network Interface is wlan0 (Wireless LAN, home network through a Router) that requires a password using WPA2.

My question is how to start wlan0 through the command-line ?

View 9 Replies View Related

General :: How To Configure Network Redundancy In LAMP - CentOS

Jan 18, 2011

Our machine has two NIC on it but i'm only using one NIC, how do i make the most of the other one? I'm wondering if i can use it as a redundancy or load balanced but i dont know how.

View 2 Replies View Related

OpenSUSE Network :: Virtual On Windows Host - Bad Network

Mar 9, 2010

I just intalled OpenSuse 11.2 on VmWare Server 2.0.2, the network is configured as Bridged and is sucefully configured a fixed IP in my network. Ok... The problem is... I can ping / trace all addresses from OpenSuse console. But I Can't wget all of them... It's a random thing. the same address that trace's ok, don't work for HTTP.

View 2 Replies View Related

OpenSUSE Network :: Connecting To A Network On 11.3 On A Virtual Machine

Sep 28, 2010

Recently loaded 11.3 onto a virtual machine, however none of the network settings will allow me to connect to the internet. First time Ive had this happen, other distro's Ive experimented with connected with no problems. I recall seeing a similar topic some time ago (dont remember if it was here or another forum), but at the time, there had been no fix. Anyone know if this has been fixed?

View 5 Replies View Related

Ubuntu Servers :: Airport Card On A Wireless Network - Couldn't Auto-configure My DHCP Network

Aug 13, 2011

I've installed the Ubuntu 10.04 Server onto a PPC G4 Mac just for the experience of setting up a server. During the installation process Ubuntu couldn't auto-configure my DHCP Network. I'm using the airport card on a wireless network. How can I manually configure the network once Ubuntu is installed.

View 6 Replies View Related

OpenSUSE Network :: Configure A Connection With YAST As Well As With Network Manager?

Feb 1, 2010

Im new in this world of linux and suse. I have just installed the opensuse 11.2 in a Dell Inspiron 5160. Such laptop has a BCM4306 Wireless LAN controller. When I tried to configure a wlan connection, I found that the firmware was not installed. After looking in different forums, I installed the firmware b43. Now, my wlan card is abled to find the wireless of my router.

I have tried to configure a connection with YAST as well as with Network Manager, but both cases failled. Specifically, when I use Network manager, Im able to see in the applet my connection, how strong is the signal, but I see a yellow symbol (in one forum, such a box is shown with a green symbol).

I have check many time all about the secutity, encryption, and so one and all seems to be correct. But when I open the mozila firefox or the konqueror browser, no chance to surffer in internet. Now Im just a step to become crazy. The drivers are ok, the information about the router and the keys are ok, but in such a way, I am still harmloss.

View 1 Replies View Related

OpenSUSE Network :: Cannot Start Network Manager - To Configure My Wlan ?

Nov 27, 2010

I have just installed opensuse 11.3. I am absolutely new for Linux and for this forum. I have tried to open Network manager to configure my wlan. But its not starting. How to start network manager and configuring my wlan.

View 4 Replies View Related

OpenSUSE Network :: Unable To Configure Network / NICs Not Being Detected?

Sep 6, 2011

I'm going to come right out and say I am a complete novice with Linux/SUSE. The equipment I'm having a problem with is a little web-server that was purchased by my employer that has, quite suddenly, stopped functioning. I was changing the IP address within YaST, at which point the device offered to update itself, which I saw no harm in. Post-update, however, I was unable to so much as ping the device.

I tried "ifconfig eth0": "Error fetching interface information: Device not found." I went into network settings via YaST and found that there are two cards now listed as: RTL8111/8168B PCI Express Gigabit Ethernet controller Both IP addresses are "Not configured". The information pane, for both cards, cites:

RTL8111/8168B PCI Express Gigabit Ethernet controllerBusID : 0000:02:00.0 Unable to configure the network card because the kernel device (eth0, wlan0) is not present. This is mostly caused by missing firmware (for wlan devices). See dmesg output for details. The only difference in either of the cards is the BusID (0000:02:00.0 and 0000:03.00.0)

I can neither edit nor delete either of these cards. As I mentioned, I am a total Linux novice, and am at a total loss for what to do next, or even how to find critical information about the system itself. I know enough to check dmesg, but not enough to have any clue what to look for in the output.

View 9 Replies View Related

Networking :: System Virtual Machine Does Not Get Network / Fix It?

Apr 19, 2011

I'm running Red Hat as a virtual machine on VMWare and the network configuration on VMWare is a bridge and i have had this problem, some times does not get network o others do, i have verified code...

View 2 Replies View Related

Networking :: Setting Up A Virtual Network Using Virtualbox?

Oct 26, 2010

So I'm wanting to learn a bit more about networking (ok, ALOT more), and I was thinking of trying to setup a virtual network via Virtualbox on my desktop, and as seperated from the internet as humanly possible (preferably no connection whatsoever).

Ignoring a few of the obvious problems (like my little dual core potentially running half a dozen VMs on 2G RAM), I am wanting some guidance as to what programs I would need or some documentation on setting things up.

I have no real clue where I would want to start with this, but I want it as a testbed for future toying with, to learn from, and just generally as something for me to hack at to see what does what, how, and why.

View 6 Replies View Related

Networking :: Feasible / Desirable To Setup A Network Of Virtual Machines To Use As An Environment To Learn Networking?

Nov 18, 2010

I've been learning linux for a while now with half an eye on making a career out of it in future. One sizeable gap in my knowledge at the moment is networking. Is it feasible/desirable to set up a network of virtual machines to use as an environment to learn networking? My budget is non-existent so I was hoping to be able to get a basic understanding of the principles from installing a few desktops, a virtual gateway etc on VMware workstation on my laptop, and doing a lot of reading online.

Is this feasible, or will I just end up learning about virtual networks instead of real ones? Also how much power would be required, because my 3GB RAM lappy has just gone bang and all I have now is a (new) 1GB RAM lappy.

View 10 Replies View Related

Fedora Networking :: Isolated Network For Virtual Machines?

Oct 10, 2010

give a reference to the definition of 'isolated network' as used in the Virtual Machine Manager? I have virtual machines that I do not want to have access to the host, I thought 'isolated network' did this but the VM's can ping the host. If (probably) I am wrong, how can I create an network that can not see anything else but what is also on the same network? The host and the isolated network are 192. and 172. The virtual bridge is not connected (or so it says) to any physical device.

View 2 Replies View Related

Fedora Networking :: How To Create Virtual Network Adapter

Nov 11, 2010

I m facing problem in creating virtual network adpater. I want to have multiple mac address for a single NIC.

View 2 Replies View Related

Ubuntu Networking :: Virtual Machine Not Listed In Network

Feb 21, 2010

I installed a minimal ubuntu (minimal.iso) on a virtual machine (vmware) on my windows pc using following packages:
Code:
sudo apt-get install install gnome-core gdm network-manager-gnome human-theme x11-xserver-utils tangerine-icon-theme gnome-themes-ubuntu ubuntu-artwork jockey-gtk gnome-utils firefox

I'm using the Ubuntu VM as my local http server. It is reachable via ip - so http://IP-ADDRESS works. I also use samba for shared folders... but ubuntu is not listed in my network. What means that i cannot access files from outside the vm. Do I have to install further packages, because "normal" ubuntu distributions are listed in my network connections. Samba packages are correctly installed.

View 2 Replies View Related

Networking :: Virtual Network Adapter With Multiple Mac Address

Nov 10, 2010

Is it possible to create virtual network adapter on the same physical network adapter? or How to give or have multiple MAC Address to the same adpater? I m working on centos 5.3.

View 6 Replies View Related

Networking :: Configure AD-hoc Network Between Two Systems?

Mar 9, 2011

I am doing a project based on the AD-HOC network. i have to do this on the two linux systems currently i am using fedora 13 and opensuse 10.3 beacuse the two laptops supports only these. the exact problem is how to configure the adhoc network to connect these two systems urgent reply needed please

View 1 Replies View Related







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