[Bug 228108] if_ipsec drops all the icmp v4&v6 error messages

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228108 --- Comment #6 from commit-h...@freebsd.org --- A commit references this bug: Author: ae Date: Fri May 18 10:17:13 UTC 2018 New revision: 333785 URL: https://svnweb.freebsd.org/changeset/base/333785 Log: MFC r333497: Apply the change

[Bug 227720] Kernel panic in ppp server

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720 --- Comment #15 from Matt Allanson --- (In reply to Eugene Grosbein from comment #14) Is there something that I need to do in the meantime? -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 227720] Kernel panic in ppp server

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720 --- Comment #16 from Eugene Grosbein --- (In reply to Matt Allanson from comment #15) You could try using net/mpd5 package instead of built-in ppp(8) utility for same task. It may occur more stable for your environment. -- You are receiv

[Bug 228302] [em] / [igb] wake on lan not working with Intel I210 / I219 on Mainboard ASRock Rack C236 WSI

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228302 Sean Bruno changed: What|Removed |Added Status|New |In Progress --- Comment #2 from Sean

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 j...@pfsense.org changed: What|Removed |Added CC||j...@pfsense.org --- Comment #10

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 --- Comment #11 from Roman Bogorodskiy --- Created attachment 193518 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193518&action=edit allow to supersede interface-mtu -- You are receiving this mail because: You are on the CC l

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 Roman Bogorodskiy changed: What|Removed |Added Resolution|FIXED |--- Status|Closed

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 --- Comment #13 from j...@pfsense.org --- Thanks, I'll look into giving that a try but it won't be until next week most likely. From the look of it, if I set a supersede of 0 it should disable setting the MTU entirely, right? -- You are re

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 --- Comment #14 from Conrad Meyer --- (In reply to jimp from comment #13) Yeah, but unfortunately it will produce that MIN_MTU warning. Ideally we provide a sentinel value that doesn't warn but also doesn't override. -- You are receiving

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 --- Comment #15 from Roman Bogorodskiy --- (In reply to Conrad Meyer from comment #14) One more possible workaround for this situation is to specify exact fields a client wants to receive using 'request' in /etc/dhclient.conf, OTOH, server

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 --- Comment #16 from j...@pfsense.org --- (In reply to Roman Bogorodskiy from comment #15) I tried that first, but the server sends it unsolicited in my case. That makes it a pain since it's still respected in the client even when it wasn't

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 --- Comment #17 from Conrad Meyer --- (In reply to Roman Bogorodskiy from comment #15) Yep. I think 0 is an ok sentinel, just add it to appropriate manual page(s). I am happy to review or commit such a change promptly, just ping me. --

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 --- Comment #18 from Roman Bogorodskiy --- (In reply to Conrad Meyer from comment #17) I've created a review request: https://reviews.freebsd.org/D15484 That's an early version before going to bed, I'll re-check it tomorrow. -- You are r

Proxy a TCP connection

2018-05-18 Thread Andrea Venturoli
Hello. Let's say I have a router connected to the Internet on one side and to a LAN with private IPs on the other. I want some clients from outside to be able to connect to a TCP service on a machine on the LAN: they should connect to port X on the firewall's public IP and reach port Y on the

Re: Proxy a TCP connection

2018-05-18 Thread Reshad Patuck
Hi, If you are running pf or ipfw on your router you could use a forward rule to forward connections that come in on a certain internet IP and port to a select internal IP or port. If you don't have a firewall running and can install ports on your router have a look at relayd, it should do wha

Re: Proxy a TCP connection

2018-05-18 Thread Karl
Ipfw's internal nat will do this out of the box. -- Karl   Original Message   From: m...@netfence.it Sent: May 18, 2018 16:29 To: freebsd-net@freebsd.org Subject: Proxy a TCP connection Hello. Let's say I have a router connected to the Internet on one side and to a LAN with private IPs on the

Re: Proxy a TCP connection

2018-05-18 Thread Eugene Grosbein
19.05.2018 4:29, Andrea Venturoli wrote: > Let's say I have a router connected to the Internet on one side and to a LAN > with private IPs on the other. > I want some clients from outside to be able to connect to a TCP service on a > machine on the LAN: they should connect to port X on the firew

[Bug 228108] if_ipsec drops all the icmp v4&v6 error messages

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228108 Kubilay Kocak changed: What|Removed |Added Assignee|n...@freebsd.org |a...@freebsd.org Stat

[Bug 228334] lte 4g network problems

2018-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228334 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org -- You are receiv