Thread: Easy Internet connection sharing with firestarter.
so wanted hook windows laptop internet way:
internet -> wireless (wlan0) -> linux desktop -> wired (eth0) -> windows laptop
, found guide
wanted use easier way. found after effort, thought i'd post how did it.
first install firestarter
then give wired connection ipcode:sudo apt-get install firestarter
(i did because firestarter give me error eth0 not being ready)code:sudo ifconfig eth0 address 192.168.1.1
(i choose 192.168.1.1 because going use 192.168.0.1, when did couldn't use internet, cause: modem 192.168.0.1, solution: use else)
run firestarter
run wizard. first choose wlan0 , dhcp. click next choose eth0. next. save.code:sudo firestarter
set laptop.
(connect either crossover cable or connect desktop , laptop switch)
in windows go network connection properties.
under tcp/ip properties set manual.
ip of 196.168.1.2
gateway of 192.168.1.1
mask of 255.255.255
dns primary of 208.67.222.222
secondary of 208.67.220.220
, should set up.
comments welcome.
i found had assign ip eth0 using:
that got rid of error saying eth0 not ready. more general error.code:sudo ifconfig eth0 192.168.1.1
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [SOLVED] Easy Internet connection sharing with firestarter.
Ubuntu
Comments
Post a Comment