Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 126 matches

Go to advanced search

Advanced search
Search found 126 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
by AngelKnight
Sat Oct 16, 2021 4:54 pm
Forum: Gentoo Chat
Topic: PSA: btrfs-progs 5.10-r1 bug with btrfs replace
Replies: 0
Views: 3312

PSA: btrfs-progs 5.10-r1 bug with btrfs replace

Reference: https://www.spinics.net/lists/linux-btrfs/msg112623.html

So I haven't dug into it, but I wanted to use "btrfs replace start ..." to swap a disk partition with an LVM block device, and got yelled at:

"Error: checking status of dm-0: No such file or directory"

I can work around this by ...
  • Jump to post
by AngelKnight
Fri Jun 29, 2018 12:42 pm
Forum: Gentoo Chat
Topic: Gentoo github hacked
Replies: 81
Views: 76977

Re: Recent news of Gentoo git being hacked

khayyam wrote:AngelKnight ... yes ... 'gentoo-mirror' is a separate account, see [post=8234968]here[/post].

best ... khay
Cheers, my search-fu failed.
  • Jump to post
by AngelKnight
Fri Jun 29, 2018 12:09 pm
Forum: Gentoo Chat
Topic: Gentoo github hacked
Replies: 81
Views: 76977

Re: Recent news of Gentoo git being hacked

The notice is potentially confusing to folks who didn't know [1] or care that the Gentoo folks maintained more than one Github organization.

An answer to the following question would be useful:

Are URLs that start https://github.com/gentoo-mirror/ safe?

Answers:

yes
no
not sure/maybe


For ...
  • Jump to post
by AngelKnight
Wed Feb 14, 2018 10:07 am
Forum: Networking & Security
Topic: hdlc over serial?
Replies: 5
Views: 4283

Hi Progman3K,

You mentioned "you have a serial device." We can probably help more if you provide more details on what kind of "serial device", or the device on the remote end of this "serial device."

I don't have a lot of experience with HDLC on Linux, so while I believe you when you say your ...
  • Jump to post
by AngelKnight
Tue Feb 13, 2018 8:08 am
Forum: Networking & Security
Topic: PPP, VPN and tunnel all mode
Replies: 2
Views: 2336

I've seen this a bunch with software that doesn't know how to add a specific route back to the VPN gateway host itself.

If you're looking for a "why was the software written this way" that lets you fix it within the software, I'm not sure there's an answer to that.

With the xl2tpd setups I've ...
  • Jump to post
by AngelKnight
Sun Aug 28, 2016 9:39 pm
Forum: Other Things Gentoo
Topic: systemd udev lvm race condition
Replies: 2
Views: 29715

systemd udev lvm race condition

No solutions, just a specific problem description, to post here for posterity that hopefully saves some time for someone.

In a nutshell: I have a systemd [1] system, with an LV that has a partition I want to mount on boot. `udevadm info -e|fgrep ${vg_name}` doesn't show my LV though. Any systemctl ...
  • Jump to post
by AngelKnight
Thu Mar 26, 2015 8:56 am
Forum: Networking & Security
Topic: Mutt & TLS
Replies: 3
Views: 5522

Inspecting smtp.mail.yahoo.fr:587/tcp indicates it's initiating in plaintext, not SSL. smtps:// is inappropriate; use smtp://

I leave it as an exercise to you to get Mutt to use STARTTLS properly in this scenario.
  • Jump to post
by AngelKnight
Tue Jan 06, 2015 9:44 am
Forum: Networking & Security
Topic: gpg-agent unlock key at login
Replies: 6
Views: 8206

(thread necromancy, oops)

If you're not logging in via a DM, what's wrong with Keychain ? If I recall correctly there's a perfectly working .ebuild for this stable in the tree. Bonus is that it is designed to manage both ssh and GnuPG keychains and knows how to communicate to both ssh-agent and gpg ...
  • Jump to post
by AngelKnight
Tue Jan 06, 2015 9:39 am
Forum: Networking & Security
Topic: gretap Ethernet tunnels not fragment packets + other issues
Replies: 2
Views: 10285

If you're still doing this, save yourself some trouble and use OpenVPN to bridge two segments together. By default it will emulate a 1500MTU-clean link by conducting fragmentation-and-reassembly on its own.
  • Jump to post
by AngelKnight
Sun Apr 13, 2014 5:25 pm
Forum: Networking & Security
Topic: equivalent of cisco no ip classless command on Linux
Replies: 3
Views: 4258

@inhibitor: Linux L3 forwarding is classless by default.


For example If I have next routing table

# ip route list
172.28.60.0/22 dev eth0 proto kernel scope link src 172.28.61.222
default via 172.28.60.1 dev eth0

If a packet comes in is destined for 172.28.64.100 then this packet is dropped ...
  • Jump to post
by AngelKnight
Thu Feb 06, 2014 8:45 am
Forum: Networking & Security
Topic: ipv6 doesnt work through bridged tun device.
Replies: 3
Views: 3498

On the host, assign the ipv6 addresses to the bridge (br) not the members (veth eth1). ipv4 works because dhcpcd assigned an ipv4 addresss to the bridge.
  • Jump to post
by AngelKnight
Sat Jan 11, 2014 2:47 pm
Forum: Networking & Security
Topic: openvpn & iptables prob...
Replies: 2
Views: 2620

We could use a look at your openvpn config to figure out what (if anything) you're doing to pin the local-side UDP socket to a specific port.

(By the way, https is typically a TCP protocol but your script opens it for udp/443, which might not be what you want.)
  • Jump to post
by AngelKnight
Thu Oct 17, 2013 10:46 am
Forum: Networking & Security
Topic: DIY virtualized router with real hardware
Replies: 45
Views: 29153

Actually at this point it's looking pretty nice to get a couple of these: http://www.newegg.com/Product/Product.aspx?Item=N82E16833114037
and then find a small board to plug them into.

Just so happens that DD-WRT got a beta of the EA6500 firmware going a couple days ago, so I wasted a couple days ...
  • Jump to post
by AngelKnight
Thu Oct 17, 2013 10:40 am
Forum: Networking & Security
Topic: KVM Network Bridge (starting tuntap device)
Replies: 6
Views: 10300

Re: KVM Network Bridge (starting tuntap device)

I'm not sure how the tun device is supposed to be created through rc. From rc.log:

* Bringing up interface br0
* Creating bridge br0 ...
set hello timer failed: Numerical result out of range


That bit looks bad. It looks a lot like rc was failing to set up your bridge device for this reason ...
  • Jump to post
by AngelKnight
Wed Oct 16, 2013 10:10 am
Forum: Networking & Security
Topic: bridging
Replies: 8
Views: 8159

Reading through /usr/share/doc/openrc-${VERSION}/net.example.bz2 may get you started; search for the sections that describe how to set up ethernet bridges and the comments should point you in the right direction.
  • Jump to post
by AngelKnight
Tue Oct 08, 2013 8:54 pm
Forum: Networking & Security
Topic: bridging
Replies: 8
Views: 8159

Ok. My network controllers are:

~ # lspci -nn
...
03:00.0 Network controller [0280]: Atheros Communications Inc. AR9485 Wireless Network Adapter [168c:0032] (rev 01)
04:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8151 v2.0 Gigabit Ethernet [1969:1083] (rev c0)
...


What do you think ...
  • Jump to post
by AngelKnight
Sun May 26, 2013 7:14 am
Forum: Networking & Security
Topic: OpenVPN - "Destination Host Unreachable" via one network
Replies: 1
Views: 6504

Re: OpenVPN - "Destination Host Unreachable" via o

I need some help with OpenVPN. I'm in a hotel with Wi-Fi and almost everything except http ports locked. Luckily I have one server with ssh on 443 so I was able to socks-proxy for last 2 days. Nevertheless I decided to set up OpenVPN (also on 443) on another server to be covered for situations like ...
  • Jump to post
by AngelKnight
Thu May 16, 2013 8:17 pm
Forum: Networking & Security
Topic: Understanding routing
Replies: 19
Views: 22377

Though that was the goal I stated in my first post, my overall goal is to be able to communicate across the whole 172.16.1.0 subnet as below transparently such that Win1 and Win2 associate with the their wireless access point but do not know they are not physically on the same network.



WAN ...
  • Jump to post
by AngelKnight
Sun Feb 24, 2013 11:07 am
Forum: Networking & Security
Topic: Keep network access on device after it is attached to bridge
Replies: 1
Views: 2251

Hi,

This config exhibits conceptual errors with regard to what ethernet bridges in Linux are and how they work. Try this:

config_eth0="null"

bridge_xenbr0="eth0"
config_xenbr0="dhcp
192.168.1.61/24"
routes_xenbr0="default via 192.168.1.1"
brctl_xenbr0="setfd 0
sethello 10
stp off"

dns_servers ...
  • Jump to post
by AngelKnight
Sun Feb 24, 2013 10:55 am
Forum: Networking & Security
Topic: [SOLV] bridged openvpn: circular dependency starting net.br0
Replies: 1
Views: 3807

Pretty sure that this is adequate, and would have pointed you in the right direction.

Incidentally, "0.0.0.0" might work but I'd probably go for config_$INTF="null" instead with openRC.
  • Jump to post
by AngelKnight
Thu Feb 07, 2013 2:06 am
Forum: Networking & Security
Topic: Network routing and redundancy question
Replies: 8
Views: 4677

Check the source: src/garp.c
  • Jump to post
by AngelKnight
Thu Feb 07, 2013 1:58 am
Forum: Networking & Security
Topic: [solved] bridge and netplugd
Replies: 2
Views: 3771

(disclaimer: just an idea; I haven't tried it since I'm not at home...)

It's possible br0 is being treated as an interface subject to ifplug, if you have ifplugd installed. Possibly try adding

Code: Select all

modules_br0="!plug"
to /etc/conf.d/net?
  • Jump to post
by AngelKnight
Thu Feb 07, 2013 1:52 am
Forum: Networking & Security
Topic: Gre over ip
Replies: 5
Views: 6007

You've provided very little information...

So start from the top: consider building a test system that has the right bits working. You might even do it on the machine itself with a recent LiveDVD if possible. If the test system has it working, figure out what's different between the test system and ...
  • Jump to post
by AngelKnight
Sat Feb 02, 2013 10:38 pm
Forum: Networking & Security
Topic: Network routing and redundancy question
Replies: 8
Views: 4677

Re: Network routing and redundancy question

aliased IP, which will be eth1 on one of the servers. This looks like it might all work, because it's all traveling over the same ethernet cable, no matter what the IP is. But it doesn't feel right. It feels like I might have packets from the LAN coming out on eth1, from my server's native IP ...
  • Jump to post
by AngelKnight
Sat Feb 02, 2013 10:30 pm
Forum: Networking & Security
Topic: Network routing and redundancy question
Replies: 8
Views: 4677

Does "ucarp" automagically do the ARP flood necessary for HA failover? The web documentation was a bit sparse on the details, and the online man page, while better, doesn't say, either.
Guessing that you're looking up www.ucarp.org's uCARP implementation... According to the README , yes, ucarp ...
  • Jump to post

Search found 126 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic