eutampieri

joined 1 year ago
[–] eutampieri@feddit.it 2 points 6 months ago

RTC chip, IIRC

[–] eutampieri@feddit.it 3 points 8 months ago (1 children)

I think tauri uses the OS web view, so it depends

[–] eutampieri@feddit.it 7 points 9 months ago

Also, SAS -> Serial Attached SCSI

[–] eutampieri@feddit.it 2 points 9 months ago

I definitely agree!

[–] eutampieri@feddit.it 2 points 9 months ago (2 children)

Exactly that. Router A

ip address add 192.168.1.1/24 dev eth1
ip address add 10.0.0.1/30 dev eth2
ip route add 192.168.2.0/24 via 10.0.0.2

Router B

ip address add 192.168.2.1/24 dev eth1
ip address add 10.0.0.2/30 dev eth2
ip route add 192.168.1.0/24 via 10.0.0.1

Does this make it more clear?

[–] eutampieri@feddit.it 1 points 10 months ago (4 children)

Hmmm it seems that router B there should be a bridge. However, how comfortable are you with routing in general?

[–] eutampieri@feddit.it 1 points 10 months ago* (last edited 10 months ago) (6 children)

Traceroute from device in subnet A to device in subnet B

  • Router A
  • Router B
  • Device B

Note that the only way to do that in only two hops is to have the same router handle both subnets, contrary to what I said earlier.

[–] eutampieri@feddit.it 1 points 10 months ago* (last edited 10 months ago) (8 children)

No, not at all 🙂. I'm referring to a configuration in which the two routers are linked through another subnet (using a separate link between the two) and this link is the point to point link. You usually assign a /30 so you can have an address for each router. ~This way the traceroute shows three hops instead of just two.~ However, since you’ve already told us that this is not your setup, what I’m saying shouldn’t matter to you. If you’re curious though, let’s keep talking :)

Edit: striked mistake

[–] eutampieri@feddit.it 1 points 10 months ago (10 children)

No, with PtP I meant a point to point link on a dedicated interface just for the two routers. https://image2.slideserve.com/5192070/point-to-point-sub-interfaces-l.jpg

[–] eutampieri@feddit.it 1 points 10 months ago (12 children)

This works if B has an interface that is connected to the A subnet, but not if you have a PtP between the two routers

[–] eutampieri@feddit.it 1 points 10 months ago (14 children)

Then I don’t understand your topology. However, I still think you need the reflector on both routers

[–] eutampieri@feddit.it 2 points 10 months ago (16 children)

These are routed networks, and you need avahi reflector set up to mirror between A and PtP and between B and PtP

view more: ‹ prev next ›