2012-04-18 - [GRASE-Hotspot] networking issues

Header Data

From: David Hansen <sc***o@gmail.com>
Message Hash: e57df7dde85b3eac308a769d8edeab1191f33035f9b3f08a9e31583f1dc83e51
Message ID: <CAJ+gHQqk=Ajp+K+qGDYNRk9sDL7Crfo0t15ixp5f=P8PyUsm0Q@mail.gmail.com>
Reply To: N/A
UTC Datetime: 2012-04-18 07:52:52 UTC
Raw Date: Thu, 19 Apr 2012 02:52:52 +1200

Raw message

hi everyone on grasehotspot.i have been having some issues lately with the
networking side of things.

for some reason or another the grase hotspot was overriding the eth0
settings set to dhcp
i changed the settings in interfaces to be static and it it then only
override the gateway settings for the wan connection.

so i setup the interfaces as follows


auto eth0
iface eth0 inet static
address 192.168.6.1
network 192.168.6.0
netmask 255.255.255.x
broadcast 192.168.6.255
gateway 192.168.6.1
up route del default gw 10.1.0.1
up route add default gw 192.168.6.1

auto eth1
iface eth1 inet manual



this seems to have fixed the issue so far.
just thought id post for anyone else experiencing networking issues feel
free to post other or better solutions  :P

Thread