LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Bridged networking on openSuSE 11.4 with Xen ... (https://www.linuxquestions.org/questions/suse-opensuse-60/bridged-networking-on-opensuse-11-4-with-xen-898537/)

sankeny 08-20-2011 07:22 PM

Bridged networking on openSuSE 11.4 with Xen ...
 
Newbie Question:

How do I setup networking on openSuSE 11.4 on an HP Proliant DL385 G7 with 4 NICs to host Windows 2008 R2 on Xen?

I've installed openSuSE 11.4 with all the patches (and most of the server patterns - Mail and News, LAMP, LDAP, Samba, etc.), and I've installed Windows 2008 R2 in a Xen virtual machine. I'm having problems configuring the 4 NICs

eth0, eth1, eth2, eth3 are "bound" without an ip_address as br0

eth0 connects to my ISP - currently through a private LAN - It connects directly to the router with static IP 192.168.0.105

Eventually, one of the other NICs will serve ip_addresses via DHCP to a separate LAN (for use in an office setting), and eth0 will be set with a static IP from the ISP That means, eth0 will be static to the ISP, and the other NICs will attach to a switch serving private ip_addresses in the 192.168.0.xxx range.

Currently, I have br0 unconfigured and eth0 static.

I have configured eth0 in the External Zone and br0 in the Internal Zone in the firewall, and all the correct ports are opened (afaik) I have enabled masquerading. Hostname, Domain (workgroup), DNS Server addresses and IPv4 Gateway are configured.

Windows 2008 R2 (Guest VM in Xen) "sees" the other machines on the network, and "browses" the internet, although it will not download patches except intermittently. I have not tried connecting to it from the LAN Eventually, I wish to run Windows Terminal Server.

openSuSE cannot "browse" the internet, though it initially did.

What am I missing? I "think" I need routing or NAT, or I may have my bridge setup incorrectly, although I've tried almost every combination.

Google says Xen should be setup with either NAT or a Bridged Network.

Output of ifconfig:

br0 Link encap:Ethernet HWaddr 3C:4A:92:76:B8:F2
inet6 addr: fe80::3e4a:92ff:fe76:b8f2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:953 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:119849 (117.0 Kb) TX bytes:368 (368.0 b)

eth0 Link encap:Ethernet HWaddr 3C:4A:92:76:B8:F2
inet addr:192.168.0.105 Bcast:0.0.0.0 Mask:255.255.255.255
inet6 addr: fe80::3e4a:92ff:fe76:b8f2/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:9259 errors:0 dropped:0 overruns:0 frame:0
TX packets:588 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2996219 (2.8 Mb) TX bytes:75044 (73.2 Kb)
Interrupt:44 Memory:f6000000-f6012800

eth1 Link encap:Ethernet HWaddr 3C:4A:92:76:B8:F4
UP BROADCAST PROMISC MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:45 Memory:f4000000-f4012800

eth2 Link encap:Ethernet HWaddr 3C:4A:92:76:B8:F6
UP BROADCAST PROMISC MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:51 Memory:fa000000-fa012800

eth3 Link encap:Ethernet HWaddr 3C:4A:92:76:B8:F8
UP BROADCAST PROMISC MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:48 Memory:f8000000-f8012800

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:295901 errors:0 dropped:0 overruns:0 frame:0
TX packets:295901 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:57617543 (54.9 Mb) TX bytes:57617543 (54.9 Mb)

tap1.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:1442 errors:0 dropped:0 overruns:0 frame:0
TX packets:2486 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:171592 (167.5 Kb) TX bytes:698967 (682.5 Kb)

vif1.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
inet6 addr: fe80::fcff:ffff:feff:ffff/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:1848 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

Thanks in advance.


All times are GMT -5. The time now is 04:08 PM.