bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xen networking setup


From: Shakthi Kannan
Subject: Xen networking setup
Date: Wed, 24 Sep 2008 18:37:51 +0530

Hi,

I need some clarification on Xen networking bridged setup.

I have a system that uses eth1 for Internet connectivity,
/etc/network/interfaces (for example):

iface eth1 inet static
  address 192.168.1.210
  netmask 255.255.255.0
  gateway 192.168.1.1
auto eth1

The documentation here:
http://www.bddebian.com/~wiki/microkernel/mach/gnumach/ports/xen/networking_configuration/

says "Comment out everything referencing your physical devices." for
/etc/network/interfaces.

1. So, if I comment eth1, how does adding something like:

auto br0
iface br0 inet static
    bridge_ports regex (eth|vif).* noregex
    address 192.168.10.60
    netmask 255.255.255.0

enable access to the Internet through eth1?.

2. Should we add anything to 'vif' in /etc/xen/hurd?

Thanks!

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]