Displaying 7 results from an estimated 7 matches for "fe97".
Did you mean:
fe94
2011 Aug 18
1
CentOS 6 and IPv6 neighbor proxy
...net in each computer
- or use neighbor proxy in the router server
I prefer neighbor proxy.
So I have to activate neighbor proxy in the router:
sysctl -w net.ipv6.conf.all.proxy_ndp=1
and I have to add entries for each client in the subnet like
ip -6 neigh add proxy 2001:0:0:1:211:d8ff:fe97:3273 dev eth0
This works well but is lost on reboot.
For the sysctl command there is /etc/sysctl.conf for permanent configuration.
If I create a file route-eth0 in the directory /etc/sysconfig/network-scripts/ with the above ip neighbor command, the interface eth0 is immediately down.
Resta...
2011 Feb 18
0
getpeername failed. Error was Transport endpoint is not connected
...failure in
writing to client 0.0.0.0. Error Connection reset by peer
Is it a problem ? or just an informative event ?
Feb 18 18:13:42 samba smbd[21646]: [2011/02/18 18:13:42.423085, 2]
lib/interface.c:340(add_interface)
Feb 18 18:13:42 samba smbd[21646]: added interface eth0
ip=fe80::250:56ff:fe97:3374%eth0 bcast=fe80::ffff:ffff:ffff:ffff%eth0
netmask=ffff:ffff:ffff:ffff::
Feb 18 18:13:42 samba smbd[21646]: [2011/02/18 18:13:42.423232, 2]
lib/interface.c:340(add_interface)
Feb 18 18:13:42 samba smbd[21646]: added interface eth0
ip=192.168.200.2 bcast=192.168.200.255 netmask=255.255.255.0...
2009 Sep 02
1
Problem to join Win20900 ADS realm
...Processing section "[global]"
[2009/09/02 10:36:21, 3] param/params.c:pm_process(569)
params.c:pm_process() - Processing configuration file
"/etc/samba/dhcp.conf"
[2009/09/02 10:36:21, 2] lib/interface.c:add_interface(340)
added interface eth0 ip=fe80::219:d1ff:fe97:92a7%eth0
bcast=fe80::ffff:ffff:ffff:ffff%eth0 netmask=ffff:ffff:ffff:ffff::
[2009/09/02 10:36:21, 2] lib/interface.c:add_interface(340)
added interface eth0 ip=10.111.1.192 bcast=10.111.1.255
netmask=255.255.255.0
[2009/09/02 10:36:21, 3] libsmb/cliconnect.c:cli_start_connection(1649)...
2003 Nov 18
3
FORWARD DROP Problem
...lisions:0 txqueuelen:100
RX bytes:31985581 (30.5 Mb) TX bytes:60776984 (57.9 Mb)
Interrupt:11 Base address:0x2000
eth1 Link encap:Ethernet HWaddr 00:04:76:97:B8:23
inet addr:10.48.65.1 Bcast:10.48.65.255 Mask:255.255.255.0
inet6 addr: fe80::204:76ff:fe97:b823/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5807045 errors:0 dropped:0 overruns:1 frame:0
TX packets:8218872 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:403800238 (385.0 Mb) TX b...
2015 Dec 11
2
CentOS 7 Lost NIC
Hello,
I have a big problem with my servers.
I have 4 NIC on all my KVM Servers but the most time on a start (restart) I
lost one NIC? It is not always the same, but this two are virtio NICs.
with ifup eth0(1) the system say,I have no configured eth0 or eth1 file ?
Can any tell me what I can do?
thank's for a answer
NetworkManager is disabled.
--
mit freundlichen Gr??en / best regards,
2015 Dec 12
2
CentOS 7 Lost NIC
...er 0 collisions 0
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.xxx.xxx netmask 255.255.255.0 broadcast 192.168.100.255
inet6 fe80::5054:ff:fe97:3af2 prefixlen 64 scopeid 0x20<link>
ether 52:54:00:97:3a:f2 txqueuelen 1000 (Ethernet)
RX packets 1326 bytes 127389 (124.4 KiB)
RX errors 0 dropped 242 overruns 0 frame 0
TX packets 299 bytes 27625 (26.9 KiB)
lo: flags=73<UP,LOOPBACK,RUNNING>...
2011 Aug 30
0
CentOS 6 IPv6: neighbor and restart network
Hallo,
for using the ipv6 neighbor functions, I have to execute commands like
ip -6 neigh add proxy 2001::211:d8ff:fe97:3273 dev eth0
to publish the ip of computers in the subnet.
To execute them on reboot, I have included these commands in /etc/rc.d/rc.local
Also after each restart of the network, I have to execute these commands too.
So: how can I always execute
/etc/rc.d/rc.local
after
service netwo...