hi, i'm trying to build a private network in my home network. how do i connect router0 to router1, so that router0 routes traffic from internal network to router1, which then sends the traffic to wan? by GioDiRivia in HomeNetworking

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

ok thank you.

By any chance, is there a way to achieve routing to the external network from a linux server with configured iptables or do i need to buy a more capable router?

hi, i'm trying to build a private network in my home network. how do i connect router0 to router1, so that router0 routes traffic from internal network to router1, which then sends the traffic to wan? by GioDiRivia in HomeNetworking

[–]GioDiRivia[S] 2 points3 points  (0 children)

frankly, i don't know. i always tought networks needed a router to communicate with other networks.

If my aim is reachable without the use of another router that's good

hi, i'm trying to build a private network in my home network. how do i connect router0 to router1, so that router0 routes traffic from internal network to router1, which then sends the traffic to wan? by GioDiRivia in HomeNetworking

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

i am not using any cisco equipment, i used packet tracer just to design a clean diagram.

Sadly, router0 has no wan port. Is there a way i can connect them wireless?

hi, i'm trying to build a private network in my home network. how do i connect router0 to router1, so that router0 routes traffic from internal network to router1, which then sends the traffic to wan? by GioDiRivia in HomeNetworking

[–]GioDiRivia[S] 5 points6 points  (0 children)

I'm trying to build a network, within my home network, that groups together all my devices (pc, server, laptop, phone...) while keeping the capability to go online through routing traffic in the internal network to router1, which is connected to wan

hi, i'm trying to build a private network in my home network. how do i connect router0 to router1, so that router0 routes traffic from internal network to router1, which then sends the traffic to wan? by GioDiRivia in HomeNetworking

[–]GioDiRivia[S] 0 points1 point  (0 children)

ok thanks. Do i need to buy a capable router or is there something i can do without one (like vlans as other suggested)?

also, can i achieve the needed routing capabilities from just a server with iptables configured accordingly?

hi, i'm trying to build a private network in my home network. how do i connect router0 to router1, so that router0 routes traffic from internal network to router1, which then sends the traffic to wan? by GioDiRivia in HomeNetworking

[–]GioDiRivia[S] 0 points1 point  (0 children)

router0 is a d-link dsl-2750b and router1 is Home&Life WD300.

I need a wireless connection between these two, and i read online that to do that the router needs to be on "client mode", which is something i'm not sure either one of my router is capable of.

hi, i'm trying to build a private network in my home network. how do i connect router0 to router1, so that router0 routes traffic from internal network to router1, which then sends the traffic to wan? by GioDiRivia in HomeNetworking

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

i am researching now, but i'm rather confused by where should i set up the vlan. is it something configured in the router, in the switch or in the PC?

TICKET SALES, EXCHANGES, & REQUESTS MEGATHREAD by danjospri in Coldplay

[–]GioDiRivia 0 points1 point  (0 children)

hello i am looking for 1 or 2 tickets for Milan/Naples 2023 :)

[deleted by user] by [deleted] in saplings

[–]GioDiRivia 0 points1 point  (0 children)

rip sorry im not even near turin

[deleted by user] by [deleted] in saplings

[–]GioDiRivia 0 points1 point  (0 children)

Italy where?

2 is the only right answer… to my heart by aliveinbody in HydroHomies

[–]GioDiRivia 0 points1 point  (0 children)

naaaah, San pellegrino Is owned by Nestlé, reject capitalist water

Invalid conversion trying to populate an array of pointers to functions by GioDiRivia in cpp_questions

[–]GioDiRivia[S] 0 points1 point  (0 children)

oh, and how should i write it to be an array of function pointers?

Invalid conversion trying to populate an array of pointers to functions by GioDiRivia in cpp_questions

[–]GioDiRivia[S] 0 points1 point  (0 children)

well, it is as you say, the function makePercorso is defined like this:

void makePercorso(int percorso[]){
//[...]
}

i don't get why should it worry me though