Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#113908 - 29/08/2002 14:12 Static Ip with Hijack
MHC
journeyman

Registered: 14/02/2002
Posts: 66
I just want to make sure I get this right. Believe me, we'd all rather have me ask now then to have to try to figure out what I did later.

This is the network section of my config.ini now:

[Network]
Gateway=0.0.0.0
Netmask=0.0.0.0
IPAddress=0.0.0.0
DHCP=1

I want to use a dynamic IP at "home" and a static IP at "work". Is this how I should modify this:

[Network]
Gateway=0.0.0.0
Netmask=0.0.0.0
IPAddress=static.ip.address.here
;@WORK DHCP=0
;@HOME DHCP=1
DHCP=0

What is the trailing "DHCP=0" for? Is that if neither WORK or HOME is selected (ie. docked in the car)?

Thank you in advance.

-Christian

Top
#113909 - 29/08/2002 14:17 Re: Static Ip with Hijack [Re: MHC]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
Your netmask should be 255.255.255.0 but otherwise that looks right. And you are correct about the trailing DHCP, I think.

Remember that the "@work" and "@home" settings are only useful if you select that feature from the Hijack menu.
_________________________
Tony Fabris

Top
#113910 - 29/08/2002 14:19 Re: Static Ip with Hijack [Re: tfabris]
MHC
journeyman

Registered: 14/02/2002
Posts: 66
I've posted on quite a few message boards in my lifetime. Only a very few had enough activity that you could get a near "real-time" post.

But I've NEVER seen a board where you ALWAYS get a real-time post from the SAME POSTER!

As always, much luv Tony.

-Christian

Top
#113911 - 29/08/2002 14:24 Re: Static Ip with Hijack [Re: MHC]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31578
Loc: Seattle, WA
The reason I can do it is because I have a little system-tray icon that notifies me when a new post appears on the BBS. I treat it more or less like e-mail or instant messenging. I do my work all day in multiple windows on my desktop and I'm constantly answering emails anyway, so for any given BBS post, it's really only a slight diversion to read and optionally reply to any messages. I find that it takes very little time to keep things caught up during the day.

As for coming in first thing in the morning, I've got it down to a science where I can rip through all the new BBS posts in about 10 minutes. It only becomes a problem after I've just come back from a vacation.
_________________________
Tony Fabris

Top
#113912 - 29/08/2002 14:56 Re: Static Ip with Hijack [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Fortunately, the traffic level died back down quite a bit after the firesale was well done with. It was way too high there for a while, with the pure noise percentage having gone up quite a bit, too.
_________________________
Bitt Faulk

Top
#113913 - 30/08/2002 06:47 Re: Static Ip with Hijack [Re: MHC]
mlord
carpal tunnel

Registered: 29/08/2000
Posts: 14484
Loc: Canada
The trailing DHCP=0 (or DHCP=1) line is (1) to keep Emplode happy, and (2) incase you ever revert back to a non-Hijack kernel or do a software upgrade.

Cheers

Top
#113914 - 30/08/2002 07:34 Re: Static Ip with Hijack [Re: mlord]
KungFuCow
enthusiast

Registered: 18/01/2002
Posts: 234
Depending on what sort of DHCP server you use, you could tie the Empeg's MAC address to a static IP and everytime you connect it to the network, it would get the same IP even though to the Empeg, it would seem dynamic.

I use a dual NIC linux box at home for my firewall/router chores and that's how I have my whole network setup. Every PC gets the same IP address every time they boot up but to the PC's, it's all still plain DHCP.

Of course, if you work somewhere where this isn't possible, please disregard this

Top