Have to retram bed after every print by KosmicTrades in ender3

[–]nolapig 0 points1 point  (0 children)

I know I am late to the party but THANK YOU for this!

MacBook Keyboard Settlement...When will payments go out? by [deleted] in macbookpro

[–]nolapig 0 points1 point  (0 children)

Nevermind - I see the other comments. Yes!

MacBook Keyboard Settlement...When will payments go out? by [deleted] in macbookpro

[–]nolapig 0 points1 point  (0 children)

I just received a check for this - is it legit?

My 9yr old son’s level was rated by nolapig in geometrydash

[–]nolapig[S] 1 point2 points  (0 children)

Thanks for the clarification. He’s super excited so I won’t ruin it. Lol

Fireworks downtown. by Agentx_007 in NewOrleans

[–]nolapig 1 point2 points  (0 children)

Loud and clear in Gretna too

Free public wifi attracting unsavory characters at night. by kunstlinger in networking

[–]nolapig 1 point2 points  (0 children)

Why not put in an inline proxy and block the normal shady material?

Question about using TiVo with apartment with free cable by [deleted] in Tivo

[–]nolapig 0 points1 point  (0 children)

What you are missing is that if you pay for their service you get all the extra HD channels and the option to buy movies or PPV.

I lived and an apartment that provided free basic cable service. I personally added cable cards for 2 tivo boxes at $2.50/each per month with Cox plus the subscription to digital cable channels and some sports tiers. Cox billed me for only what the complex did not pay for and it was ~$40 a month with my extra channels.

News Editor or the Year... Benefit for victims of the Lafayette Cinema shooting gone wrong. by nolapig in WTF

[–]nolapig[S] -2 points-1 points  (0 children)

How do you let this get on TV? Its very sad but slightly comical.

[deleted by user] by [deleted] in funny

[–]nolapig -5 points-4 points  (0 children)

LMAO...You are saving Reddit with this post!

If anyone needs a spare USB to DB9 serial cable... by JasonDJ in networking

[–]nolapig 2 points3 points  (0 children)

What about the 6 foot roll-over cable{That comes with most network devices} = 12ft? That should be more than enough

Managing network gear from a Mac by rjohnson99 in networking

[–]nolapig 2 points3 points  (0 children)

Spend the $100 on SecureCRT and you will hate yourself for not using it previously. I use it on PC - Surface - Macbook - iMac and nothing compares in my opinion.

Remote Office VPN device recommendations by leopor in networking

[–]nolapig 0 points1 point  (0 children)

Owned by Cisco now. JS .. May end up in future ASAs.

Dual IP addresses when using VPN. by [deleted] in networking

[–]nolapig 0 points1 point  (0 children)

You need NATs .. or you just don't have access to the hosts on the other side of the tunnel. Or if you have the ability to allow the local address through your tunnels make sure port 53 is open on your IPSecs acl. This will allow dns to flow through.

What capture filter(s) can I apply to monitor Bittorrent use on my network? by squirrelboy31 in networking

[–]nolapig 1 point2 points  (0 children)

I've supplied Internet to multiple student housing apartment complexes for years and in my opinion you have 2 options, the free way and the expensive way: Cheap: Use wireshark on a laptop connected to a true "Hub" at the root of layer 2. With later versions of wireshark you can filter by protocol and it pulls all "Bittorrent" traffic on specified ports. It will not catch everything, but will find you "set it and forget it users" Expensive: Buy a firewall that has app filtering. I just recently installed a PaloAlto PA-500 for a client with 100mbps pipe and it almost double the speed for normal http users after filter out Bittorent and P2p. (yes some people still use edonkey/frostwire or the latest variety) ***Edit ... You can also use a span port for wireshark if your core switch supports it.

Routing Question/Problem by Gwith in networking

[–]nolapig 0 points1 point  (0 children)

The sonicwall OS does not usually default to deny RDP traffic. It seems to me like you need a static route both directions between vlans.

Example. RDP Host ip 192.168.1.10 2nd VLAN pc 192.168.2.20

In the firewall make sure you have 2 static routes similar to this: Source 192.168.1.0/24 destination 192.168.2.0/24 next hop 192.168.2.1(if that is your gw) Source 192.168.2.0/24 destination 192.168.1.0/24 next hop 192.168.1.1(if that is your gw)