From owner-freebsd-net@freebsd.org Mon Jun 24 19:49:21 2019 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F37CB15D77F5 for ; Mon, 24 Jun 2019 19:49:20 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-cmomta01.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 15E50854E0 for ; Mon, 24 Jun 2019 19:49:19 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.161.151]) by cmsmtp with ESMTP id fUxgh077pP088fUxjhf9kb; Mon, 24 Jun 2019 19:49:13 +0000 Date: Mon, 24 Jun 2019 19:48:57 +0000 From: "Thomas Mueller" To: freebsd-net@freebsd.org Subject: Re: Can Ethernet and wi-fi be used concurrently? References: <5d0ed525.1c69fb81.d673e.e3dfSMTPIN_ADDED_MISSING@mx.google.com> <5d0ed551.1c69fb81.fc8fe.2b79SMTPIN_ADDED_MISSING@mx.google.com> X-CMAE-Envelope: MS4wfJrCk7vgt1sibjk1ul7xmUdXWdLDuAyPZF8RgGoLsH4PTAKHbNL6t/4BNh68pebFW6DUqEwovHBtBNcwMsf5xMzLVHgd43bBLZod/i6UblxHa73B+lLc TCZzSybCPXGf9XbmVrm6qmPASP6kh+hXmcIgRKUyxd+/GETjwkWh1mz7 X-Rspamd-Queue-Id: 15E50854E0 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of mueller6722@twc.com designates 107.14.73.226 as permitted sender) smtp.mailfrom=mueller6722@twc.com X-Spamd-Result: default: False [-1.92 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:107.14.73.0/24]; FREEMAIL_FROM(0.00)[twc.com]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.98)[-0.984,0]; MISSING_MID(2.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MX_GOOD(-0.01)[cached: dnvrco-cmedge02.email.rr.com]; NEURAL_HAM_SHORT(-0.89)[-0.886,0]; RCVD_IN_DNSWL_NONE(0.00)[226.73.14.107.list.dnswl.org : 127.0.5.0]; IP_SCORE(-2.24)[ip: (-5.08), ipnet: 107.14.73.0/24(-3.37), asn: 7843(-2.70), country: US(-0.06)]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[twc.com]; FROM_EQ_ENVFROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[151.161.28.96.zen.spamhaus.org : 127.0.0.10]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:7843, ipnet:107.14.73.0/24, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jun 2019 19:49:21 -0000 from Nick Wolff: > Yes this is no issue just need to make sure you don't have an default route > on your Ethernet interface(May need to set a static) and that the hotspot > network and intranet network doesn't overlap. To use the ethernet, I believe I need route add default 192.168.0.1 if I don't use dhclient. How do I avoid this, and then how would I add route for the hotspot network? Tom