View Single Post
  #5 (permalink)  
Old 2006-09-13
RobGault RobGault is offline
Junior Member
 
Join Date: 2006-09-13
Posts: 1
Rep Power: 0
RobGault has an average reputation (10+)
Default Re: Installation NGX V61 on Sun Solaris 10

I just found a solution to this. Anything else I found did not apply to either Release 1 or Release 2 of Solaris (1/06 or 6/06).

My system is a 6/06 core install w/o any patches applied.

- - Disable the fwip autopush by commenting the two lines
push_fwip_module udp fwip
push_fwip_module udp6 fwip6
in /etc/init.d/fw1boot

- - reboot

- - Manually unplumb the interface(bge/e1000g/... whatever)

- - Manually plumb and up the interface

- - double check
If it looks like the following, you get it done.

#> ifconfig bge0(your system interface) modlist
ip
fw
bge0

#> strconf </dev/udp
udp
ip
Reply With Quote