-
as seen on Server Fault
- Search for 'Server Fault'
I've got an old Juniper SSG5 running ScreenOS 5.4.0r6.0. Once a day, more or less, it'll start randomly dropping packets at a rate of ~5-10%. We currently solve this issue by simply rebooting the unit, after which it resumes working in perfect condition.
As this error has started appearing randomly…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
As we've been having some problems with sporadic packet loss, I've been preparing a replacement router (also an SSG5) for our current Juniper SSG5. I've setup the new SSG5 identically to the old one.
We have a /29 IP range with a single IP setup as a MIP map to a server and two others being used…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Whenever, I try and run yum update I get the following error:
[root@server ~]# yum update
Loaded plugins: dellsysid, fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror01.idc.hinet.net
* extras: mirror01.idc.hinet.net
* rpmforge: fr2.rpmfind.net
* updates: mirror01.idc.hinet…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm unable to get a brand new Juniper SSG-5 with latest 6.3.0r05 firmware routing to the internet from a subinterface I created on bgroup0 setup as vlan2 (bgroup0.1 on "wifi" zone). When connected on the default vlan it gets on the internet just fine.
When I switch to vlan2 I'm unable to get to the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
Is there a better way of appending a set to another set than iterating through each element ?
i have :
set<string> foo ;
set<string> bar ;
.....
for (set<string>::const_iterator p = foo.begin( );p != foo.end( ); ++p)
bar.insert(*p);
Is there a more efficient way to…
>>> More