You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2018. It is now read-only.
I have installed ATC(augmented traffic control)- how to access it via mobile device - As unable use the same network between the laptop and device. Could anyone please guide me the detailed steps to perform in order to access ATC via mobile device
#319
Open
6 tasks
kavithaks opened this issue
Jul 4, 2017
· 1 comment
Meeting the requirements: ATC has a few requirements, this section is used to make sure the requirements are met. Until you can check all the boxes, ATC will not work on your system.
atcd runs on Linux
atcd has 2 physical interfaces
1 that connects to the internet (WAN)
1 that connects to the local network (LAN)
the traffic from the devices that are being shaped is routed through atcd
atcd sees the real IP of the devices (e.g there is no NAT on the LAN segment)
Checking for special atcd options:
In some cases, atcd default configuration may not be suitable for your system. Use:
atcd -h
do change those default to suit your setup.
For instance, if your lan interface is wlan0, you should start atcd using:
atcd --atcd-lan wlan0
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Any additional information that you think is important:
Dumping system info:
While this may not be required in many cases, providing the following information will help us better understand your setup.
NOTE: before putting the output on gist, please check its content is fine to be publically available
Meeting the requirements:
ATC has a few requirements, this section is used to make sure the requirements are met. Until you can check all the boxes, ATC will not work on your system.
atcd
runs on Linuxatcd
has 2 physical interfacesatcd
atcd
sees the real IP of the devices (e.g there is no NAT on the LAN segment)Checking for special atcd options:
In some cases,
atcd
default configuration may not be suitable for your system. Use:do change those default to suit your setup.
For instance, if your lan interface is
wlan0
, you should startatcd
using:Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Any additional information that you think is important:
Dumping system info:
While this may not be required in many cases, providing the following information will help us better understand your setup.
NOTE: before putting the output on gist, please check its content is fine to be publically available
Run https://github.com/facebook/augmented-traffic-control/blob/master/utils/dump_system_info.sh and upload the content of the logs to https://gist.github.com/
This default to using
eth0
andeth1
forwan
andlan
respectively. If you are using other interfaces (let say eth0 and wlan0 respectively), use:The text was updated successfully, but these errors were encountered: