CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3.
2. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 Platforms > Check Point SecurePlatform (SPLAT)
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-06-27
Junior Member
 
Join Date: 2006-10-09
Posts: 25
Rep Power: 0
res002mg has an average reputation (10+)
Default NIC speed and duplex settings on R65 Splat

I was reading different threads about ethtool, mii-tool, splat https and eth_set tools to change/force speed and duplex settings on NIC cards on Splat.
Configuration via HTTPs before R65 was the best/easiest way to make this change, - it does not work on R65. After upgrade to R65 all NICs came up with 100/HD. In my environment all NICs have to be hard-coded to 100/FD
I can force change speed/duplex settings using either mii-tool or ethtool, did not try eth_set and, as expected, settings do not servive reboot.
Before modifying modules.conf file, anyone knows where Checkpoint puts NIC settings made via HTTPs? They are not in module.conf file, - I compared R60 against R65 and files are identical.
Reply With Quote
  #2 (permalink)  
Old 2007-06-27
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,681
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: NIC speed and duplex settings on R65 Splat

/etc/sysconfig/netconf.C

If the webui isn't working for you please open a support call.
Reply With Quote
  #3 (permalink)  
Old 2007-06-27
Junior Member
 
Join Date: 2006-10-09
Posts: 25
Rep Power: 0
res002mg has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

Webui gives list of options for all speed/duplex settings availabe, allows to select any of them and allows to hit apply button, but setting is unchanged and on refresh goes to autonegotiate. I have case open with my support vendor. Should it be reported as bug?
Reply With Quote
  #4 (permalink)  
Old 2007-06-27
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,681
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: NIC speed and duplex settings on R65 Splat

Its either a bug or something strange with your install/environment.

You're not using IE7 by any chance are you?
Reply With Quote
  #5 (permalink)  
Old 2007-06-27
Junior Member
 
Join Date: 2006-10-09
Posts: 25
Rep Power: 0
res002mg has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

No IE7. I am running IE6 and just tried FireFox with same results. My configuration is: SmartCenter was fresh build as R65 and config were upgrade_imported from R60, Log server was fresh build as R65 with SIC reset (no leftovers here), gateway was upgraded from R60 to R65. SmartCenter and Log serers were build as Splats and gateway is Splat Pro. Hardware: SmrtCenter server is DL380-G4 no add-on NICs, Log server DL380-G5 no add-on NICs, and gateway DL380-G4 wiht 3 2-port Intel cards. Webgui worked on all of them with R60_hfa04.
Reply With Quote
  #6 (permalink)  
Old 2007-06-27
Senior Member
 
Join Date: 2006-01-25
Posts: 1,005
Rep Power: 4
melipla has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

While I do not know where the web interface saves the speed setting, I do know there are other places to set the nic speed/duplex then the modules.conf, see the last line:

Quote:
#
# File: /etc/sysconfig/network-scripts/ifcfg-eth0
#
DEVICE=eth0
IPADDR=192.168.1.100
NETMASK=255.255.255.0
BOOTPROTO=static
ONBOOT=yes
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
Reply With Quote
  #7 (permalink)  
Old 2007-06-27
Junior Member
 
Join Date: 2006-10-09
Posts: 25
Rep Power: 0
res002mg has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

Thanks, I like meipla's method, as it seams configurable per interface comparing to modules.conf. I will try and let you know the outcome.
I have another question , which tool I should trust mii-too or ethtool or eth_ste?
this is the output using all on the same box against the same interface:
ethtool eth0::
Settings for eth0:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Half
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: g
Wake-on: d
Current message level: 0x000000ff (255)
Link detected: yes

mii-tool eth0
eth0: 100 Mbit, full duplex, link ok

eth_set eth0
Configured speed/duplex settings: 100f
NIC reported speed/duplex settings: 100h
NIC reported speed/duplex capabilities: 10h,100h,1000h,10f,100f,1000f,autoneg
Reply With Quote
  #8 (permalink)  
Old 2007-06-27
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,681
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: NIC speed and duplex settings on R65 Splat

I don't know if the ifcfg-ethX files are used after the initial boot up but its worth a try.

Please let us know what support comes back with.
Reply With Quote
  #9 (permalink)  
Old 2007-06-28
Junior Member
 
Join Date: 2006-10-09
Posts: 25
Rep Power: 0
res002mg has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

I still did not get anythig from my vendor on this, but I used two files recommended earlier and 'ifcfg-ethX' does not work on reboot:
(ref: redhat.com | Knowledgebase).
I ended up with rc.local modification, it works on reboot:
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

ethtool -s eth0 speed 100 duplex full autoneg off
Reply With Quote
  #10 (permalink)  
Old 2007-06-29
Junior Member
 
Join Date: 2007-05-08
Posts: 23
Rep Power: 0
auroranl has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

I gave the same problem here with a SPLAT R65 on a HP DL380G5. I solved the speed problem after reboot bij modifying the rc.local file as stated above.

However, what options are there to set the speed after an unplug-plug of the ethernet cable, or a outage of a switch?
Are there any files where one can put fixed settings which are set after such an event?

Last edited by auroranl; 2007-07-02 at 01:37.
Reply With Quote
  #11 (permalink)  
Old 2007-12-10
Member
 
Join Date: 2006-05-11
Location: Montreal QC Canada
Posts: 38
Rep Power: 0
Hitman has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

Hi,

I have the same problem witn brand new PowerEdge 2950 R65 HFA02

The webui does not work for the NIC speed and duplex configuration.
All the NICs in the firewall are capable of gig speed (1000). And in the webui option, i only see 10HD - 10FD - 100HD - 100FD - auto detect.

No 1000,...weird

Does anybody have this problem and know how to solve it ?

manual patch:
I script the configuration of all the NICs speed and duplex in rc.local with eth_set to survive reboot.
Reply With Quote
  #12 (permalink)  
Old 2007-12-10
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,681
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: NIC speed and duplex settings on R65 Splat

You cannot lock the speed at 1,000 Mbps per the 1000BaseT spec, it must be set to autoneg for GE.
Reply With Quote
  #13 (permalink)  
Old 2007-12-11
Member
 
Join Date: 2006-05-11
Location: Montreal QC Canada
Posts: 38
Rep Power: 0
Hitman has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

Thanks chillyjim,

You always have the answer for me.
That is why, i do not see 1000 mbps option in the webui.
Reply With Quote
  #14 (permalink)  
Old 2007-12-11
Member
 
Join Date: 2007-08-04
Posts: 72
Rep Power: 2
eduardw has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

We have several hp dl380 G4 and G5 and I prefer auto negotiating on the switch and the Dl380 the best combination.


Eduard
Reply With Quote
  #15 (permalink)  
Old 2008-11-03
Junior Member
 
Join Date: 2006-09-26
Posts: 8
Rep Power: 0
tHeInDian has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

For an interface that running at Go its necessary to fix and it’s recommended to leave at Autoneg.

Normally we could at prompt Shell in Expert mode:

ethtool –s eth0 speed 100 duplex full autoneg off
route --save

route --save (two dash) update netconf.C with the right parameter to reconfigure NIC at the reboot.

BUT a bug is in any version of R65 about configuring speed/duplex through /etc/sysconfig/netconf.C. Check Point sent us a correction patch (but they don’t give us a patch number) and these file was:

scis-1-620021001.i386.rpm (untouched by HFA_30)
spwm_network-1-620053000.i386.rpm (updated with HFA_30 to -1-620630005)
libscis.so (updated through HFA_30 but did not included the fix)

For the 2 x .rpm it’s ok but I do not recommended to install the libscis.so on top of HFA_30. CP told us that they will probably provider a HFA_40 where this bug is supposed to be solved. If you want to us HFA_30, use /etc/rc.local to add a manual ethtool –s ethx command.
__________________
tHeInDiAn
Reply With Quote
  #16 (permalink)  
Old 2008-11-20
Junior Member
 
Join Date: 2008-05-27
Posts: 2
Rep Power: 0
luc.cormorand has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

Hi,

I asked Check Point to obtain this Hotfix..Unfortunatly it's like calling Elvis...It takes a long time.
Can you provide me this Hotfix via mail or FTP ?

best regards
Reply With Quote
  #17 (permalink)  
Old 3 Weeks Ago
Junior Member
 
Join Date: 2008-11-27
Posts: 10
Rep Power: 0
geetarman has an average reputation (10+)
Default Re: NIC speed and duplex settings on R65 Splat

not sure if this is helpful or not but...

On Solaris for the Intel nics there is a conf file (e1000g.conf under /kernel/drv) and you can edit what gets advertised in the autoneg session.
So you can be RFC compliant and auto your Gb connection, but when you autoneg, you only 'announce' 1000-full. More of a "sin of omission" approach.

Perhaps there is a similar option in splat?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -7. The time now is 10:15.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0