search for: rnet

Displaying 15 results from an estimated 15 matches for "rnet".

Did you mean: ret
2007 Jun 25
4
Using Julian Anastasov''s ''routes'' patches on 2.4 kernel in conjunction with IPSec
Hello, I use Julian Anastasov ''routes'' (to be more specific: static_routes, alt_routes and nf_reroute) patches on a 2.4.32 kernel. On the same host I run IPSec. I have discovered after a few hours of networking problems that, when IPSec is enabled on that patched kernel, inspecting packets with tcpdump while arping-ing a host from a network physically connected to this
2009 Nov 03
0
[PATCH server] suggest ip address for nics/bondings on edit host/vm network forms
..._types = BondingType.find(:all) end diff --git a/src/app/views/host/edit_network.rhtml b/src/app/views/host/edit_network.rhtml index 1154595..2b22a7c 100644 --- a/src/app/views/host/edit_network.rhtml +++ b/src/app/views/host/edit_network.rhtml @@ -241,6 +241,7 @@ jnet.static_ip = <%= rnet.boot_type.proto == 'static' %>; jnet.boot_type = "<%= rnet.boot_type.proto %>"; jnet.selected = false; + jnet.suggested_ip = "<%= @suggested_ips[rnet.id] %>"; networks.push(jnet); <% } %> @@ -380,7 +381,8 @@ div.childre...
2009 Oct 06
0
[PATCH server] new host networking wui
...n>"; - for(var i = 0; i < j.length; i++){ - options += '<option value="' + j[i].id + '">' + j[i].name + - '</option>'; + // create list of networks + var networks = new Array(); + <% @networks.each { |rnet| %> + jnet = new Object; + jnet.id = <%= rnet.id.to_s %>; + jnet.static_ip = <%= rnet.boot_type.proto == 'static' %>; + jnet.boot_type = "<%= rnet.boot_type.proto %>"; + jnet.selected = false; + networks.push(jnet); + <% } %> + + /...
2010 Nov 25
2
PE850 Interrupt conflicts on CentOS 5 and onboard ethernet and pci-e serial
Hello, I have an interrupt conflict between a two port pci-e serial card and the onboard ethernet controllers in a PowerEdge 850. I'm running kernel 2.6.18-194.26.1.el5PAE with bios revision A04. In every instance, the two serial ports have been allocated the same interrupts as the two ethernet controllers. I have tried many kernel boot options, including acpi=off, pci=noirq, acpi=noirq....
2002 Nov 12
3
time resticted
Dear all, Does Shorewall support for time limitation? for example I want to create rule for someone only has access internet between 7.00am - 11.00am? How to configure like that? please give me suggest Regards
2003 Aug 02
0
Re: how l (PR#3614)
...t;b>nteed!</font></strong></p> <p><a href=3D"http://www.adieu@youngforever22.com/phgh2002/bw/index= html"><font face=3D"Geneva, Arial, Helvetica, sans-serif" size=3D"3"><strong><b>INTE</= b><gaudy><b>RNET SP</b><divorcee><b>ECIAL - Bu</b><= anglophobia><b>y 2, Ge</b><ragout><b>t 1 Fr</b><chinquapin><b>ee - B</b><helga><b>uy 4, G</b><= clothe><b>et 2 F</b><guernsey><b>ree<b...
2014 May 08
2
[PATCH] net: get rid of SET_ETHTOOL_OPS
...ers/infiniband/ulp/ipoib/ipoib_ethtool.c @@ -105,5 +105,5 @@ static const struct ethtool_ops ipoib_ethtool_ops = { void ipoib_set_ethtool_ops(struct net_device *dev) { - SET_ETHTOOL_OPS(dev, &ipoib_ethtool_ops); + dev->ethtool_ops = &ipoib_ethtool_ops; } diff --git a/drivers/net/ethernet/3com/3c509.c b/drivers/net/ethernet/3com/3c509.c index 35df0b9..a968654 100644 --- a/drivers/net/ethernet/3com/3c509.c +++ b/drivers/net/ethernet/3com/3c509.c @@ -534,7 +534,7 @@ static int el3_common_init(struct net_device *dev) /* The EL3-specific entries in the device structure. */ dev->n...
2014 May 08
2
[PATCH] net: get rid of SET_ETHTOOL_OPS
...ers/infiniband/ulp/ipoib/ipoib_ethtool.c @@ -105,5 +105,5 @@ static const struct ethtool_ops ipoib_ethtool_ops = { void ipoib_set_ethtool_ops(struct net_device *dev) { - SET_ETHTOOL_OPS(dev, &ipoib_ethtool_ops); + dev->ethtool_ops = &ipoib_ethtool_ops; } diff --git a/drivers/net/ethernet/3com/3c509.c b/drivers/net/ethernet/3com/3c509.c index 35df0b9..a968654 100644 --- a/drivers/net/ethernet/3com/3c509.c +++ b/drivers/net/ethernet/3com/3c509.c @@ -534,7 +534,7 @@ static int el3_common_init(struct net_device *dev) /* The EL3-specific entries in the device structure. */ dev->n...
2014 May 11
7
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
...ers/infiniband/ulp/ipoib/ipoib_ethtool.c @@ -105,5 +105,5 @@ static const struct ethtool_ops ipoib_ethtool_ops = { void ipoib_set_ethtool_ops(struct net_device *dev) { - SET_ETHTOOL_OPS(dev, &ipoib_ethtool_ops); + dev->ethtool_ops = &ipoib_ethtool_ops; } diff --git a/drivers/net/ethernet/3com/3c509.c b/drivers/net/ethernet/3com/3c509.c index 35df0b9..a968654 100644 --- a/drivers/net/ethernet/3com/3c509.c +++ b/drivers/net/ethernet/3com/3c509.c @@ -534,7 +534,7 @@ static int el3_common_init(struct net_device *dev) /* The EL3-specific entries in the device structure. */ dev->n...
2014 May 11
7
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
...ers/infiniband/ulp/ipoib/ipoib_ethtool.c @@ -105,5 +105,5 @@ static const struct ethtool_ops ipoib_ethtool_ops = { void ipoib_set_ethtool_ops(struct net_device *dev) { - SET_ETHTOOL_OPS(dev, &ipoib_ethtool_ops); + dev->ethtool_ops = &ipoib_ethtool_ops; } diff --git a/drivers/net/ethernet/3com/3c509.c b/drivers/net/ethernet/3com/3c509.c index 35df0b9..a968654 100644 --- a/drivers/net/ethernet/3com/3c509.c +++ b/drivers/net/ethernet/3com/3c509.c @@ -534,7 +534,7 @@ static int el3_common_init(struct net_device *dev) /* The EL3-specific entries in the device structure. */ dev->n...
2014 May 11
7
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
...ers/infiniband/ulp/ipoib/ipoib_ethtool.c @@ -105,5 +105,5 @@ static const struct ethtool_ops ipoib_ethtool_ops = { void ipoib_set_ethtool_ops(struct net_device *dev) { - SET_ETHTOOL_OPS(dev, &ipoib_ethtool_ops); + dev->ethtool_ops = &ipoib_ethtool_ops; } diff --git a/drivers/net/ethernet/3com/3c509.c b/drivers/net/ethernet/3com/3c509.c index 35df0b9..a968654 100644 --- a/drivers/net/ethernet/3com/3c509.c +++ b/drivers/net/ethernet/3com/3c509.c @@ -534,7 +534,7 @@ static int el3_common_init(struct net_device *dev) /* The EL3-specific entries in the device structure. */ dev->n...
2014 May 08
0
[PATCH] net: get rid of SET_ETHTOOL_OPS
...105,5 +105,5 @@ static const struct ethtool_ops ipoib_ethtool_ops = { > > void ipoib_set_ethtool_ops(struct net_device *dev) > { > - SET_ETHTOOL_OPS(dev, &ipoib_ethtool_ops); > + dev->ethtool_ops = &ipoib_ethtool_ops; > } > diff --git a/drivers/net/ethernet/3com/3c509.c b/drivers/net/ethernet/3com/3c509.c > index 35df0b9..a968654 100644 > --- a/drivers/net/ethernet/3com/3c509.c > +++ b/drivers/net/ethernet/3com/3c509.c > @@ -534,7 +534,7 @@ static int el3_common_init(struct net_device *dev) > /* The EL3-specific entries in the d...
2014 May 11
0
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
...105,5 +105,5 @@ static const struct ethtool_ops ipoib_ethtool_ops = { > > void ipoib_set_ethtool_ops(struct net_device *dev) > { > - SET_ETHTOOL_OPS(dev, &ipoib_ethtool_ops); > + dev->ethtool_ops = &ipoib_ethtool_ops; > } > diff --git a/drivers/net/ethernet/3com/3c509.c b/drivers/net/ethernet/3com/3c509.c > index 35df0b9..a968654 100644 > --- a/drivers/net/ethernet/3com/3c509.c > +++ b/drivers/net/ethernet/3com/3c509.c > @@ -534,7 +534,7 @@ static int el3_common_init(struct net_device *dev) > /* The EL3-specific entries in the d...
2014 May 11
0
[PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
...105,5 +105,5 @@ static const struct ethtool_ops ipoib_ethtool_ops = { > > void ipoib_set_ethtool_ops(struct net_device *dev) > { > - SET_ETHTOOL_OPS(dev, &ipoib_ethtool_ops); > + dev->ethtool_ops = &ipoib_ethtool_ops; > } > diff --git a/drivers/net/ethernet/3com/3c509.c b/drivers/net/ethernet/3com/3c509.c > index 35df0b9..a968654 100644 > --- a/drivers/net/ethernet/3com/3c509.c > +++ b/drivers/net/ethernet/3com/3c509.c > @@ -534,7 +534,7 @@ static int el3_common_init(struct net_device *dev) > /* The EL3-specific entries in the d...
2011 Jan 12
72
PCI passthrough issue
Hello, I''m facing a strange issue with network card PCI passthrough on my openwrt test domU. - With network PCI passthrough, DNS lookup failed for some domains (exemple, google.com) but not for other (free.fr my ISP, or my domain jbfavre.org). I can ping an IP address without any problem. - Starting domU as a "normal" (ie without PCI passthrough), no problem. As far as I can