Software Defined Networking
1827987 Members
2335 Online
109973 Solutions
New Discussion

Re: Routing question?

 
Duiz
Occasional Contributor

Routing question?

Hi SDN developer.

 

What if i have 4 hosts on the network which connect to a single switches

2 hosts are in subnets 10.0.0.0 , other 2 are in subnet 20.0.0.0.

 

hosts in the same subnet can ping each other. however, What should I do if I want the host in different subnet to be able to ping each other.  Is this available to do? ..How can I do this.

 

Thank you for you guys help.

2 REPLIES 2
sepbot
Advisor

Re: Routing question?

If you have a layer 3 router, it might have routing capabilities. You could add static routes between the networks, otherwise you need a router.
sdnindia
Trusted Contributor

Re: Routing question?

Hello Duiz,

To solve the problem with SDN, you would just create a flow that directs traffic from the 10.0.0.0 network to the 20.0.0.0 network.
Could you let us know if you are using all SDN, all router, or hybrid?
Also it may help to get the HW config, switches, mininet.

What application are you trying to use – internal apps or created application (homebrew).

Thanks,
HP SDN Team