All of lore.kernel.org
 help / color / mirror / Atom feed
* Networking
@ 2002-09-16 17:35 Facey Brian
  0 siblings, 0 replies; 6+ messages in thread
From: Facey Brian @ 2002-09-16 17:35 UTC (permalink / raw)
  To: netdev

Dear Net Developers,

I inherited an SGI 320.  I have Slackware 8.0 running on it and I am
eager to connect it to the network.  I edited rc.inet1 and ran it. 
Unfortunately, I could not configure eth0.  Which driver do I need to
select in rc.modules?  
Is the ethernet port SGI proprietary?  

Please advise.

Thanks,

Brian

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Networking
@ 2004-01-15 21:26 Tommy McCabe
  0 siblings, 0 replies; 6+ messages in thread
From: Tommy McCabe @ 2004-01-15 21:26 UTC (permalink / raw)
  To: linux-8086

What networking connections does ELKS support? SLIP?
PLIP? Modems? What utilities are available for networking?

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

^ permalink raw reply	[flat|nested] 6+ messages in thread
* networking
@ 2004-06-27  4:43 James Harper
  2004-06-27  4:54 ` networking sh1978a
  2004-06-27  8:32 ` networking Ian Pratt
  0 siblings, 2 replies; 6+ messages in thread
From: James Harper @ 2004-06-27  4:43 UTC (permalink / raw)
  To: xen-devel@lists.sourceforge.net

[-- Attachment #1: Type: text/plain, Size: 1567 bytes --]

I have domains > 0 booting under the latest release. Here's some things I've noticed:

. even though I have /etc/network/interfaces configured, eth0 just starts as dhcp, even though there appears to be no dhcp daemon running. Maybe this is because it is running in runlevel 4?
. Domain0 has (or will have) eth0, eth1, and eth2. I want vif1.0 bridged to eth2, and vif1.1 bridged to eth1. I don't seem to get any say in the bridging done in domain0, xend appears to do it all itself.
. I can't get any access to dom1's console. telnet localhost 9601 just causes xend to complain.
. even though I have specified mac addresses in the config file, it just gives a random one with the AA prefix. I think a locally assigned mac address should look like: FE:FD:xx:xx:xx:xx. A suggestion for assigning these dynamically could be: FE:FD:rr:rr:vv:ii where rr = a random prefix (or maybe in a config file), vv is the vmid, ii is the interface index. rr:rr would be necessary in a site with multiple xend servers.
. Destroying a domain doesn't appear to remove it from the list in "xm list"
. When I restarted a domain with 2 nics (had 1 before), dom0 is no longer reachable (i'm sitting at home while the server is at work so I can't check why at the moment - the server could have been stolen for all I can tell from here :).

As i've mentioned before, i'd really like to see xend call a script when a vif comes up, so it can be bridged, routed, whatever, as appropriate. Ditto for when a vif goes down.

Hope that the above is useful rather than annoying!

James

[-- Attachment #2: Type: text/html, Size: 2231 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Networking
@ 2004-07-21 22:13 Kathy Chen
  0 siblings, 0 replies; 6+ messages in thread
From: Kathy Chen @ 2004-07-21 22:13 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

Hi, 
 
I am using the unstable Xen installed last week. I don't know if others also encoutered the same problems as me. 
 
First, Xen is installed successfully and I can start new domains, and ssh into them from other machines. But whenever I reboot the Xen machine,  I need to use "service network restart" to make the network working. The booting process shows nothing wrong with the eth0.
 
The second problem is that after I created a new domain, e.g., dom1. if I want to restrict it to a specific IP address, e.g.:
   iptables -P FORWARD DROP
   iptables -A FORWARD -m physdev --physdev-in vif1.0 -s 100.1.1.1 -j ACCEPT
   iptables -A FORWARD -m physdev --physdev-out vif1.0 -d 100.1.1.1 -j ACCEPT
It doesn't work. Everything outside is blocked. But if I change the above vif1.0 into eth0, it works! This seems a little strange to me.
 
Thanks for all replies!
Kathy


		
---------------------------------
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!

[-- Attachment #2: Type: text/html, Size: 1297 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-07-21 22:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-16 17:35 Networking Facey Brian
  -- strict thread matches above, loose matches on Subject: below --
2004-01-15 21:26 Networking Tommy McCabe
2004-06-27  4:43 networking James Harper
2004-06-27  4:54 ` networking sh1978a
2004-06-27  8:32 ` networking Ian Pratt
2004-07-21 22:13 Networking Kathy Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.