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

* Re: networking
  2004-06-27  4:43 networking James Harper
@ 2004-06-27  4:54 ` sh1978a
  2004-06-27  8:32 ` networking Ian Pratt
  1 sibling, 0 replies; 6+ messages in thread
From: sh1978a @ 2004-06-27  4:54 UTC (permalink / raw)
  To: James Harper, xen-devel@lists.sourceforge.net

--- James Harper <JamesH@bendigoit.com.au> wrote:
> . I can't get any access to dom1's console. telnet
> localhost 9601 just causes xend to complain.

try xencons. "xencons localhost 9601" works for me.

> . Destroying a domain doesn't appear to remove it
> from the list in "xm list"

I also had same problem.

sachin


		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

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

* Re: networking
  2004-06-27  4:43 networking James Harper
  2004-06-27  4:54 ` networking sh1978a
@ 2004-06-27  8:32 ` Ian Pratt
  1 sibling, 0 replies; 6+ messages in thread
From: Ian Pratt @ 2004-06-27  8:32 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel@lists.sourceforge.net, Ian.Pratt

> 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?

I think this must be something specific about your setup -- we're
not explicitly running dhcp.

In my Xen installations, I just use the distribution's normal run
level rather than doing anything special. Since we now attach
console devices to tty1 etc rather than xen/cons the
distribution's normal startup scripts just work (at least for RH9
-- I'd be interested to hear if there are problems with other distros).

> . 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.

Yes -- this is the current situation, but you should get the
functionality you need back later in the week: you'll be able to
run an arbitrary script to do the bridge plumbing.

> . I can't get any access to dom1's console. telnet localhost
> 9601 just causes xend to complain.

I can reproduce -- this worked fine until very recently, so we
must have had a bad patch.

> . even though I have specified mac addresses in the config
> file, it just gives a random one with the AA prefix. 

I've never tested this, but it sounds like a straightforward bug.

> 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.

I think our original idea was to follow the scheme VMWare uses
for assigning them.

For a number of reasons, I think we're going to have to introduce
the notion of a VM Identifier that is unique across machines in a
cluster. This is important for things like migration.

> . Destroying a domain doesn't appear to remove it from the list
> in "xm list"

This wasn't working for quite a while, because the tools hadn't
caught up with the new Xen interface. Mike fixed it on Friday
afternoon but the changes haven't been pushed out yet.

> . 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 :).

I haven't tested multiple vifs. Mike relies on them, so I'm sure
this will be made to work.

> 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.

Yep, you'll get this soon.

> Hope that the above is useful rather than annoying!

Very useful, thanks. I'm hopeful that by the end of next week
we'll be able to declare a 2.0-alpha and hopefully get some wider
testing and comment.

Thanks,
Ian
\x1f -=- MIME -=- \x1f\f

--_9D85A662-503B-4847-BDF8-39A6C39AD2E2_
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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

. even though I have /etc/network/interfaces configured, eth0 just starts a=
s 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 bridg=
ing done in domain0, xend appears to do it all itself.
. I can't get any access to dom1's console. telnet localhost 9601 just caus=
es xend to complain.
. even though I have specified mac addresses in the config file, it just gi=
ves 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 dyna=
mically could be: FE:FD:rr:rr:vv:ii where rr =3D a random prefix (or maybe =
in a config file), vv is the vmid, ii is the interface index. rr:rr would b=
e 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 r=
eachable (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 fr=
om 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

--_9D85A662-503B-4847-BDF8-39A6C39AD2E2_
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML dir=3Dltr><HEAD></HEAD>
<BODY>
<DIV><FONT face=3DArial color=3D#000000 size=3D2>I have&nbsp;domains &gt; 0=
 booting&nbsp;under the latest release. Here's some things I've noticed:</F=
ONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>. even though I have /etc/network/interfac=
es 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?</F=
ONT></DIV>
<DIV><FONT face=3DArial size=3D2>. Domain0 has (or will have) eth0, eth1, a=
nd 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.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>. I can't get any access to dom1's console=
. telnet localhost 9601 just causes xend to complain.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>. even though I have specified mac address=
es in the config file, it just gives a random one with the AA prefix. I thi=
nk a locally assigned mac address should look like: FE:FD:xx:xx:xx:xx. A su=
ggestion for assigning these dynamically could be: FE:FD:rr:rr:vv:ii where =
rr =3D a random prefix (or maybe in a config file), vv is the vmid, ii is t=
he interface index. rr:rr would be necessary in a site with multiple xend s=
ervers.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>. Destroying a domain doesn't appear to re=
move it from the list in "xm list"</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>. When I restarted a domain with 2 nics (h=
ad 1 before), dom0 is no longer reachable (i'm sitting at home while the se=
rver is at work so I can't check why at the moment - the server could have =
been stolen for&nbsp;all I can tell from here :).</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>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.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Hope that the above is useful rather than =
annoying!</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>James</FONT></DIV></BODY></HTML>

--_9D85A662-503B-4847-BDF8-39A6C39AD2E2_--


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com

^ 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.