#
#!/bin/sh
#
if /sbin/insmod -f /lib/modules/turbonet2.o devicename=eth1 macaddr=00:0B:AD:69:C6:67 ; then
/sbin/ifconfig eth1 192.168.2.200 netmask 255.255.0.0 up
/sbin/route.tivo add default gw 0.0.0.0 netmask 0.0.0.0
fi
dials up on phone ok (but is not on my lan (wrong subnet))
#!/bin/sh
#
if /sbin/insmod -f /lib/modules/turbonet2.o devicename=eth1 macaddr=00:0B:AD:69:C6:67 ; then
/sbin/ifconfig eth1 192.168.1.5 netmask 255.255.255.0 up
/sbin/route.tivo add default gw 192.168.1.1 netmask 255.255.255.0
fi
now this is on my lan and I can telnet, ftp bash etc but I can't make programme calls at all either over the phone or broadband (after ,#401 prefix.)
can one of you guru's please point out the error of my ways?
thank you
#!/bin/sh
#
if /sbin/insmod -f /lib/modules/turbonet2.o devicename=eth1 macaddr=00:0B:AD:69:C6:67 ; then
/sbin/ifconfig eth1 192.168.2.200 netmask 255.255.0.0 up
/sbin/route.tivo add default gw 0.0.0.0 netmask 0.0.0.0
fi
dials up on phone ok (but is not on my lan (wrong subnet))
#!/bin/sh
#
if /sbin/insmod -f /lib/modules/turbonet2.o devicename=eth1 macaddr=00:0B:AD:69:C6:67 ; then
/sbin/ifconfig eth1 192.168.1.5 netmask 255.255.255.0 up
/sbin/route.tivo add default gw 192.168.1.1 netmask 255.255.255.0
fi
now this is on my lan and I can telnet, ftp bash etc but I can't make programme calls at all either over the phone or broadband (after ,#401 prefix.)
can one of you guru's please point out the error of my ways?
thank you