Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wanrouter start
Code Block
Starting WAN Router...


Loading WAN drivers: wanpipe done.


Starting up device: wanpipe1


Configuring interfaces: w1g1 w1g1chdl


done.
Code Block
 

 

Status WAN Link (Layer 1/Layer 2)

Code Block
cat /proc/net/wanrouter/interfaces
Code Block
Interface name | Device name | Media | Operational State |


w1g1 | wanpipe1 | 0 | Connected |


w1g1chdl | w1g1 | 0 | Connected |
code
 

Layer 1 - w1g1
Layer 2 - w1g1chdl 

Code Block
ping 10.0.0.2
Code Block
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.


64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=0.639 ms


64 bytes from 10.0.0.2: icmp_seq=2 ttl=64 time=0.364 ms


64 bytes from 10.0.0.2: icmp_seq=3 ttl=64 time=0.333 ms


64 bytes from 10.0.0.2: icmp_seq=4 ttl=64 time=0.340 ms


64 bytes from 10.0.0.2: icmp_seq=5 ttl=64 time=0.378 ms


--- 10.0.0.2 ping statistics ---


5 packets transmitted, 5 received, 0% packet loss, time 4350ms


rtt min/avg/max/mdev = 0.333/0.410/0.639/0.118 ms
Code Block
 

10.0.0.2 - IP Address of ISP Router

Code Block
wanrouter stop
Code Block
Shutting down wanpipe1 interface: w1g1


Shutting down wanpipe1 interface: w1g1chdl


Shutting down device: wanpipe1


No devices running, Unloading Modules
Code Block