Re: more networking setup
From: Lon Stowell (lon.stowell_at_comcast.net)
Date: 08/28/03
- Next message: Gary Mills: "How to get reverse DNS with a cable modem?"
- Previous message: Thomas H Jones II: "Solaris 9 FTPD and IPFilterd"
- In reply to: jmd: "Re: more networking setup"
- Next in thread: jmd: "Re: more networking setup"
- Reply: jmd: "Re: more networking setup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 28 Aug 2003 02:36:15 GMT
Approximately 8/27/03 17:22, jmd uttered for posterity:
> after i read Logan's reply i thought my prayers had been answered. :) i
> dug thru some books about setting ip_forwarding and the commands given did
> not work for me.
>
> <snip>
> bash-2.03# ndd /dev/ip ip _
> 0
> bash-2.03#
>
> then the command to add ip_fowarding:
>
> bash-2.03# ndd -set /dev/ip ip _ 1
> bash-2.03# ndd /dev/ip ip _
> 1
> bash-2.03#
>
> <snip>
>
> as i looked at the startup script and some other docs i find some criteria
> must be met before ip_forwarding can be enabled. one of those being if
> there is dhcp present then its automatically disabled. knowing le0 is set
> via dhcp i decided maybe i should go static ip on both if the dlink router
> will allow it. it does. (tech support asked if i was using win98 or XP and
> i said neither one. he asked what am i using i said solaris. he said whats
> that?)
Normally I recommend against modifying startup scripts, but you should
be able to change the conditionals in /etc/rc2.d/S69inet to allow
DHCP and ip forwarding.
You may have to get cute and do something like add a script to rc3 to
set a route, or just try setting a route to the interface with a
metric of zero.
- Next message: Gary Mills: "How to get reverse DNS with a cable modem?"
- Previous message: Thomas H Jones II: "Solaris 9 FTPD and IPFilterd"
- In reply to: jmd: "Re: more networking setup"
- Next in thread: jmd: "Re: more networking setup"
- Reply: jmd: "Re: more networking setup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|