/etc/hosts doesn't work in jails?

2024-01-07 Thread Yuri
NSMasq on the router.) Thanks, Yuri

Re: Network starvation question

2023-11-03 Thread Yuri
Router is also involved, and the provider's network as well. But I think that there is a bug in the FreeBSD's network code that it allows a slower TCP connection to be hammered like this, unless there is a good explanation for this observation. Yuri

Network starvation question

2023-11-02 Thread Yuri
using the 3.5/4.0 ratio, which would be 0.875. So why then does the slower connection get slowed down so much? It was obviously slowed down many times, not just by 13%. FreeBSD 13.2 Thanks, Yuri

Write into the route socket fails for unclear reason

2023-10-18 Thread Yuri
anybody figure this out without the need to rebuild the kernel? Thanks, Yuri

Re: missing hw.em.msix support in FreeBSD 14.0-CURRENT?

2023-05-08 Thread Yuri
e1000_82571 ... scctx->isc_txrx = &em_txrx; ...| > > > Best Regards, > Cheng Cui > > > On Sun, May 7, 2023 at 7:28 PM Cheng Cui <mailto:c...@freebsd.org>> wrote: > > Hi Yuri, > > Thanks for the update. I am using a

Re: missing hw.em.msix support in FreeBSD 14.0-CURRENT?

2023-05-07 Thread Yuri
Cheng Cui wrote: > Hello, > > I am using this em(4) driver for some tests. According to the man page > below, there should be a "hw.em.msix" sysctl to enable/disable MSI-X > style interrupts. But why is it missing in my system below? > https://man.freebsd.org/cgi/man.cgi?em(4) >

sshd doesn't disconnect for 30+ minutes after the TCP connection is closed ungracefully

2023-03-01 Thread Yuri
net.inet.tcp.always_keepalive: 1 Shouldn't TCP keepalive kill this sshd process after 3-4 minutes because this connection isn't alive? Yuri

Why do speedtest websites show much lower download speed in the Chromium browser?

2022-11-22 Thread Yuri
that it doesn't show the real speed. Anybody has an idea what might be wrong? Sorry for this being potentially off-topic here. I couldn't think of any other forum where to ask this. Thanks, Yuri

panic: sleeping in an epoch section

2019-10-08 Thread Yuri Pankov
Tried updating from r353072 to r353334 and getting the following panic reproducibly on boot (starting dhclient?): panic: sleeping in an epoch section cpuid = 5 time = 1570591558 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe00af780140 vpanic() at vpa

Trying to understand why the ipfw rules don't work on lo0

2019-08-24 Thread Yuri
g/bugzilla/show_bug.cgi?id=239590 Connections originating from my own host are automatically made on lo0, and the same ipfw rule that works on the physical network interface doesn't work on lo0. Is this a bug, or am I doing something wrong? T

ipfw questions: how to forward incoming TCP connections from the same host?

2019-07-31 Thread Yuri
0 Just adding "xmit lo0" makes it to fail for sk0 too. When several interfaces are present in the rule, doesn't this mean that it should apply to all of them? Perhaps multiple interfaces can only be used in recv/xmit combination? Why does this command accept two xmit cla

Is there an way for a program to know when the list of network interfaces has changed (without rescanning them)?

2019-07-28 Thread Yuri
I am asking because wireshark doesn't sense the interface list changes, and it just always shows the list from the time it was launched . Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-n

Re: How to set up ipfw(8) NAT between an alias and the main IP address, when the alias is in another network?

2019-07-20 Thread Yuri
On 2019-07-17 01:42, Vinícius Zavam via freebsd-net wrote: jail ... ip4=inherit ? Thanks, but I need all of them to have unique IPs. Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To

Re: How to set up ipfw(8) NAT between an alias and the main IP address, when the alias is in another network?

2019-07-14 Thread Yuri
ted by NAT. I think that this is possible, because firewalls are generally able to match incoming packets to the outgoing connections. Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

How to set up ipfw(8) NAT between an alias and the main IP address, when the alias is in another network?

2019-07-06 Thread Yuri
ackets are NATted, but the inbound ones are not. What is wrong, and how to fix this script? Thank you, Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freeb

Re: In freshly installed 12i386 VM dhclient printed "No buffer space available"

2019-05-05 Thread Yuri
On 2019-05-05 14:51, Bjoern A. Zeeb wrote: Which NIC is this?  em0 or virtio?   I do see this on a Laptop with em0;  just wondering if this is an iflib problem? It's in a VirtualBox VM, by default it is em0. Yuri ___ freebsd-net@freebs

In freshly installed 12i386 VM dhclient printed "No buffer space available"

2019-05-05 Thread Yuri
I just took the latest 12i386 ISO image, installed into a VM with 2GB memory, and got the "No buffer space available" from dhclient during the initial IPv4 network setup. This should never happen, IMO. Yuri ___ freebsd-net@freebsd.o

Re: dhclient fails to obtain the IP address from some WiFi networks

2019-03-23 Thread Yuri
say that it requested the lease, again and again after the increasing time interval, and eventually it would just say "Using the recorded lease ...". So dhclient is the process that was failing, I think. Yuri ___ freebsd-net@freebsd.o

Re: dhclient fails to obtain the IP address from some WiFi networks

2019-03-23 Thread Yuri
ace at the wpa_supplicant supplicant level instead? Can wpa_supplicant write an exhaustive log of what's going on? Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail

Re: dhclient fails to obtain the IP address from some WiFi networks

2019-03-23 Thread Yuri
1c:c8:26:4e reason=3 locally_generated=1 Mar 22 09:55:42 sw kernel: wlan0: link state changed to DOWN tcpdump isn't possible at this time. But everything that dhclient was sending is in kdump files. Yuri ___ freebsd-net@freebsd.org mailing list https://

dhclient fails to obtain the IP address from some WiFi networks

2019-03-22 Thread Yuri
The laptop was getting the wifi connection right away, but dhclient was consistently failing to obtain the IP address. Here are the ktrace dumps of the dhclient process of two instances of such failure: * https://people.freebsd.org/~yuri/dump-dhclient-failure-1.txt * https

Long-lived connections over WiFi get stuck

2018-11-08 Thread Yuri
esn't reconnect when stuck. What could be a problem with long connections getting stuck? How can this be troubleshooted? Thanks, Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

Re: [freebsd 11.2] net-snmpd incomplete mac addresses

2018-10-06 Thread Yuri Pankov
Yuri Pankov wrote: Patrick Lamaiziere wrote: Hello, freebsd 11.2/amd64 release net-snmp-5.7.3_18 net-snmpd returns incomplete MAC addresses in IF-MIB::ifPhysAddress, the first octet is always "0". $ snmpwalk -v 2c -c "xxx" localhost 1.3.6.1.2.1.2.2.1.6 IF-MIB::ifPhysAddr

Re: [freebsd 11.2] net-snmpd incomplete mac addresses

2018-10-05 Thread Yuri Pankov
Patrick Lamaiziere wrote: Hello, freebsd 11.2/amd64 release net-snmp-5.7.3_18 net-snmpd returns incomplete MAC addresses in IF-MIB::ifPhysAddress, the first octet is always "0". $ snmpwalk -v 2c -c "xxx" localhost 1.3.6.1.2.1.2.2.1.6 IF-MIB::ifPhysAddress.1 = STRING: 0:36:9f:93:7d:f8 IF-MIB::i

Re: why rtsold ?

2018-09-30 Thread Yuri Pankov
alan somers wrote: On Sat, Sep 29, 2018, 11:24 PM Victor Sudakov wrote: Alan Somers wrote: When running FreeBSD as an IPv6 host im SLAAC mode, is "rtsold_enable=YES" really necessary? I did not enable rtsold and IPv6 still works fine only with fconfig_re0="" ifconfig_re0_ipv6="inet6 accept_

When ethernet wire is unplugged, the interface keeps its IP address and the default route stays up

2018-08-12 Thread Yuri
required to run commands by hand? Why unplugging the wire doesn't bring the interface to its original state? Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to &

A lot of 'ifa_ifwithnet failed' messages on CURRENT

2018-05-30 Thread Yuri
It prints these messages when WiFi is used. What is the reason? Thanks, Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

run0 wifi device causes kernel panics in 11.1

2017-12-09 Thread Yuri
This started happening after I updated revision from Aug 1, 2017 to Dec 6, 2017. The crash stack begins at syscall_fast. Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any

Re: Bug in make setting wrong MAKESYSPATH

2017-05-27 Thread Yuri
nt is on dhcpcd 7.0, ahead of FreeBSD ports version. 7.0.0 isn't released yet, it is in rc1: https://roy.marples.name/projects/dhcpcd FreeBSD is at the latest released version. Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.o

dhclient vs. dhcpcd

2017-05-25 Thread Yuri
ed to dhcpcd? Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Search for SANE scanners freezes the system

2016-09-10 Thread Yuri
ecome dead, and it doesn't respond to the network queries. I am thinking that this command sends some unusual broadcasts that possibly expose some bug. I think I can reproduce it reliably on my system. But I am not sure where to go from here. Yuri ___

Search for SANE scanners freezes the system

2016-09-09 Thread Yuri
. The problem occurs reliably. Nothing is printed to the system log. Anybody happens to know what might be the problem? 10.3 amd64 Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, sen

CJDNS - a very useful network router program

2016-07-04 Thread Yuri
730 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210767 Sorry if this is off-topic because it isn't directly related to the networking in FreeBSD. But I thought many will also find CJDNS interesting, and wanted to share. Yuri ___ freebsd-net@free

Is there a way to keep an account of which processes generate how much network traffic?

2016-05-29 Thread Yuri
) generate most traffic. I am fully aware that the link between pid and an "application" is vague because some processes are run through some cryptic command lines. I am just interested if anything exists in this area at all. Yuri ___ f

Re: Marvell Yukon (msk) network card causes the "sticky mouse" problem: mouse stops for extended periods of time

2016-05-13 Thread Yuri
Marvell Yukon card still didn't function properly. Speed test showed much slower result. And mouse still doesn't move as freely as usual. Something isn't right with it. Yuri ___ freebsd-net@freebsd.org mailing list https://list

Re: Marvell Yukon (msk) network card causes the "sticky mouse" problem: mouse stops for extended periods of time

2016-05-11 Thread Yuri
in sys/dev/msk/if_msk.c and if_msk module is loaded. Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Marvell Yukon (msk) network card causes the "sticky mouse" problem: mouse stops for extended periods of time

2016-05-07 Thread Yuri
0 Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Marvell Yukon (msk) network card causes the "sticky mouse" problem: mouse stops for extended periods of time

2016-05-06 Thread Yuri
When I replaced it with Linksys sk0 the problem is completely gone: skc0: port 0xe800-0xe8ff mem 0xfbefc000-0xfbef irq 17 at device 1.0 on pci8 There were few other problem reports about Marvell Yukon cards in this ML in 2015-2016. Yuri

Re: resolvconf(8) always leaves original DNS server in the list, allowing DNS requests to leak

2015-05-01 Thread Yuri
On 04/18/2015 17:18, Yuri wrote: I would like to suggest the new option: > -xMake the new DNS server exclusive. With this option resolvconf(8) will replace the old server with the new one. Followup to this: This feature has been implemented and released by the openresolv proj

Re: resolvconf(8) always leaves original DNS server in the list, allowing DNS requests to leak

2015-04-19 Thread Yuri
is is the one I am mostly talking about. The current resolvconf works okay in the case of the corporate VPN. In such case "-p" flag and the list of corporate domains should be used. Yuri ___ freebsd-net@freebsd.org mailing list http:/

resolvconf(8) always leaves original DNS server in the list, allowing DNS requests to leak

2015-04-18 Thread Yuri
: > -xMake the new DNS server exclusive. With this option resolvconf(8) will replace the old server with the new one. This will require resolvconf to have some more logic. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Socket bound to 0.0.0.0 never receives broadcasts with non-zero IP source address

2015-04-08 Thread Yuri
On 04/08/2015 19:59, John Howie wrote: > Still at 35000’ (literally), trying to get to where I am going! Oh, you are flying! I first didn't understand what 35000' meant. Have a safe rest of the flight! Yuri ___ freebsd-net@freebsd.org

Re: Socket bound to 0.0.0.0 never receives broadcasts with non-zero IP source address

2015-04-08 Thread Yuri
. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Socket bound to 0.0.0.0 never receives broadcasts with non-zero IP source address

2015-04-08 Thread Yuri
dcast UDP to a particular port. Observing this with with virtual machine dhcp client bridged to the host through tapN. Host is otherwise just a plain FreeBSD workstation itself. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/ma

Re: [BUG?] dhclient sends packets with source IP address that has been deleted

2015-04-08 Thread Yuri
se of such DHCP delays. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Socket bound to 0.0.0.0 never receives broadcasts with non-zero IP source address

2015-04-08 Thread Yuri
doesn't seem to matter. Also, UDP is the practically important case. Unless there is some reasonable explanation why ip source address can influence reception, I believe this is a bug in kernel. And pretty important one, because it can hurt DHCP servers. Yuri --- C program exhibitin

Socket bound to 0.0.0.0 never receives broadcasts with non-zero IP source address

2015-04-07 Thread Yuri
6, 256) print("Received broadcast packet") I use dhclient to send broadcast packets. It sends with src=0.0.0.0 when no /var/db/dhclient.leases.* exists, and it always sends with src= when the previous lease exists. 10.1 STABLE Yuri __

Re: [BUG?] dhclient sends packets with source IP address that has been deleted

2015-04-07 Thread Yuri
elays DHCP handshake, this is how this can hurt. dhclient comes from OpenBSD upstream. It has been discontinued in OpenBSD, due to them thinking it has a lot of problems. Maybe FreeBSD should also replace dhclient? Yuri ___ freebsd-net@freebsd.org mail

[BUG?] dhclient sends packets with source IP address that has been deleted

2015-04-06 Thread Yuri
ng be fixed, or this is harmless? Some other host might have this IP address by the time dhclient runs, and this might cause confusion somewhere. 10.1 STABLE Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: tap(4): will it be more reasonable if it preserved UP/DOWN state, when closed?

2015-04-03 Thread Yuri
On 04/01/2015 15:58, Yuri wrote: I am going to create the corresponding net.link.tap.down_on_close. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199136 ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: tap(4): will it be more reasonable if it preserved UP/DOWN state, when closed?

2015-04-01 Thread Yuri
fault) state will be preserved as it was before close - makes sense for most users I believe 2: state will change to down (like tap works now) Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubs

tap(4): will it be more reasonable if it preserved UP/DOWN state, when closed?

2015-03-31 Thread Yuri
en it was first opened? Practically speaking, I set it up in rc.conf to be 'up' with the particular IP, but it goes to 'down' state when VirtualBox closes it. If tap(4) can be 'up' without users, there shouldn't be any problem in leaving it 'up' af

Re: Can multiple apps listen for TCP on the same port?

2014-12-01 Thread Yuri
her connections and later drop them. I might be wrong. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Can multiple apps listen for TCP on the same port?

2014-12-01 Thread Yuri
work. I first confused it with net/netcat from ports, which is totally different codebase, and isn't duplex. Looking into their code confused me into making original wrong assumptions. Thanks! Yuri ___ freebsd-net@freebsd.org mailing list http

Re: Can multiple apps listen for TCP on the same port?

2014-12-01 Thread Yuri
ll in the second instance ever fails. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Can multiple apps listen for TCP on the same port?

2014-12-01 Thread Yuri
sockets on the same port be accepting connections? It looks like the whole port is blocked without even having the listening socket on it by one alive connection (which after it was accepted doesn't have much to do with the original port). Yuri _

[PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2013-09-01 Thread Yuri
Please check in this patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=181741 Please MFC into 9.X Description of the problem is within PR. Thanks, Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To

Packet loss when 'control' messages are present with large data (sendmsg(2))

2013-09-01 Thread Yuri
ng the occasionally larger mbuf size). I can easily make a patch fixing this issue with this new function. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: LOCAL_CREDS are broken ?

2013-08-29 Thread Yuri
DGRAM produces the same result. Sorry, I forgot to mention in my OP. I found this case by troubleshooting the linux code that does socketpair(AF_LOCAL, SOCK_DGRAM, 0,...) and later sets the equivalent of LOCAL_CREDS and this fails. Yuri ___ freebsd-n

LOCAL_CREDS are broken ?

2013-08-29 Thread Yuri
The example below breaks with "Protocol not available" But what is wrong? Isn't this the correct usage? LOCAL_CREDS are only handled in kern/uipc_usrreq.c for AF_LOCAL, so it isn't clear why this doesn't work. Yuri --- example.c --- #include #include #include

Re: DTrace network providers

2013-08-22 Thread Yuri
uild error during buildkernel, see below. And I did successful buildworld and installworld before this. Yuri --- buildkernel errors --- /usr/src/sys/netinet/in_kdtrace.c:165:1: error: redefinition of 'sdt_provider_ip' SDT_PROVIDER_DEFINE(ip); ^ /usr/src/sys/sys/sdt.h:136:22: note:

Re: DTrace network providers

2013-08-22 Thread Yuri
. Yuri -- |diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c |index 0a87e7a..15196e0 100644 |--- a/sys/netinet/ip_output.c |+++ b/sys/netinet/ip_output.c -- Patching file a/sys/netinet/ip_output.c using Plan A... Hunk #1 succeeded at 34

Is it possible to slow down the network interface?

2013-04-02 Thread Yuri
pose such condition artificially? Is 'ifconfig re0 media 10baseT/UTP' actually supposed to work transparently, or disconnects are to be expected? Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net

Why chrome and firefox can't connect to almost any SOCKS4 proxy?

2012-12-24 Thread Yuri
x27;t connect to most SOCKS4 proxies and can connect to SOCKS5. What might be a problem? I was thinking that maybe some system or port library has some issue related to SOCKS4? Maybe libssl.so ? 9.1 STABLE Yuri ___ freebsd-net@freebsd.org mailing list

Re: Why wpa_supplicant doesn't start with ndis0 interface?

2012-09-14 Thread Yuri
and preventing dhclient from start. I am asking how to increase the verbosity and determine why netif thinks wpa_supplicant fails. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, s

Re: Why wpa_supplicant doesn't start with ndis0 interface?

2012-09-14 Thread Yuri
or the log file. Any way to make netif more verbose? Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Why wpa_supplicant doesn't start with ndis0 interface?

2012-09-14 Thread Yuri
On 09/14/2012 00:09, Yuri wrote: It was some mismatch between kernel/userland/ndis driver. After I fixed the mismatch, wifi still doesn't get initialized during boot and 'netif start' ran by hand also doesn't start it. Never mind, it was an issue of /etc out of sync w

Re: Why wpa_supplicant doesn't start with ndis0 interface?

2012-09-14 Thread Yuri
I fixed the mismatch, wifi still doesn't get initialized during boot and 'netif start' ran by hand also doesn't start it. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To u

Re: Why wpa_supplicant doesn't start with ndis0 interface?

2012-09-13 Thread Yuri
messages. This is a mystery to me, why one way to run it produces this message and another one doesn't. And '/etc/rc.d/netif start' still doesn't start wifi even though all kernel modules were loaded after kernel boot. Yuri ___

Re: Why wpa_supplicant doesn't start with ndis0 interface?

2012-09-12 Thread Yuri
gi/query-pr.cgi?pr=kern/165630 which I would would be MFC'd already... What you are suggesting is for the case when loading if_ndis causes panic during boot. In my case it loads fine during boot, but it's not clear why '/etc/rc.d/netif' do

Why wpa_supplicant doesn't start with ndis0 interface?

2012-09-12 Thread Yuri
less interface similar configuration works fine. How can I understand why wireless doesn't start during boot? Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: System doesn't detect unplugged network cable and doesn't set interface up properly with DHCP

2012-07-13 Thread Yuri
is IP address survives through the next DHCP setup process and ends up being the second IP address. Should be very easy to on exit remove any IP address that was set during dhclient process lifetime. Yuri ___ freebsd-net@freebsd.org mailing list

System doesn't detect unplugged network cable and doesn't set interface up properly with DHCP

2012-07-12 Thread Yuri
ppen automatically. dhclient should drop the old IP when cable is unplugged, and should set it up anew when cable is plugged back. Is my system misconfigured in some way, or this is the way how it works in FreeBSD? Yuri ___ freebsd-net@freebsd.org mai

Re: Why host transmit rate on 1Gb ethernet is only ~750Mbps ?

2012-04-14 Thread Yuri
0 0 0 0 0 0 5428 145410 15122 4 3 93 0 9 17 32495M 1321M 4 0 0 0 0 0 0 0 5427 146896 15175 4 3 93 1 9 17 32481M 1312M 2402 0 0 0 399 0 0 51 2629 128751 9712 4 2 93 Yuri ___ freebsd-net

Re: Why host transmit rate on 1Gb ethernet is only ~750Mbps ?

2012-04-14 Thread Yuri
On 04/14/2012 12:27, Jason Leschnik wrote: cat5e or just cat5? sorry, CAT5e. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Why host transmit rate on 1Gb ethernet is only ~750Mbps ?

2012-04-14 Thread Yuri
even dropped from 729 to 695 Mbps for some reason. This rules out the router. Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Why host transmit rate on 1Gb ethernet is only ~750Mbps ?

2012-04-14 Thread Yuri
headers which are ~120bytes out of 1500? Why packet loss occurs in such a simple network with just one switch and speeds of 75% of the maximum? How can I troubleshoot such situation and understand the reasons? Yuri ___ freebsd-net@freebsd.org mailing l

Re: Help : configuring wpa_suplpicant.conf for WEP + login/passwd

2012-02-16 Thread Yuri Kurenkov
g list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" Your access point bkock dhcp packes from radio to wire and back. You need setup dhcp server at AP. -- Yuri V. Kurenkov [YVK9-RIPN,YVK11-RIPE] Home:

Re: kerberized NFS

2012-01-27 Thread Yuri Pankov
typo - more serious one - V4: line specifies the ROOT of NFSv4 exported FS - nfsinternal1.dcssrl.it:/usr/src points to /usr/src/usr/src. What you /etc/exports could look like (the way it works for me, doesn't mean that it's correct though): /usr/src V4: / -sec=krb5:krb5i:krb5p Yuri pgp9Ah40PW9n8.pgp Description: PGP signature

Re: Compiling only "network" part of the kernel

2011-12-26 Thread Yuri Pankov
MODULES_OVERRIDE (described in make.conf(5)), and, of course, sys/modules/ :-) Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

MAC address conflict causes 8.2-STABLE to freeze

2011-05-29 Thread Yuri
setup exposed it. This could also be a security issue when some other host on the same network can cause FreeBSD to freeze by sending some rogue packets to it. I should also note that I am talking about the wireless device ath0 and passwordless WEP network. Yuri

Re: 8.0 stable if_bwi kmod not exist?

2010-01-19 Thread Yuri Pankov
sion=202410&view=markup HTH, Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: One-liner for setting IPv6 address and IPv4 endpoints on gif interface?

2008-07-05 Thread Yuri Pankov
about one-liner, but that's what I'm using in rc.conf (Hurricane Electric's tunnelbroker.net tunnel): gif_interfaces="gif0" gifconfig_gif0="src_ipv4 dst_ipv4" ipv6_enable="YES" ipv6_ifconfig_gif0="src_ipv6 dst_ipv6 prefixlen 128" ipv6_default

Re: FreeBSD NAT-T patch integration

2008-06-25 Thread Yuri Lukin
On Wed, 25 Jun 2008 12:34:56 -0700, Julian Elischer wrote > Scott Ullrich wrote: > > On Wed, Jun 25, 2008 at 2:36 PM, Julian Elischer <[EMAIL PROTECTED]> wrote: > >> > >> where is the patch? > >> > >> > > > > The version that we use in RELENG_7_0 is located here: > > http://cvs.pfsense.org/cgi-bin

Re: Wireless connection hangs using FreeBSD as AP

2008-02-11 Thread Yuri Lukin
ll thanks to great work by Sam. I should mention that it's nearly impossible to troubleshoot this without additional information (athdebug, athstats, etc...). Sadly I have not had time to debug my setup either... Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Wireless connection hangs using FreeBSD as AP

2008-02-11 Thread Yuri Lukin
On Sun, 10 Feb 2008 19:55:23 -0500, Michael C. Cambria wrote > I have quite a few Soekris machines as wireless AP's using the > PCMCIA NL-2511 CD EXT card (wi0 in hostap mode) found at Netgate. I > also have a desktop with a similar setup, to debug prior to flashing > for Soekris. All run Fre

Re: Confusing `netstat -rn` output on 7.0-RC1

2008-02-07 Thread Yuri Pankov
(sorry for cross-posting) On Fri, Feb 01, 2008 at 04:30:21PM +0300, Yuri Pankov wrote: > Hi, > > `netstat -rn` on 7.0-RC1/sparc64 shows 0.0.0.0 instead of actual network > numbers, while those networks are accessible. > > > ifconfig > dc0: flags=8843 metric 0 mtu

Re: icmp type 5 redirect

2007-11-06 Thread Yuri Pankov
s "net.inet.ip.redirect", if I'm not mistaken. from /sys/netinet/ip_input.c: SYSCTL_INT(_net_inet_ip, IPCTL_SENDREDIRECTS, redirect, CTLFLAG_RW, &ipsendredirects, 0, "Enable sending IP redirects"); Yuri ___ freebsd-

Re: Quagga as border router

2007-09-20 Thread Yuri Lukin
On Thu, 20 Sep 2007 00:24:09 -0700, Alfred Perlstein wrote > > Juniper is based on FreeBSD. ;-) > On old code from the 4.x days I think, right? ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscr

Applying NAT-T patch correctly

2007-05-30 Thread Yuri Lukin
-installing world? Regards, Yuri ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: wireless serer card that can handle multi-users

2007-03-09 Thread Yuri Lukin
6.2. I have personally been using Wistron CM9 for nearly a year now. As far as the problem you described, you could have been running mixed b/g mode causing protection bit to be set which effectively reduces the throughput of your wireless LAN. Yuri

Re: VLANs and DHCP

2007-01-24 Thread Yuri Lukin
oadcasts from the IP Phones should not cross over to the data Vlan. We have dozens of customers setup this way and they are not having any problems. Not sure what type of switches you are using but I would check your switchport configuration (assuming managed switch). Yuri ___

Re: Intel PRO 3945ABG Wireless

2006-10-11 Thread Yuri Lukin
to begin. I, for one, enjoy wireless networking and would like to contribute to the project but I dont know the OS internals and don't have any real programming experience. Perhaps some basic guidance could set people like myself on the right path? I'm not asking for hand-

test

2004-09-24 Thread Yuri A. Mischenko
Hi! _ With best regards, Yuri A. Mischenko (aka FosteR) Systems Administrator Zabaikalye State Pedagogical University named after N. Tchernishevsky, CIT [EMAIL PROTECTED] www.zabspu.ru tel: +7(3022) 267-462 ICQ: 1333253

Re: ng_fwdswitch netgraph node

2002-05-24 Thread Yuri Victorovich
And why make it one-directional only? It shouldn't improve performance. So it's rather an "IP router" than "fwdswitch". many2many IP routing node would be useful in many situations. Yuri >The fwdswitch node, could be imagined as a 'many2many' no

Re: ng_fwdswitch netgraph node

2002-05-24 Thread Yuri Victorovich
And why make it one-directional only? It shouldn't improve performance. So it's rather an "IP router" than "fwdswitch". many2many IP routing node would be useful in many situations. Yuri >The fwdswitch node, could be imagined as a 'many2many' no