Jump to content

Skerj

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Skerj

  1. what do you mean by open connection? Keep in mind that /30 means only 2 bits left for (host)addressing which equals 4 ip addresses in that net segment. The first and last are alrdy "reserved" for net address itself and broadcast address. So two ip addresses left, one will be assigned to the gateway (aka. physical interface on your router) tho and finally the last one will be your host ip address. e.g. 192.168.1.0/30 Net address: 192.168.1.0 Gateway: 192.168.1.1 (ofc you can decide which one is gateway or host) Host1: 192.168.1.2 Broadcast: 192.168.1.3 next net is 192.168.1.4/30 (if you keep /30) .... Basically if you need to make sure that all of your local networks have a gateway. Eihter setup your router to provide those or your firewall if it supports layer 3/4 switching. Only one device should do the job. I know you did it one or two times, but check it a third time. It still smells like a conceptional/network issue ;) Good Luck!
  2. Well, it seems your router doesnt route BETWEEN both networks 192.168.205/29 and 192.168.1.0/24 (if the server asks for a client from an other network, your router/firewall have to know about "route" for 192.168.1.0/24) Either put your client PC3 in the same network - > 192.168.205/29 or configure a static route on your router for the networks. Edit: example: interface/port 1 on your router for 192.168.205./ and interface/port 2 on your router for 192.168.1.0/24 and tell your router to route between ' em
×
×
  • Create New...