Recent content by sreggy

  1. S

    Kamoj Kamoj Add-on Beta testing

    Hi Kamoj, may I join to beta program? where can I download last version? Thanks in advance Stefano
  2. S

    Kamoj Kamoj Add-on 5.1 Beta testing poll

    Dear, I've tryed to access to http://ge.tt/... to download a the preview of 5.3 but I'm able only to visualize the FAQ.txt and not to download the add-on. Can anyone help me? Thanks in advance. Regards stefano
  3. S

    Kamoj Kamoj Add-on 5.1 Beta testing poll

    ... and finally after some test and headache here the solution ... first of all, my firmware @Voxel v. 1.0.2.76.1SF (really thanks to @Voxel ), than configuration: add secondary IP to wan interface: ip addr add 192.168.1.10/24 dev $(nvram get wan_ifname) brd + I've added it to post-mount.sh...
  4. S

    Kamoj Kamoj Add-on 5.1 Beta testing poll

    Hi, I did test with the following config #!/bin/sh route add -net 192.168.1.1 netmask 255.255.255.255 gw 192.168.0.1 ip route flush cache #!/bin/sh ip addr add 192.168.1.10/24 dev $(nvram get wan_ifname) brd + sleep 5 iptables -I POSTROUTING -t nat -o $(nvram get wan_ifname) -d...
  5. S

    Kamoj Kamoj Add-on 5.1 Beta testing poll

    Thanks a lot, I'll test late in the night (no interruption in Internet during daytime hours) and I'll be back with a feedback. Thanks again, regards Stefano
  6. S

    Kamoj Kamoj Add-on 5.1 Beta testing poll

    Hi all, about 'Route To Other Net (E.g. Modem in NAT Off/Bridge Mode)', 'IP to route' is referred to modem IP (ie 192.168.0.2) or subnet or something else. Just to understand, is it the equivalent of: ifconfig `nvram get wan_ifname`:0 192.168.0.2 netmask 255.255.255.0 iptables -t nat -I...
  7. S

    Kamoj Kamoj Add-on 5.1 Beta testing poll

    Hi, is it possible to join beta program? I'm an happy user of v5.0. thanks regards --stefano
Back
Top