1

Is it possible to switch between interfaces in Python program?

I will have eth0 and wlan0 connection, both are different routers. I'm using boto to upload images to AWS server. And I need to upload using router with fast upload speed and for other downloads I need to use another interface which is connected to a router with fast download speed.

If this is possible how I can do it?

sshashank124
  • 29,826
  • 8
  • 62
  • 75
Emin Mastizada
  • 1,287
  • 2
  • 15
  • 30

1 Answers1

0

Its possible by using route add command in linux

Emin Mastizada
  • 1,287
  • 2
  • 15
  • 30