Displaying 20 results from an estimated 310 matches for "net0".
Did you mean:
net
2004 Sep 02
5
DNAT and ping
I have the following
interfaces
loc eth0
net0 eth1
net1 eth2
(net0 and net1 are the two ISP networks)
policy
loc net0 ACCEPT
loc net1 ACCEPT
net0 all DROP info
proxyarp
209.189.103.204 eth0 eth1 no no
params
Pellucidar=192.168.124.232
rules
DNAT net0 loc:$Pellucidar tcp 22,80,1950,50005 - 20...
2005 Oct 11
3
VPN through PPP
...eth0
192.168.200.202 192.168.94.134 <----->
192.168.94.132 192.168.2.200
Both eth0 (strictly ixp1) and ppp0''s are on wireless boards that we make.
I have basically followed the VPN Howto and done the following :
ip tunnel add net0 mode gre remote 192.168.2.200 local 192.168.200.202
ttl 255 dev ppp0
ip link set net0 up
ip addr add 192.168.200.202 dev net0
ip route add 192.168.2.0/24 dev net0
I have tried various combinations of the above, using the ppp IP address
for remote and the eth0 for local, etc, etc. (4 possib...
2010 Nov 12
1
Virtual Network Interfaces showing all packets as dropped
...MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO VBD_RD
VBD_WR VBD_RSECT VBD_WSECT SSID
BuildEnv --b--- 296 2.1 1052640 17.1
1052672 17.1 2 1 0 0 1
0 0 0 0 0 0
Net0 RX: 0bytes 0pkts 0err 0drop
TX: 0bytes 0pkts 0err 4624drop
Database01 --b--- 311 1.3 790496 12.8
790528 12.8 2 1 0 0 1 0
0 0 0 0 ...
2010 Aug 25
0
gPXE+pxelinux fails with static network config
...IMAGE_PXE
x IMAGE_SCRIPT
x IMAGE_BZIMAGE
x IMAGE_COMBOOT
x AUTOBOOT_CMD
x NVO_CMD
x CONFIG_CMD
x IFMGMT_CMD
_ IWMGMT_CMD
x ROUTE_CMD
x IMAGE_CMD
x DHCP_CMD
_ SANBOOT_CMD
_ LOGIN_CMD
_ TIME_CMD
_ DIGEST_CMD
_ CRYPTO_80211_WEP
_ CRYPTO_80211_WPA
_ CRYPTO_80211_WPA2
DHCP Embedded Script:
#!gpxe
dhcp net0
set 209:string pxelinux.cfg/default
set 210:string http://apt.niif.hu/bko/
echo chaining to pxelinux...
chain ${210:string}pxelinux.0
echo pxelinux download failed!
Static Embedded Script:
#!gpxe
ifopen net0
set net0/ip 10.0.2.15
set net0/netmask 255.255.255.0
set net0/gateway 10.0.2.2
set net0/d...
1998 Jan 22
1
1.9.18p1 and problems w/ multiple interfaces
Hi,
CONFIGURATION:
the important part of my setup looks like that (smb.conf):
[global]
interfaces = net1 net2 net3 net4 net0
; this is a router which acts as cross-subnet domain master + wins
; server
local master = yes
preferred master = yes
domain master = yes
wins support = yes
dns proxy = no
os level = 99
net1 - net4 are Win95, WinNT, Linux
net0 are two samba-1.9.18p1 fileservers
PROBLEM:
log.nmb reports elec...
2014 Mar 14
0
[ipxe-devel] iPXE boot from both ports (from diferent subnets) not working
...am Shoukair" <wissams at mellanox.com> wrote:
>
> Hi,
>
> I'm having a similar problem to the one mentioned earlier by "Laborde
Louis", but in this case I'm trying to boot in PXE mode and not iSCSI.
>
> The problem here is this:
>
> 1 - DHCP from net0 is successful
>
> 2 - pxelinux.0 is downloaded from net0
>
> 3 - pxelinux.0 is executed and we get the default menu from the server
connected to net0
>
> 4 - we exit from the menu to continue booting from net1 (the second port)
>
> 5 - DHCP from net1 is successful
>
>...
2015 Feb 25
1
Questión about DNS config on dnsmasq
...over dnsmasq (by libvirt)
I have a NAT network separately from my real network, i need simulated some
DNS hosts to NAT network like ftp.debian.org (for testing purposes, etc)
This is for example a dumpxml (yes, i'm using PXE boot for testing and is
working fine)
<network>
<name>net0</name>
<uuid>5a014735-f658-7a87-c7d4-e6b0f488c332</uuid>
<forward mode='nat'/>
<bridge name='net0' stp='on' delay='0'/>
<mac address='52:54:00:b5:24:7b'/>
<dns>
<host ip='192.168.122.1'>...
2010 Jul 23
2
PATCH: Let "dhcp" command iterate over interfaces like autoboot()
...that as long as I was going to be modifying the code I
might as well try a cleaner solution. ?Attached to this message is a
patch that makes the following changes:
1) Allow the "dhcp" command to accept a list of interfaces and to try
them in order until it succeeds, e.g.:
?gPXE> dhcp net0 net1 net2
?In order to preserve the original syntax of the command, this will
fail on an unknown interface name:
gPXE> dhcp foo net0
No such interface: foo
gPXE>
The "-c" flag allows it to continue:
gPXE> dhcp -c foo net0
No such interface: foo
DHCP (net0 xx:xx:...
2010 Oct 11
1
Problems with gpxelinux and Broadcom 57711
Hello.
We are using gpxelinux from SYSLINUX 4.02. We recently purchased some HP
Proliant BL460c G6 servers with Broadcom BCM 57711 10Gbit NICS.
We have a very simple pxelinux.gpxe script compiled into gpxelinux.0:
#!gpxe
set use-cached 1
dhcp net0
chain http://webserver/gpxe/gpxe.php?IP=${net0/ip}
The PHP script dynamically creates a config file that looks something
like this:
#!gpxe
set 209:string pxelinux.cfg/default
set 210:string http://IP_of_closest_server/tftpboot/
imgload pxelinux.0
boot pxelinux.0
The whole point is to enable HTTP...
2011 Mar 28
0
[ipxe-devel] Manual IP config does no pass 209:string to chain pxelinux.0
On Friday 25 Mar 2011 21:21:18 Marcus Grando wrote:
> >> Script is something like that:
> >>
> >> #!ipxe
> >> ifopen net0
> >> set net0/ip 192.168.0.10
> >> set net0/netmask 255.255.255.0
> >> set net0/gateway 192.168.0.1
> >> set net0/dns 8.8.8.8
> >> set 209:string pxelinux.cfg/default
> >> set 210:string http://some_server_elsewere/
> >> chain ${210:str...
2019 Apr 04
2
Guest interface names not same as configured name
...1:2.11+dfsg-1ubuntu7.10
amd64 QEMU Full virtualization on x86 hardware
<interface type='user'>
<mac address='52:54:00:17:0b:e7'/>
<guest dev='eth0'/>
<model type='e1000'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03'
function='0x0'/>
</interface>
<interface type='ethernet'>
<mac address='52:54:00:ee:70:34'/>
<target dev='net0'/&...
2015 Jul 31
0
EFI: ipxe + syslinux = Failed to read blocks: 0xC
...s.
Those patches haven't been merged to the master branch on ipxe.org yet.
Unfortunately whichever version of IPXE or syslinux I try, the result is
always:
? ? iPXE 1.0.0+ (87981) -- Open Source Network
Boot Firmware --
? ? http://ipxe.org
? ? Features: DNS HTTP TFTP EFI Menu
? ? net0: ec:b1:d7:75:e5:24 using NII on NII-PCI02:00.0 (open)
? ? ???[Link:down, TX:0 TXE:0 RX:0 RXE:0]
? ? ???[Link status: Unknown (http://ipxe.org/1a086194)]
? ? Configuring (net0 ec:b1:d7:75:e5:24)...... ok
? ? net0: 10.X.167.253/255.255.0.0 gw 10.X.255.254
? ? Next server: 10.X.255.254
? ? Filen...
2015 Jul 31
5
EFI: ipxe + syslinux = Failed to read blocks: 0xC
...ore on this.
Those patches haven't been merged to the master branch on ipxe.org yet.
Unfortunately whichever version of IPXE or syslinux I try, the result is
always:
iPXE 1.0.0+ (87981) -- Open Source Network Boot Firmware --
http://ipxe.org
Features: DNS HTTP TFTP EFI Menu
net0: ec:b1:d7:75:e5:24 using NII on NII-PCI02:00.0 (open)
[Link:down, TX:0 TXE:0 RX:0 RXE:0]
[Link status: Unknown (http://ipxe.org/1a086194)]
Configuring (net0 ec:b1:d7:75:e5:24)...... ok
net0: 10.X.167.253/255.255.0.0 gw 10.X.255.254
Next server: 10.X.255.254
Filename: e...
2019 Apr 04
2
[PATCH RFC 0/4] vsock/virtio: optimizations to increase the throughput
...et performance.
>
> This will both give us an idea about whether the vsock layer introduces
> inefficiencies, and whether the virtio-net idea has merit.
>
Sure, I already did TCP tests on virtio-net + vhost, starting qemu in
this way:
$ qemu-system-x86_64 ... \
-netdev tap,id=net0,vhost=on,ifname=tap0,script=no,downscript=no \
-device virtio-net-pci,netdev=net0
I did also a test using TCP_NODELAY, just to be fair, because VSOCK
doesn't implement something like this.
In both cases I set the MTU to the maximum allowed (65520).
VSOCK...
2019 Apr 04
2
[PATCH RFC 0/4] vsock/virtio: optimizations to increase the throughput
...et performance.
>
> This will both give us an idea about whether the vsock layer introduces
> inefficiencies, and whether the virtio-net idea has merit.
>
Sure, I already did TCP tests on virtio-net + vhost, starting qemu in
this way:
$ qemu-system-x86_64 ... \
-netdev tap,id=net0,vhost=on,ifname=tap0,script=no,downscript=no \
-device virtio-net-pci,netdev=net0
I did also a test using TCP_NODELAY, just to be fair, because VSOCK
doesn't implement something like this.
In both cases I set the MTU to the maximum allowed (65520).
VSOCK...
2012 Jul 23
1
INTERNAL ERROR:can not attach network interface for vm
...----------------------------
then,i did an attach-interface action:
virsh # attach-interface ubuntum-124 bridge br0 --persistent
Interface attached successfully
virsh # domiflist ubuntum-124
Interface Type Source Model MAC
-------------------------------------------------------
vnet0 bridge br0 - 52:54:00:3d:d1:ea
second,detach the interface:
virsh # detach-interface ubuntum-124 bridge
Interface detached successfully
virsh # domiflist ubuntum-124
Interface Type Source Model MAC
-------------------------------------------------------...
2019 Apr 05
1
[PATCH RFC 0/4] vsock/virtio: optimizations to increase the throughput
...r the vsock layer introduces
> > > inefficiencies, and whether the virtio-net idea has merit.
> > >
> >
> > Sure, I already did TCP tests on virtio-net + vhost, starting qemu in
> > this way:
> > $ qemu-system-x86_64 ... \
> > -netdev tap,id=net0,vhost=on,ifname=tap0,script=no,downscript=no \
> > -device virtio-net-pci,netdev=net0
> >
> > I did also a test using TCP_NODELAY, just to be fair, because VSOCK
> > doesn't implement something like this.
>
> Why not?
>
I think because originally VSOCK...
2019 Apr 05
1
[PATCH RFC 0/4] vsock/virtio: optimizations to increase the throughput
...r the vsock layer introduces
> > > inefficiencies, and whether the virtio-net idea has merit.
> > >
> >
> > Sure, I already did TCP tests on virtio-net + vhost, starting qemu in
> > this way:
> > $ qemu-system-x86_64 ... \
> > -netdev tap,id=net0,vhost=on,ifname=tap0,script=no,downscript=no \
> > -device virtio-net-pci,netdev=net0
> >
> > I did also a test using TCP_NODELAY, just to be fair, because VSOCK
> > doesn't implement something like this.
>
> Why not?
>
I think because originally VSOCK...
2009 May 12
3
Chain loading hard disk with gPXELinux
Hello syslinux mailing list,
I've been working on a kind of system administration tool (
http://twyna.sourceforge.net/) with a colleague of mine for our Computer
Science Bachelor degree internship. I hope I'm saying that right :)
We use gPXELinux to boot over a web service and it's all working
marvellously, except for the localboot bug. Until now we've used chain.c32
to solve
2015 Feb 26
2
Re: Broken OS when booting rootfs from 9p share
...>> local,id=r,path=/srv/overlay/run/irc,security_model=passthrough \
> > >> -device virtio-9p-pci,fsdev=r,mount_tag=root \
> > >> -nographic \
> > >> -m 256M \
> > >> -machine pc-i440fx-2.1,accel=kvm \
> > >> -netdev tap,id=net0 -device
> > >> virtio-net,netdev=net0,mac=52:54:00:12:36:34 \
> > >> -smp 1,sockets=1,cores=1 \
> > >> -append 'root=virtfs:root rootflags=trans=virtio,version=9p2000.u ro
> > >> rootfstype=9p console=ttyS0'
> > >>
> > &g...