Re: Proxy a TCP connection

2018-05-21 Thread Luciano Mannucci
On Fri, 18 May 2018 23:29:33 +0200
Andrea Venturoli  wrote:

> Does anyone have a good suggestion for a program similar to the above ones?
> I require nothing fancy, I just want it to be reliable.
The oldest, the simplest, the most reliable (I'm still using it, and
it shoud be in the ports):

Peter da Silva's plugdaemon

I'm using it since last century...

Luciano.
-- 
 /"\ /Via A. Salaino, 7 - 20144 Milano (Italy)
 \ /  ASCII RIBBON CAMPAIGN / PHONE : +39 2 485781 FAX: +39 2 48578250
  X   AGAINST HTML MAIL/  E-MAIL: posthams...@sublink.sublink.org
 / \  AND POSTINGS/   WWW: http://www.lesassaie.IT/
___
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"


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

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228108

Andrey V. Elsukov  changed:

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |FIXED

--- Comment #8 from Andrey V. Elsukov  ---
The fix committed into head/ and stable/11 branches. It will appear in
11.2-RELEASE, and then you can upgrade your system with freebsd-update to get
it fixed. Thanks for the report!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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"


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

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721

--- Comment #19 from j...@pfsense.org ---
The patch is working great, thanks! I set a supersede of 0 and everything is
back to normal.

One additional question: Since the new DHCP MTU behavior will be active for
everyone, should the default dhclient configuration set a supersede of 0 to
minimize the impact for users on upgrade?

Someone performing a remote upgrade could end up losing access to their
installation in this situation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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"


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

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228302

--- Comment #4 from Sean Bruno  ---
(In reply to sandreas from comment #3)
There are no "WOL" flags in the ifconfig output.  It doesn't look like your
devices have wake on lan active.

Here are my devices:

root@:~ # ifconfig igb0 wol
root@:~ # ifconfig igb0
igb0: flags=8802 metric 0 mtu 1500
   
options=e535bb
ether a0:36:9f:db:93:e0
nd6 options=29
media: Ethernet autoselect (1000baseT )
status: active


root@:~ # ifconfig em0 wol
root@:~ # ifconfig em0
em0: flags=8843 metric 0 mtu 1500
   
options=85359b
ether 7c:05:07:0d:cf:e1
nd6 options=29
media: Ethernet autoselect (10baseT/UTP )
status: active

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 227720] Kernel panic in ppp server

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720

--- Comment #17 from Matt Allanson  ---
(In reply to Eugene Grosbein from comment #16)

Unfortunately it would be quite a significant change to our production
environment and we aren't able to do that "in the meantime" type fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


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

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228302

--- Comment #5 from sandreas  ---
I activated WOL in BIOS (i checked twice) and added 

dev.igb.0.wake=1
dev.em.0.wake=1

in /etc/sysctl.conf. Then i ran

ifconfig igb0 wol
ifconfig em0  wol

And tried different things with and without reboots. Nothing worked. Is there
something else i could have missed? 


Is it possible, that it is not a hardware / hardware-version specific problem?
In https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208343 WOL-flags do not
show up, although everything is configured correctly. 

Perhaps the ASRock Rack C236 WSI has newer Intel NICs and the freebsd driver
does not support WOL on these specific device versions. I think i checked all
possible settings and as i remember WOL was working on Linux (although i'm not
100% sure here, its been a while...)


If you need any debug output or if i should re-check, wether WOL is working on
linux, just ask - should not be too much effort to boot a linux usb stick...

I also could provide a screenshot of BIOS settings, if it helps, but I'm 100%
sure, WOL is enabled here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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: Proxy a TCP connection

2018-05-21 Thread Andrea Venturoli

On 05/21/18 13:16, Luciano Mannucci wrote:

On Fri, 18 May 2018 23:29:33 +0200
Andrea Venturoli  wrote:


Does anyone have a good suggestion for a program similar to the above ones?
I require nothing fancy, I just want it to be reliable.

The oldest, the simplest, the most reliable (I'm still using it, and
it shoud be in the ports):

Peter da Silva's plugdaemon

I'm using it since last century...

Luciano.



Thanks to anyone who answered.

I'm currently trying net/bounce, as suggested by Eugene.
If that won't work properly, I'll sure give plugdaemon a shot.

 bye
av.
___
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"


[Bug 227720] Kernel panic in ppp server

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720

--- Comment #18 from Eugene Grosbein  ---
(In reply to Matt Allanson from comment #17)

It would be nice if you write in details how one can reproduce the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 227720] Kernel panic in ppp server

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720

--- Comment #19 from Matt Allanson  ---
(In reply to Eugene Grosbein from comment #18)

1. Install FreeBSD 11.1 (nanobsd built with provided KCONF)
2. Install stunnel
3. Configure ppp + stunnel to act as server on one machine and client on
another
4. Connect client(s) to server
5. Communicate via network as normal
6. Wait for system to crash

We are not doing anything special in any way re: networking -- we're just
pushing network comms over PPP over TLS. This solution has been 100% solid in
FreeBSD 10.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


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

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228302

--- Comment #6 from Sean Bruno  ---
(In reply to sandreas from comment #5)
igb0@pci0:5:0:0:class=0x02 card=0x00028086 chip=0x15338086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = 'I210 Gigabit Network Connection'
class  = network
subclass   = ethernet
bar   [10] = type Memory, range 32, base 0xf790, size 1048576, enabled
bar   [1c] = type Memory, range 32, base 0xf7a0, size 16384, enabled
cap 01[40] = powerspec 3  supports D0 D3  current D0
cap 05[50] = MSI supports 1 message, 64 bit, vector masks 
cap 11[70] = MSI-X supports 5 messages, enabled
 Table in map 0x1c[0x0], PBA in map 0x1c[0x2000]
cap 10[a0] = PCI-Express 2 endpoint max data 128(512) FLR NS
 link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1)
ecap 0001[100] = AER 2 0 fatal 0 non-fatal 0 corrected
ecap 0003[140] = Serial 1 a0369fdb93e0
ecap 0017[1a0] = TPH Requester 1

I definitely have one of the devices you have.

Let me fire up stable/11 and see if I can reproduce.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 227720] Kernel panic in ppp server

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720

--- Comment #20 from Matt Allanson  ---
(In reply to Eugene Grosbein from comment #18)
 Apologies that is last stable in 10.2-RELEASE not 10.3-RELEASE

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


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

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228302

--- Comment #7 from sandreas  ---
Ok, i'll recheck everything again in the meantime.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 227720] Kernel panic in ppp server

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227720

--- Comment #21 from Matt Allanson  ---
(In reply to Matt Allanson from comment #20)
 We went from 10.2-RELEASE to 11.1-RELEASE. Just wanting to clarify

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"


[Bug 221676] libxo fails to format certain fixed values correctly (eg: arp: invalid json output from libxo when bridge is present)

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221676

--- Comment #8 from Phil Shafer  ---
Have fix in libxo github repo:

https://github.com/Juniper/libxo/commit/27d3021cc3cc8cfbe9ddee5930cd7a9afea8f68f#diff-5a0d468963477f7daedb8308c219dd80

I'll spin a release and import it into HEAD this afternoon.

Thanks,
 Phil

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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"


Let's stay in touch!

2018-05-21 Thread YouPic Team
Welcome

http://youpic.com?utm_content=Email&utm_campaign=Email%20marketing&utm_source=SendGrid&utm_term=Email%20marketing&utm_medium=Email

Hello YouPic Community!

We need your help. Due to the recent tragedy in Manchester, we have decided to 
bring our community together and show every day life in Manchester. As we all 
know, photography has a way of telling a great story without words. Whether you 
are a resident in Manchester or there on vacation, we want to create a photo 
series "Life in Manchester". We want to show that the world is still standing 
strong and kindness continues to fill the air.  

We will choose 20 photos and of course credit each of them.  We look forward to 
seeing your photos. Lets make this happen!

Don't forget to hashtag #lovemanchester

Deadline: Sunday 

Take me to YouPic 
http://youpic.com/?utm_content=Email&utm_campaign=Email%20marketing&utm_source=SendGrid&utm_term=Email%20marketing&utm_medium=Email

Sent with ♥ from YouPic

Holtermansgatan 1, 41129 Gothenburg, Sweden

Unsubscribe 
https://youpic.com/settings?utm_content=Email&utm_campaign=Email%20marketing&utm_source=SendGrid&utm_term=Email%20marketing&utm_medium=Email
___
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"


[Bug 228412] Kernel panic on shutdown after IPv6 was enabled

2018-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228412

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|n...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
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"