search for: hwtype

Displaying 20 results from an estimated 21 matches for "hwtype".

Did you mean: dwtype
2007 Oct 24
3
Bridging on the blink with greater than 2 xen domains
...ernel-xen-2.6.20-2925.13.fc7 kernel-xen-2.6.20-2936.fc7 xen-libs-3.1.0-6.fc7 xen-3.1.0-6.fc7 *************** Below.... 2 work fine ******************* [root@abc ~]# for i in wiki mail; do echo "# $i"; ssh $i arp; ssh $i "ping -c 4 4.2.2.2"; done # wiki Address HWtype HWaddress Flags Mask Iface 10.20.10.125 ether 00:19:B9:D7:FB:4B C eth0 10.20.10.199 ether 00:07:E9:82:60:33 C eth0 PING 4.2.2.2 (4.2.2.2) 56(84) bytes of data. >From 10.20.10.125: icmp_seq=1 Redirect Ho...
2007 Oct 21
2
arp corrupted
...5.255.0 U 0 0 0 eth1 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1 0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0 Sitting on the A/V server one can reach the client without problem. Arp shows: Address HWtype HWaddress Flags Mask Iface 192.168.1.254 ether 00:20:78:0F:AC:31 C eth0 Unless I try to reach the client web server from the A/Vserver, then it fails and arp says: Address HWtype HWaddress Flags Mask Iface...
2006 Feb 10
10
Seeing the IP addresses of domUs from dom0
Using a default xen3.0.1 setup for dom0(rhel4 distro) and domUs (gentoo, rhel4, centos4.2 distros, ttylinux) with the domUs all having dhcp turned on, is there an easy way to tell from within the dom0 what ip addresses were assigned to the domUs after bootup? Toby Ford USi _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2015 Jul 19
3
Multiple network cards - routing issue?
...d 3 packets received by filter 0 packets dropped by kernel Double-check your IP address and gateway in the configuration file. Seems to be correct. > Is the gateway's MAC address listed in the output of "arp"? Apparently not. [root at audio ~]# arp Address HWtype HWaddress Flags Mask Iface 192.168.1.1 ether 00:24:01:F3:93:21 C eth0 204.83.15.254 (incomplete) eth1 I don't know what that means; this is the first time I ever typed the arp command. -...
2008 Sep 03
6
eth0 on dom0 not working on a bridged conf
Hi, I''ve installed xen 3.0.3 from packages (xen-linux-system) on a debian etch, and i''ve configured it with network-bridge script in the default way (netdev=eth0, bridge=xenbr0, etc...) which is ok for me. the problem I have: I cannot ping any outer machine from dom0 (nor any outer machine can ping me). It gives me a "Destination Host Unreachable" message that
2015 Sep 15
3
Bug#799122: xen-hypervisor-4.4-amd64: Networking of domUs stops working after a few minutes
...9;, as well as with older domUs which have been migrated from a debian wheezy dom0. It happens with the vif-route as well as the vif-bridge script in the domU configuration. When the network stops working, the ARP tables are no longer filled on dom0 and domU, for example: Address HWtype HWaddress Flags Mask Iface x.y.z.v (incomplete) vif33.0 -- System Information: Debian Release: 8.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64...
2015 Jul 19
0
Multiple network cards - routing issue?
...kernel > > Double-check your IP address and gateway in the configuration file. > > Seems to be correct. > >> Is the gateway's MAC address listed in the output of "arp"? > > Apparently not. > > [root at audio ~]# arp > Address HWtype HWaddress Flags Mask Iface > 192.168.1.1 ether 00:24:01:F3:93:21 C eth0 > 204.83.15.254 (incomplete) eth1 Again, no ARP result. > I don't know what that means; this is the first...
2019 Aug 05
2
samba dlz. bind9 nslookup is wrong
what is weird is that i have not changed it for about 2 years, only apt update, upgrade. no other change, ipv4 and ipv6 address working correctly. now there is this bug, that i have not changed anything and suddenly, DLZ generates an unknown not connected , working, live ip4 and ip6. and all because it tried an nslookup p3x-dc.patrikx3.com that was the correct for over 2 years. the only thing that
2015 Nov 05
0
Bug#799122: Bug#799122: xen-hypervisor-4.4-amd64: Networking of domUs stops working after a few minutes
...ch have been migrated from a debian > wheezy dom0. It happens with the vif-route as well as the vif-bridge > script in the domU configuration. > > When the network stops working, the ARP tables are no longer filled > on dom0 and domU, for example: > > Address??????????????????HWtype??HWaddress???????????Flags > Mask????????????Iface > x.y.z.v?????????????????????(incomplete)????????????????????????????? > ?vif33.0 > > > -- System Information: > Debian Release: 8.2 > ? APT prefers stable-updates > ? APT policy: (500, 'stable-updates'), (500,...
2015 Jul 19
2
Multiple network cards - routing issue?
On Sat, 18 Jul 2015 21:34:27 -0700 Gordon Messmer wrote: > Does the system work correctly if you don't run those "ip route" commands? It's exactly the same. And what I mean by exactly the same is EXACTLY the same. I rebooted the system which should clear out my route commands and whatnot, and discovered that everything (route -n and ip route show and whatnot) are exactly
2018 Jun 29
2
Semi-OT: ipmitool or ipmicfg: set BMC to use NIC 2
Date: Wed, 27 Jun 2018 20:45:44 -0400 From: Jonathan Billings <billings at negate.org> > On Wed, Jun 27, 2018 at 05:14:06PM -0400, mark wrote: > >> I do see one option of "defgw macaddr" - is that supposed to be a MAC >> external to the server, or can I use the MAC of eth1 (or whatever the >> stupid, unrememberable name is)? > > As mentioned earlier,
2010 Mar 16
4
ipconfig: DHCP fixes
Hi, Here are two fixes for ipconfig/dhcp, the second of them being required for my dhcp3 server to accept ipconfig's requests. Thanks, Louis Louis Rilling (2): ipconfig: Fix missing dhcp_end field ipconfig: Fix null ciaddr on DHCPREQUEST during SELECTING state usr/kinit/ipconfig/dhcp_proto.c | 4 ++-- usr/kinit/ipconfig/packet.c | 2 +- 2 files changed, 3
2005 Apr 21
4
Problem with network connection in domU
Hi list When I create a domU the network isn''t reachable when it''s loaded. Only if I do a xm console domUname and do some sort of network activity like pinging an outside host or traceroute. First then there''s network connection from the outside to services like webserver etc. What can cause this? I''m using Xen 2.0.5 stable domU from binary dist and
2005 May 17
3
problem with the "arp" command (using the pub flag)
...ant "host A" to reply to ARP Request for IP_B (192.168.30.130) with its ("host A") MAC address. So I performed, on host A, the following command: arp -s 192.168.30 -i eth0 -D eth0 pub If I perform the command "arp -n" I get: debiantest:~# arp -n Address HWtype HWaddress Flags Mask Iface 192.168.30.130 ether 00:D0:59:C4:F3:A1 C eth1 192.168.30.130 * * MP eth0 In this situation it works fine. Host A replies to the ARP Request from host C for host IP_B, allowing host C and B to exc...
2004 Sep 09
4
Shorewall and dosemu trouble
Anyone ?|Another try and now with the info asked 4. |nl1cat wrote: | Hello.. | I have a somewhat "funny" setup. | I use the dosemulator Dosemu for running a dos based packetradio nodeprogram | called Xrouter. | I setup dosemu to use my eth1 (lan) nic and i bring up a device called dsn0. | (this is all running on Slackware 9.1 without X) | insmod /etc/dosemu/dosnet.o | sleep 2 | ifconfig
2019 Jan 18
0
[klibc:master] ipconfig: Implement classless static routes
...*/ + uint32_t netmask_width; /* subnet mask width */ + uint32_t gateway; /* gateway */ + struct route *next; +}; + struct netdev { - const char *name; /* Device name */ + char *name; /* Device name */ unsigned int ifindex; /* interface index */ unsigned int hwtype; /* ARPHRD_xxx */ unsigned int hwlen; /* HW address length */ @@ -44,6 +52,7 @@ struct netdev { char bootpath[BPLEN]; /* boot path */ char filename[FNLEN]; /* filename */ char *domainsearch; /* decoded, NULL or malloc-ed */ + struct route *routes; /* d...
2018 Jun 18
1
[PATCH v3 1/2] Implement classless static routes
...*/ + uint32_t netmask_width; /* subnet mask width */ + uint32_t gateway; /* gateway */ + struct route *next; +}; + struct netdev { - const char *name; /* Device name */ + char *name; /* Device name */ unsigned int ifindex; /* interface index */ unsigned int hwtype; /* ARPHRD_xxx */ unsigned int hwlen; /* HW address length */ @@ -44,6 +52,7 @@ struct netdev { char bootpath[BPLEN]; /* boot path */ char filename[FNLEN]; /* filename */ char *domainsearch; /* decoded, NULL or malloc-ed */ + struct route *routes; /* d...
2008 Sep 05
0
initial mntent.h, mount features, ipconfig fixes
...ro.at> diff --git a/usr/kinit/ipconfig/dhcp_proto.c b/usr/kinit/ipconfig/dhcp_proto.c index d4f2c09..21448f7 100644 --- a/usr/kinit/ipconfig/dhcp_proto.c +++ b/usr/kinit/ipconfig/dhcp_proto.c @@ -171,7 +171,8 @@ static int dhcp_send(struct netdev *dev, struct iovec *vec) bootp.htype = dev->hwtype; bootp.hlen = dev->hwlen; bootp.xid = dev->bootp.xid; - bootp.ciaddr = dev->ip_addr; + bootp.ciaddr = INADDR_NONE; + bootp.yiaddr = dev->ip_addr; bootp.giaddr = INADDR_ANY; bootp.secs = htons(time(NULL) - dev->open_time); memcpy(bootp.chaddr, dev->hwaddr, 16); commit 95...
2008 Feb 28
1
Networking problems with fresh install
...me=0.145 ms 64 bytes from watchdog (172.17.2.242): icmp_seq=3 ttl=64 time=0.135 ms --- watchdog ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 1998ms rtt min/avg/max/mdev = 0.135/0.150/0.170/0.014 ms [root at cm network-scripts]# arp watchdog Address HWtype HWaddress Flags Mask Iface watchdog ether 00:16:76:D1:67:F2 C eth0 and I can do this: [root at cm sysconfig]# ssh -l campbell cs1 campbell at cs1's password: .................... and it will connect fine. output of netstat -rn: [...
2008 Sep 07
1
[git pull v2] initial mntent.h, mount features, ipconfig fixes
...ro.at> diff --git a/usr/kinit/ipconfig/dhcp_proto.c b/usr/kinit/ipconfig/dhcp_proto.c index d4f2c09..21448f7 100644 --- a/usr/kinit/ipconfig/dhcp_proto.c +++ b/usr/kinit/ipconfig/dhcp_proto.c @@ -171,7 +171,8 @@ static int dhcp_send(struct netdev *dev, struct iovec *vec) bootp.htype = dev->hwtype; bootp.hlen = dev->hwlen; bootp.xid = dev->bootp.xid; - bootp.ciaddr = dev->ip_addr; + bootp.ciaddr = INADDR_NONE; + bootp.yiaddr = dev->ip_addr; bootp.giaddr = INADDR_ANY; bootp.secs = htons(time(NULL) - dev->open_time); memcpy(bootp.chaddr, dev->hwaddr, 16); commit 84...