Hi all,
I'm working with some Sony WiFi attached cameras, and would like to use
multiple at the same time.... however they are the 'AP' end of the link
and they both issue the same IP's, so I end up with a screwed up network
and can only talk to the last one to connect.

As you can see from the attached log, I am using multiple network cards,
and they both get issued '10.0.1.1' (with the cameras both at '10.0.0.1').

Is there any 'network-voodoo' (iptables or the like) I can do to create a
'fake IP' which would be routed to the cameras?

Thanks,
Simon.

PS. There are some cameras (QX30 for example) which can connect to a
remote router, which might be a better choice. However I don't have any of
those.

PPS. https://github.com/Bloodevil/sony_camera_api/
--
$ ifconfig
...
wlan0     Link encap:Ethernet  HWaddr 60:d8:19:c9:f9:13  
          inet addr:10.0.1.1  Bcast:10.0.255.255  Mask:255.255.0.0
          inet6 addr: fe80::62d8:19ff:fec9:f913/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:131823 errors:0 dropped:0 overruns:0 frame:0
          TX packets:123201 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:121252460 (121.2 MB)  TX bytes:19068678 (19.0 MB)

wlan1     Link encap:Ethernet  HWaddr 00:15:e9:a9:4a:8e  
          inet addr:10.0.1.1  Bcast:10.0.255.255  Mask:255.255.0.0
          inet6 addr: fe80::215:e9ff:fea9:4a8e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7 errors:0 dropped:0 overruns:0 frame:0
          TX packets:45 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2004 (2.0 KB)  TX bytes:8804 (8.8 KB)
--
$ iwconfig 
eth0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"DIRECT-WAQ0:DSC-QX10"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 9A:F1:70:0F:A9:6E   
          Bit Rate=72.2 Mb/s   Tx-Power=20 dBm   
          Retry short limit:7   RTS thr=2347 B   Fragment thr:off
          Power Management:off
          Link Quality=70/70  Signal level=-35 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

wlan1     IEEE 802.11bg  ESSID:"DIRECT-fAH0:HDR-AS15"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 42:F3:08:D5:C7:0E   
          Bit Rate=54 Mb/s   Tx-Power=27 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=48/70  Signal level=-62 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:50   Missed beacon:0
--
$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         10.0.0.1        0.0.0.0         UG    0      0        0 wlan0
10.0.0.0        0.0.0.0         255.255.0.0     U     9      0        0 wlan1
10.0.0.0        0.0.0.0         255.255.0.0     U     9      0        0 wlan0
--
_______________________________________________
clug-talk mailing list
clug-talk@clug.ca
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to